Advertisement
Guest User

Untitled

a guest
Apr 17th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. WSGIScriptAlias /protonic /srv/zboss/core/wsgi.py
  2. WSGIPythonPath /srv/zboss:/srv/zboss/venv/lib/python2.7/site-packages
  3.  
  4. <Directory /srv/zboss/core>
  5. <Files wsgi.py>
  6. Order deny,allow
  7. Allow from all
  8. </Files>
  9. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement