Advertisement
Guest User

Untitled

a guest
Oct 26th, 2013
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Listen 8081
  2. <VirtualHost *:8081>
  3. DocumentRoot /var/www
  4. ServerName 54.224.63.67
  5. ServerAlias 54.224.63.67
  6. </VirtualHost>
  7.  
  8. <VirtualHost *:80>
  9. ServerAdmin fsdsds@sfs.dd
  10. ServerName 54.224.63.67
  11. ServerAlias 54.224.63.67
  12.  
  13. WSGIScriptAlias /gps/ /var/www/abc/index.wsgi
  14.  
  15. Alias /static/ /var/www/abc/static/
  16. <Location "/static/">
  17. Options -Indexes
  18. </Location>
  19. LogLevel warn
  20. CustomLog /var/log/apache2/access.log combined
  21. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement