Guest User

Untitled

a guest
May 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <Location "/">
  2. SetHandler python-program
  3. PythonHandler django.core.handlers.modpython
  4. SetEnv DJANGO_SETTINGS_MODULE squares_django.settings
  5. PythonPath "['/var/www/sites/squares'] + sys.path"
  6. #PythonOption django.root /
  7. #PythonDebug On
  8. </Location>
  9.  
  10. <Location "/media">
  11. SetHandler None
  12. </Location>
  13.  
  14. <LocationMatch "\.(jpg|gif|png)$">
  15. SetHandler None
  16. </LocationMatch>
Add Comment
Please, Sign In to add comment