Author |
|
flatcircle
Joined: 27 Jun 2006 Posts: 79
|
Posted: Tue 27 Jun '06 22:40 Post subject: Apache & IIS + Coldfusion combination |
|
|
I have the following situation.
I have a website running on f.e. www.domain.com which is running on IIS.
I want to switch this website to Apache (because the need of mod rewrite-support)
Switching to Apache is easy BUT...
I have several subsites running on www.domain.com/site1, www.domain.com/site2 etc...
and the most annoying part is that those sites in the subdirs are using Coldfusion (on IIS)
Is it possible to transfer my 'main' site to Apache and leave the other sites running on IIS because they need Coldfusion support?
Am I stuck with IIS/Coldfusion for those sites? If it's possible, please advise what to do. I really have no clue how to fix this.
Thanks.
Regards.
Last edited by flatcircle on Wed 28 Jun '06 0:07; edited 1 time in total |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 27 Jun '06 23:40 Post subject: |
|
|
Yes, use the Apache Reverse Proxy for those apps. Run apache on port 80 and IIS on a port of your choise.
Steffen
ps.
Please use a meaningfull subject, see the forum rules. Please change it. |
|
Back to top |
|
flatcircle
Joined: 27 Jun 2006 Posts: 79
|
Posted: Wed 28 Jun '06 9:34 Post subject: |
|
|
I just tried the Apache Reverse Proxy and it worked like a charm.
Thanks for the info!
Regards. |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
|
Back to top |
|
levik
Joined: 12 Jul 2006 Posts: 3
|
Posted: Wed 12 Jul '06 23:17 Post subject: apache and IIS |
|
|
This is somewhat related, I have a server set up I'm working on. I'm running widows 2k pro with both IIS and Apache 2.2 installed. I am wanting to use apache, but I have a small part of the page written in asp. IIS in 2k pro limits the number of users and thats why I'm wanting to use apache. Is it going to be easier to use both IIS and apache together or make apache run asp pages? Do I use Apache Reverse Proxy to make them work together? Thanks for any help! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 12 Jul '06 23:21 Post subject: Re: apache and IIS |
|
|
levik wrote: | Is it going to be easier to use both IIS and apache together or make apache run asp pages? |
It is easier to run run both servers
levik wrote: | Do I use Apache Reverse Proxy to make them work together? | Yes, if you run both you run apache aas reverse proxy. |
|
Back to top |
|
levik
Joined: 12 Jul 2006 Posts: 3
|
Posted: Wed 12 Jul '06 23:33 Post subject: mod_proxy |
|
|
ok, I'm going to work on getting mod_proxy up and running, I appreciate the input! |
|
Back to top |
|