Update '.htaccess'
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# Making sure the Perl scripts work:
|
||||||
|
|
||||||
AddHandler cgi-script .cgi .pl
|
AddHandler cgi-script .cgi .pl
|
||||||
<Files ~ "\.pl$">
|
<Files ~ "\.pl$">
|
||||||
Options +ExecCGI
|
Options +ExecCGI
|
||||||
@@ -6,7 +8,7 @@ Options +ExecCGI
|
|||||||
Options +ExecCGI
|
Options +ExecCGI
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
# Restrict access to the scanner
|
||||||
order deny,allow
|
order deny,allow
|
||||||
deny from all
|
deny from all
|
||||||
|
|
||||||
allow from 84.124.94.176
|
allow from 84.124.94.176
|
||||||
|
|||||||
Reference in New Issue
Block a user