Fix typo in Apache instructions, thanks cdarwin!
This commit is contained in:
parent
97e8b89672
commit
684b288f3f
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue