Skip to content

Instantly share code, notes, and snippets.

@pdeschen
Created December 17, 2010 19:03
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 pdeschen/745505 to your computer and use it in GitHub Desktop.
Save pdeschen/745505 to your computer and use it in GitHub Desktop.
Apache Virtual Host for Service A
Listen localhost:88
<VirtualHost localhost:88>
DocumentRoot /var/www/A
<Directory "/var/www/A/">
ErrorDocument 404 /
AddDefaultCharset UTF-8
Options FollowSymLinks MultiViews Includes
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment