logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache and IIS co-existing happily?
Author
lloydp



Joined: 02 May 2009
Posts: 2
Location: uk

PostPosted: Sat 02 May '09 15:48    Post subject: Apache and IIS co-existing happily? Reply with quote

I have a production Win2003 server running IIS, and operate numerous websites for clients. I would like to set up Elgg which requires Apache. I'm a little confused about things I've read about how I can get the two to operate happily together - I've seen comments about using Apache on port 8080, and also about using 'reverse proxy' in Apache to do this.
I won't do the WAMP installation until I'm happy that I can get it to work seamlessly.
Can anyone please point me at any useful docs that (hopefully!) don't require an expert knowledge of Apache? I can create a sub-domain for Apache to use.
David
Back to top
PipoDeClown



Joined: 20 Dec 2005
Posts: 77

PostPosted: Sun 03 May '09 8:30    Post subject: Reply with quote

found this a while ago
Code:
cscript adsutil.vbs SET W3SVC/DisableSocketPooling TRUE
httpcfg delete iplisten -i 0.0.0.0
httpcfg set iplisten -i 192.168.0.1
cscript proxycfg.vbs -r
Back to top
lloydp



Joined: 02 May 2009
Posts: 2
Location: uk

PostPosted: Sun 03 May '09 14:11    Post subject: interesting Reply with quote

That's interesting - thanks. I can't figure out the logic of the set iplisten statement though. Can you possible explain what that is doing? I notice the ethernet adapter on the server is set to a similar local IP (192.168.100.59)
Back to top


Reply to topic   Topic: Apache and IIS co-existing happily? View previous topic :: View next topic
Post new topic   Forum Index -> Apache