Hello Sonja, As I remember, Apache can serve ASP ans JSP pages. For JSP you will need Tomcat which plugs into Apache, and for an ASP there is another module :-)
But, if you want to run 2 web servers on one machine you need to improvise. By default browsers connect to 80 port of a computer, and that port can be used only by one server. So you will need to configure IIS(or apache) to use different port, 81 for example. Then you should use Rewrite module of Apache to detect request for ASP files and redirect them to yourip:81 where request will be handled by IIS. Never done that, so can't help you with more concrete actions, but theoretically it can be done. Wednesday, August 14, 2002, 2:03:49 PM, you wrote: VDWS> Hi guys, VDWS> I've got apache for windows that I would like to play with it. Can I run VDWS> IIS5 and Apache on the same box at the same time? If someone calls an asp VDWS> page iis handles it and if someone handles jsp pages apache handles it. is VDWS> that possible? VDWS> Sonja VDWS> ps. please excuse if it comes throught 2 or something, our mail is not very VDWS> reliable in phases.... -- Best regards, German mailto:[EMAIL PROTECTED] ICQ:48533867 ____ � 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]
