LP-MSH-Scanner/.htaccess
2016-10-01 08:38:33 +02:00

16 lines
249 B
ApacheConf

# Making sure the Perl scripts work:
AddHandler cgi-script .cgi .pl
<Files ~ "\.pl$">
Options +ExecCGI
</Files>
<Files ~ "\.cgi$">
Options +ExecCGI
</Files>
# Restrict access to the scanner
order deny,allow
deny from all
allow from 84.124.94.176