Advertisement
Guest User

Ubuntu vhost

a guest
Jul 30th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. DocumentRoot "/var/www/dev/public_html/webapp/trunk/httpdocs"
  4. ServerName webapp.dev
  5. ServerAlias www.webapp.dev *.webapp.dev
  6.  
  7. <Directory "/var/www/dev/public_html/webapp/trunk/httpdocs/">
  8. allow from all
  9. Options +Indexes
  10. AllowOverride all
  11. </Directory>
  12.  
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement