Add CGI support for statistics.
This commit is contained in:
parent
dc3edbe7c1
commit
bc92e61b3b
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
server.modules = (
|
||||
"mod_access",
|
||||
"mod_accesslog",
|
||||
"mod_cgi",
|
||||
"mod_compress",
|
||||
"mod_evasive",
|
||||
"mod_fastcgi",
|
||||
|
@ -89,6 +90,11 @@ url.redirect = (
|
|||
"^/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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue