Necronom wrote:
If you're using XP, why not just run IIS?
- Side note - Would it be possible to run IIS and Apache on the
same box, but different ports, and then some kinf of redirect proxy to
deligate which requests go to which port (server) ?
...just a thought for people that want to have the functionality of both, but only have one box.
. necronom . |
Yes it is possible to use both IIS and Apache on the same box I am
doing it here on my Windows XP machine. As long as you make one of them
listen of a different port number I chose 8080 for APACHE.. So if I run
any apache apps, I will use http://localhost:8080
HTH!!