Friday 6 January 2012

Apache: change default port 80 into 8080

Edit /etc/apache2/ports.conf and change:
Listen 80
into:
Listen 8080
And restart apache:
$ sudo service apache2 restart

No comments:

Post a Comment