2017-03-04 19:30:30 -10:00
|
|
|
Options -Indexes
|
2013-04-16 16:11:34 +02:00
|
|
|
|
2017-03-04 19:30:30 -10:00
|
|
|
ErrorDocument 403 "Access forbidden"
|
2015-04-07 09:36:00 +08:00
|
|
|
ErrorDocument 404 /cgi/main.py
|
2014-06-16 13:51:45 +02:00
|
|
|
ErrorDocument 500 "A very nasty bug found his way onto this very server"
|
2017-03-04 19:30:30 -10:00
|
|
|
|
2020-08-23 15:31:11 +02:00
|
|
|
# Uncomment below line to turn debug on for all requests
|
|
|
|
#SetEnv DEBUG 1
|
|
|
|
|
|
|
|
# Uncomment below line to turn debug on for requests with :debug in the url
|
2020-08-23 19:01:34 +02:00
|
|
|
#SetEnvIf Request_URI :debug DEBUG=1
|
2020-08-23 15:31:11 +02:00
|
|
|
|
2017-03-04 19:30:30 -10:00
|
|
|
<Files ~ "\.(py|pyc|db|log)$">
|
|
|
|
deny from all
|
|
|
|
</Files>
|