> From: "Van Der Westhuizen, Sonja" <[EMAIL PROTECTED]>
> Date: Wed, 14 Aug 2002 13:03:49 +0200

> I've got apache for windows that I would like to play
> with it. Can I run IIS5 and Apache on the same box at
> the same time?

You can have more than one Web server running (I have done it) but they have to use 
different ports.  Normally a server responds to HTTP requests on port 80, and since 
this is a default you don't usually specify the port number as part of a URL.  But you 
could tell Apache to use another port (e.g. 8080) and then you'd request pages from it 
with a URL like http://myserver:8080/index.html

> If someone calls an asp page iis handles it and if
> someone calls jsp pages apache handles it. is
> that possible? 

You could have a custom 404 page on the default server (the one using port 80) to 
check the file extension and if it was supposed to go to the other one, redirect to 
the URL with the correct port number added... ?

Bj


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to