Created
December 17, 2010 19:03
-
-
Save pdeschen/745505 to your computer and use it in GitHub Desktop.
Apache Virtual Host for Service A
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
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