LP-MSH-Scanner/.htaccess
Palma Solutions LTD 434a1c323b new pattern
2017-07-30 14:17:43 +02:00

17 lines
276 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
allow from 141.105.110.133