Skip to content

Instantly share code, notes, and snippets.

@andineck
Created November 21, 2013 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andineck/7582196 to your computer and use it in GitHub Desktop.
Save andineck/7582196 to your computer and use it in GitHub Desktop.
apache config ports
nano /etc/apache2/ports.conf
>NameVirtualHost *:3080
>Listen 3080
nano /etc/apache2/sites-available/default
> <VirtualHost *:3080>
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment