Skip to content

Instantly share code, notes, and snippets.

@klrmn
Created January 31, 2013 00:11
Show Gist options
  • Save klrmn/4678644 to your computer and use it in GitHub Desktop.
Save klrmn/4678644 to your computer and use it in GitHub Desktop.
proxying for virtualbox
or set up apache to proxy (instructions for ubuntu)
insert into /etc/apache2/apache2.conf
ProxyPass / http://localhost:8000/
ProxyPassReverse / http://localhost:8000/
cd etc/apache2
sudo ln -s ../mods-available/proxy_http.load /etc/apache2/mods-enabled
sudo ln -s ../mods-available/proxy.load /etc/apache2/mods-enabled
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment