Add CGI support for statistics.

This commit is contained in:
Tom Hughes 2007-08-21 23:52:57 +00:00
parent dc3edbe7c1
commit bc92e61b3b

View file

@ -4,6 +4,7 @@
server.modules = ( server.modules = (
"mod_access", "mod_access",
"mod_accesslog", "mod_accesslog",
"mod_cgi",
"mod_compress", "mod_compress",
"mod_evasive", "mod_evasive",
"mod_fastcgi", "mod_fastcgi",
@ -89,6 +90,11 @@ url.redirect = (
"^/wiki/(.*)$" => "http://wiki.openstreetmap.org/$1" "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/$1"
) )
#
# Run anything with a .pl iextension as a CGI script
#
cgi.assign = ( ".pl" => "/usr/bin/perl" )
# #
# Serve static content from the rails public area ourselves # Serve static content from the rails public area ourselves
# #