diff options
author | Julien Valroff <julien@kirya.net> | 2010-08-18 10:13:45 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-08-18 10:13:45 +0200 |
commit | f670126ff78e9c38088530793adb6895911a5032 (patch) | |
tree | b7762e04dff4e0216145a06ddc778f09df1c6515 /debian/README.Debian | |
parent | b8efa8bc85b3bea8bc2aed9a09701cf8003b0b89 (diff) |
Add the CSS directly into the CGI
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index b49be51..f170614 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -22,24 +22,5 @@ Note for Lighttpd users: /etc/lighttpd/conf-available/50-mailgraph.conf -Note for Apache users: - - The default configuration of the Debian Apache packages is so that - everything in /usr/lib/cgi-bin will be handled as executable/CGI script. - - This leads to internal errors, eg: - (13)Permission denied: exec of '/usr/lib/cgi-bin/mailgraph.css' failed - Premature end of script headers: mailgraph.css - - To avoid this, you might want to add a handler to your configuration, eg: - AddHandler cgi-script .cgi - - This means only files with a .cgi extension are handled as executable/CGI scripts. - You can obviously add other extensions required by your configuration. - - The AddHandler requires mod_mime to be enabled. See the official Apache documentation - for more information: http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addhandler - - -- Norbert Tretkowski <nobse@debian.org> Thu, 25 Dec 2003 23:50:13 +0100 -- Julien Valroff <julien@kirya.net> Fri, 17 Aug 2010 22:18:13 +0200 |