ref: 684b288f3f5c8215b71af08f27469bb96b7ef082
parent: 97e8b896728f9f4e386c24834c3dd6d09ee6e63c
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>
+
--
⑨