Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NameVirtualHost 127.0.0.14:80
- WSGISocketPrefix /var/run/apache2/wsgi/
- <VirtualHost 127.0.0.14:80>
- RewriteEngine On
- RewriteCond %{HTTP_HOST} ^(www.)?wtosmtest.it$
- RewriteRule ^/app$ /app/ [R,L]
- <Directory "/home/cristian/FBK/wtosm/dev/wikipedia-tags-in-osm/html">
- Options -Indexes FollowSymLinks MultiViews
- AllowOverride All
- Order allow,deny
- allow from all
- </Directory>
- WSGIDaemonProcess wtosm user=cristian group=cristian processes=1 threads=5 umask=0000
- WSGIScriptAlias /app /home/cristian/Documenti/Lavoro/FBK/wtosm/dev/wikipedia-tags-in-osm/wtosm/wtosm.wsgi
- <Directory /home/cristian/Documenti/Lavoro/FBK/wtosm/dev/wikipedia-tags-in-osm/app>
- WSGIProcessGroup wtosm
- WSGIApplicationGroup %{GLOBAL}
- WSGIScriptReloading On
- Order deny,allow
- Allow from all
- </Directory>
- DocumentRoot "/home/cristian/FBK/wtosm/dev/wikipedia-tags-in-osm/html/"
- ServerName www.wtosmtest.it
- ServerAlias wtosmtest.it
- Options +FollowSymLinks +Indexes
- AssignUserId cristian cristian
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement