Fix typo in Apache instructions, thanks cdarwin! - swerc - anselm's simpler wer… | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 99ab80839012a8e8c7488ecf702f416b7b291485 | |
parent b6fa23f4d5dd3401b3eb3d3210c53b57ae8c7d66 | |
Author: Uriel <[email protected]> | |
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(-) | |
--- | |
diff --git a/sites/werc.cat-v.org/docs/web-server-setup/apache.md b/sites/werc.… | |
@@ -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> | |
+ |