Skip to content

Instantly share code, notes, and snippets.

@happz
Created May 14, 2012 20:05
Show Gist options
  • Save happz/2696300 to your computer and use it in GitHub Desktop.
Save happz/2696300 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin osadnici@happz.cz
ServerName osadnici-test3.happz.cz
DocumentRoot /home/happz/settlers/src/static
ErrorLog /var/log/apache2/settlers/logs/error.log
CustomLog /var/log/apache2/settlers/logs/access.log combined
ProxyPass /static !
ProxyPass * http://127.0.0.1:8081
ProxyPreserveHost on
<IfModule mod_rpaf.c>
RPAFenable On
RPAFproxy_ips 127.0.0.1
</IfModule>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment