LP-MSH-Scanner/.htaccess
Palma Solutions LTD f21af21871 new pattern
2018-03-05 10:49:33 +01:00

15 lines
246 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 109.69.48.0