Created
January 31, 2013 00:11
-
-
Save klrmn/4678644 to your computer and use it in GitHub Desktop.
proxying for virtualbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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