IIS and Apache

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
 
C

Carey Frisch [MVP]

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
 
T

Timothy Daniels

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*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top