ref: 878abeeaad1929387d2f527989f2c17d385a9e88
parent: 6d9f4a20add255c7612b841c7568f5e4184f4654
author: Uriel <u@berlinblue.org>
date: Sun Jan 16 10:39:41 EST 2011
Fix typo in Apache instructions, thanks cdarwin!
--- a/sites/werc.cat-v.org/docs/web-server-setup/apache.md
+++ b/sites/werc.cat-v.org/docs/web-server-setup/apache.md
@@ -35,7 +35,7 @@
ServerName test.cat-v.org
AddHandler cgi-script .rc
- <Directory /var/wwww/werc/bin>
+ <Directory /var/www/werc/bin>
Options ExecCGI
</Directory>
<IfModule mod_dir.c>
@@ -89,4 +89,5 @@
ErrorDocument 404 /werc.rc
</VirtualHost>
+