Page 1 of 1

installing apache 2.0 w/ PHP 4 on WN2000

PostPosted: 15. November 2003 17:01
by marcsimus
i have been trying to install apache 2.0 with PHP4 on my windows box running 2000. I currently have an MS server with IIS running on the same box.

My problem is i cannot access the htdocs directory through a browser using http://localhost/. it always resolves to my local ms server. i have tried to rename the url in the config file for apache. but that doesn't seem to work.

is there any way i can have the two servers run on the same box?

PostPosted: 15. November 2003 19:34
by Kristian Marcroft
Hi,

1. moved to the english Part of the Forum :)
2. yes it is possible...

But you have to change something in the httpd.conf
in /xampp/apache/conf/httpd.conf there yould be a line like:

Listen 80

you have to change this to:

Listen 8080

Then restart Apache and then enter http://localhost:8080 in your browser.

Are you actually using XAMPP or is it a self installed Apache?

So long
KriS