Created
January 14, 2012 12:03
-
-
Save phawk/1611181 to your computer and use it in GitHub Desktop.
This file contains 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
# domain: phawk.co.uk & peteyhawkins.com | |
<VirtualHost *:80> | |
ServerName phawk.co.uk | |
ServerAlias www.phawk.co.uk www.peteyhawkins.com peteyhawkins.com | |
ProxyPass / http://localhost:9000/ | |
ProxyPassReverseCookieDomain localhost your.domain | |
ProxyPreserveHost on | |
<Location /> | |
ProxyPassReverse / | |
</Location> | |
# Custom log file locations | |
LogLevel warn | |
ErrorLog /logs/phawk.co.uk/error.log | |
CustomLog /logs/phawk.co.uk/access.log combined | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment