Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Alias /cgi-bin /var/www/cgi-bin
  2. <Directory /var/www/cgi-bin>
  3. AddHandler cgi-script cgi pl
  4. Options ExecCGI +FollowSymLinks
  5. Order deny,allow
  6. Deny from all
  7. Allow from 33.33.33.33
  8.  
  9.  
  10. </Directory>
  11.  
  12. <Files *.pl>
  13. SetHandler perl-script
  14. PerlHandler Apache::Registry
  15. PerlSendHeader Off
  16. Options ExecCGI FollowSymLinks
  17. </Files>
Add Comment
Please, Sign In to add comment