Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName smart_house
- WSGIDaemonProcess smart_house processes=2 threads=15 display-name=%{GROUP} python-path=/var/www/smart_house
- WSGIProcessGroup smart_house
- WSGIScriptAlias / /var/www/smart_house/smart_house/wsgi.py
- <Directory /var/www/smart_house/smart_house>
- Order allow,deny
- allow from all
- </Directory>
- LogLevel warn
- Alias /static/ /var/www/smart_house/static/
- <Directory /var/www/smart_house/>
- Options Indexes MultiViews FollowSymLinks
- AllowOverride None
- Order deny,allow
- Allow from all
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment