Move the mod_cgi files to /cgi/

This commit is contained in:
2015-04-07 09:36:00 +08:00
parent b267791199
commit decb3f15f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
AddHandler cgi-script .py
Options +ExecCGI
ErrorDocument 404 /morss.py
ErrorDocument 404 /cgi/main.py
ErrorDocument 500 "A very nasty bug found his way onto this very server"