Sunday, July 11, 2010

Change default port apache2 ubuntu

in /etc/apache2/ports.conf, change 80 in these lines:
NameVirtualHost *:80
Listen 80


also, in /etc/apache2/sites-enabled/000-default:
<virtualhost *:80>

No comments:

Post a Comment