Fix typo in Apache instructions, thanks cdarwin! - swerc - anselm's simpler werc fork
(HTM) git clone git://git.suckless.org/swerc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 99ab80839012a8e8c7488ecf702f416b7b291485
(DIR) parent b6fa23f4d5dd3401b3eb3d3210c53b57ae8c7d66
(HTM) Author: Uriel <u@berlinblue.org>
Date: Sun, 16 Jan 2011 15:39:41 +0000
Fix typo in Apache instructions, thanks cdarwin!
Diffstat:
M sites/werc.cat-v.org/docs/web-serv… | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git 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 @@ This lets apache handle static files.
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>
@@ -90,3 +90,4 @@ Apache 1.3.x: advanced configuration
</VirtualHost>
+