IIS and Apache

  • Thread starter Thread starter H8ids
  • Start date Start date
H

H8ids

New question,

Running IIS 5.0 for ASP pages and I'm able to view the pages with
http://localhost
Now the project has changed and I need to work with PHP; which brings me to
my new question.

I know it is possible to run both IIS and Apache on a system at the same
time, provided IIS loads first.
Well how can I make this happen?

I'd like to keep both running in case the project swings back to ASP.

David
 
Please visit the IIS experts in the IIS newsgroup:
news://msnews.microsoft.com/microsoft.public.inetserver.iis

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx

-----------------------------------------------------------------------------

:

| New question,
|
| Running IIS 5.0 for ASP pages and I'm able to view the pages with
| http://localhost
| Now the project has changed and I need to work with PHP; which brings me to
| my new question.
|
| I know it is possible to run both IIS and Apache on a system at the same
| time, provided IIS loads first.
| Well how can I make this happen?
|
| I'd like to keep both running in case the project swings back to ASP.
|
| David
 
H8ids said:
I know it is possible to run both IIS and Apache on a
system at the same time, provided IIS loads first.
Well how can I make this happen?


Are you really concerned with which loads first or
which begins executing first? If it's the latter, you can
control when IIS starts up via ControlPanel/AdministrativeTools/
Services and setting IIS Admin to automatic (at startup), or manual
(when you command it). Apache can also be started manually.

*TimDaniels*
 
Back
Top