I am running a Windows Server 2003 with IIS and I am trying to install XAMPP in order to be able to run php and mysql based pages. I tried to install php on IIS, but it is too complicated and time consuming for me. I am able to run asp on localhost/ and I would like to run php websites on different port, say localhost:81/. After installing xampp and changing the port in httpd.conf file to 81 I try to turn on apache, but it turns off after about 5 seconds. Mysql works fine. It seems that there is a port clash, but I do not know how to change the ports and turn the apache permanently. Any advice appreciated. (I know it is more a server fault question, however I posted it there as well and did not get any reply, so I decided to try here)
|
feedback
|
|
On XAMPP control panel, push port-check button. If it'ok, check your firewall setting. Traffic on port 81 must be allowed in both direction. Besides that, check again your httpd.conf file. Port setting lays on two different lines:
Also in vhosts directives, if any, you have to accordingly set port number. | |||
|
feedback
|