LP-MSH-Scanner/.htaccess

16 lines
249 B
ApacheConf
Raw Normal View History

2016-10-01 08:38:24 +02:00
# Making sure the Perl scripts work:
2016-09-22 13:33:16 +02:00
AddHandler cgi-script .cgi .pl
<Files ~ "\.pl$">
Options +ExecCGI
</Files>
<Files ~ "\.cgi$">
Options +ExecCGI
</Files>
2016-10-01 08:38:24 +02:00
# Restrict access to the scanner
2016-10-01 08:38:33 +02:00
2016-09-22 11:31:40 +02:00
order deny,allow
deny from all
allow from 84.124.94.176