Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <Directory /var/www/PyGuestbook>
  2. PythonPath "['/var/www/PyGuestbook']+sys.path"
  3. AddHandler mod_python .py
  4. PythonHandler mod_python.publisher
  5. PythonDebug On
  6. </Directory>
  7.  
  8. <Directory /var/www/PyGuestbook/piergiuseppe82>
  9. Order allow,deny
  10. deny from all
  11. </Directory>
  12.  
  13. <Directory /var/www/PyGuestbook/psp>
  14. Order allow,deny
  15. deny from all
  16. </Directory>