Apache Installation: Download and Install Apache 2.2
Apache Installation: Download and Install Apache 2.2
and change it to
Listen 8080
Anytime we make a change to apache conf file httpd.conf, we should restart the server. You can do this from the Start menu by clicking in the following sequence Start -> Programs -> Apache HTTP Server 2.2 -> Control Apache Server -> Stop/Start/Restart
Or from the command prompt by doing cd to the Apache bin directorycd C:\Program Files\Apache Software Foundation\Apache2.2\bin
and issuing one of the following commands httpd -k stop httpd -k start httpd -k restart