Tom's Guide | Tom's Hardware | Tom's Games
By: Radix-64
If you are trying to install Apache 2.2 service to Windows Vista and are getting an alert that ports 80 or 443 (SSL) are already in use, here is how to assign another port if you are behind a router.
Use the 'listen' function.
Listen port#
For example, to assign Apache's listening port to 8080:
Listen 8080
Then test the installation by going to: http://localhost:8080/