Created
May 28, 2011 12:17
-
-
Save kybernetyk/996826 to your computer and use it in GitHub Desktop.
go server behind apache
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
<VirtualHost *:80> | |
ServerName fettemama.org | |
ServerAlias www.fettemama.org | |
ProxyPass / http://85.17.133.6:9876/ | |
ProxyPassReverse / http://85.17.133.6:9876/ | |
ErrorLog /var/www/fettemama/logs/error_log | |
CustomLog /var/www/fettemama/logs/access_log combined | |
CustomLog /var/www/fettemama/logs/referer_log referer | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment