Advertisement
Guest User

Max De Winter

a guest
Apr 30th, 2011
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. NameVirtualHost *
  2. <VirtualHost *>
  3.  
  4. ServerAdmin root@shamrockirishbar.com
  5. ServerName www.shamrockirishbar.com
  6. ServerAlias shamrockirishbar.com
  7. ServerAlias shamrockhamburg.com
  8. ServerAlias www.shamrockhamburg.com
  9.  
  10. DocumentRoot /home/shamrock/webs/shamrockirishbar.com/lib/
  11.  
  12. Alias /webdav /home/shamrock/webs/shamrockirishbar.com/webdav/
  13.  
  14. <Location /webdav>
  15. DAV On
  16. Allow from all
  17. AuthType Basic
  18. AuthName "webdav"
  19. AuthUserFile /home/shamrock/webs/passwd.dav
  20. Require valid-user
  21. </Location>
  22.  
  23. Alias /images /home/shamrock/webs/shamrockirishbar.com/images/
  24. Alias /menus /home/shamrock/webs/shamrockirishbar.com/menus/
  25.  
  26.  
  27. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement