Skip to content

Instantly share code, notes, and snippets.

@kybernetyk
Created May 28, 2011 12:17
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 kybernetyk/996826 to your computer and use it in GitHub Desktop.
Save kybernetyk/996826 to your computer and use it in GitHub Desktop.
go server behind apache
<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