You can only have one service listening to any TCP port at once, so you'd have to bind IIS to a different port number (say, 8080) than Domino R5; this is not difficult. Same is true for SSL (if Domino uses 443, then use another port for IIS https). There's no reason (assuming you have sufficient RAM and CPU) you can't run Apache in parallel as well, just bound to different port numbers. You could run IIS in stealth, only accessing it from your php scripts running on Apache - that way you could encapsulate ASP/VBS stuff and output it through a php script on the Apache httpd. Only problem is that IIS and Domino both are headaches to patch all of the security exploits and vulnerabilities! Whereas apache is much more secure. Never never never experiment on a production server. Always always always do stuff on a dev box first. I recommend installing on your dev box, then manually copy the files and registry keys from the dev box (to staging, then) to your live/production server. Cheers Monty > -----Original Message----- > From: Deborah Dennison [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 22, 2001 1:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] dual web servers? > > > Hi, > > First of all. NEWBIE ALERT!...... For all those still here, I have a > question. I currently have an NT server using Domino R5 as > the web server. > It is our production machine. I want to gradually get rid of > it and use php > and IIS (Apache later but have to use IIS to start.) > > Can I have both web servers running on the same machine? at > the same time? > For instance if I use the php 4.05 windows installer it will > automatically > configure IIS so how does that affect Domino web server and > the current > state of the website. I need to do some php testing before I can ditch > Domino > but don't want to mess up what I already have. > > I hope this makes sense. Any suggestions > > Thanks so much, > > Deb > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]