diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-09 12:45:05 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-09 12:45:05 +0000 |
commit | c744b92d77d750f6454153bc3c3ff931e96517ee (patch) | |
tree | 3445b4c26a9247c6e293f92e3e869cdc93e51509 | |
parent | b66e4fe6ffc781d46e007806ea29c450a72a7b7a (diff) | |
download | lighttpd-c744b92d77d750f6454153bc3c3ff931e96517ee.tar.gz |
eloy: new configuration layoutdebian/1.4.8-2
-rw-r--r-- | debian/conf-available/alias.conf | 1 | ||||
-rw-r--r-- | debian/conf-available/cgi.conf | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/conf-available/alias.conf b/debian/conf-available/alias.conf new file mode 100644 index 0000000..def97c3 --- /dev/null +++ b/debian/conf-available/alias.conf @@ -0,0 +1 @@ +server.modules += ( "mod_alias" ) diff --git a/debian/conf-available/cgi.conf b/debian/conf-available/cgi.conf index a710e0e..a771d28 100644 --- a/debian/conf-available/cgi.conf +++ b/debian/conf-available/cgi.conf @@ -1,5 +1,3 @@ -### cgi.conf - server.modules += ( "mod_cgi" ) $HTTP["url"] =~ "/cgi-bin/" { cgi.assign = ( "" => "" ) } alias.url = ( "/cgi-bin/" => "/usr/lib/cgi-bin/" ) |