Computing.Net > How-tos > Web Development > How to assign ports when installing Apache 2.2 Service to Windows Vista

How to assign ports when installing Apache 2.2 Service to Windows Vista

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/


Related Posts

See More