Advertisement
Guest User

python

a guest
Apr 27th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. DocumentRoot "/opt/apache2/htdocs"
  2. <Directory "/opt/apache2/htdocs">
  3.     Options Indexes FollowSymLinks
  4.         <Files ~ "\.py$">
  5.                 Options Indexes ExecCGI
  6.                 AddHandler cgi-script .py
  7.         </Files>
  8.     AllowOverride None
  9.     Require all granted
  10. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement