|
@@ -42,7 +42,7 @@ cgi.assign = ( ".sh" => "/bin/bash" )
|
|
|
url.access-deny = ( "~", ".inc", ".htaccess", ".htpasswd")
|
|
|
|
|
|
$HTTP["request-method"] == "POST" {
|
|
|
- server.document-root = "/www/lib"
|
|
|
+ server.document-root = "/www/lib/cgi"
|
|
|
url.rewrite = ( ".*" => "post.sh" )
|
|
|
}
|
|
|
|