LP-MSH-Scanner/.htaccess

15 lines
246 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
2017-12-28 18:55:32 +01:00
allow from 109.69.48.0