Click to See Complete Forum and Search --> : Running apache if ISS is already installed
smegil
03-17-2006, 02:37 AM
Can a person install Apache on your server if ISS is already installed?
I am a php developer but our server has ISS already pre-installed on it and running 20 websites written in ASP.
Developing in ASP is a hastle, would be better if i could do our websites in PHP.
Can anyone share some light in the subject?
Sid3335
03-17-2006, 02:46 AM
Yeah its a simple process.
Change the default port on either IIS or Apache.
For example I changed the port on IIS and now when i want to use apache i enter:
HTTP://Localhost
and IIS
HTTP://Localhost:8080
Hope this helps.
smegil
03-17-2006, 07:55 AM
Where do u go to change the default Port sid?
smegil
03-22-2006, 02:53 AM
How do u change the port on the server. How does the dns host now where to point to if you have iis and apche installed?
Sid3335
03-22-2006, 03:12 AM
as long as you dont mins typing the port into the url, you can change either the default port of apache(this would be the option if there are live sites on the IIS server) or IIS, heres a couple of interesting links to show you how its done:
http://www.faqts.com/knowledge_base/view.phtml/aid/9400
http://lists.evolt.org/archive/Week-of-Mon-20010924/057783.html
http://p2p.wrox.com/topic.asp?TOPIC_ID=13366
alternatively you can try to configure php to run on IIS, never done it myself but:
http://www.phpbuilder.com/columns/jayesh20021029.php3