Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. NameVirtualHost 178.79.154.16:80
  2. <VirtualHost 178.79.154.16:80>
  3.         DocumentRoot /srv/http/
  4.         <Directory /srv/http/>
  5.                 AllowOverride all
  6.                 Options -Multiviews
  7.         </Directory>
  8. </VirtualHost>
  9.  
  10. <VirtualHost 178.79.154.16:80>
  11.         ServerName emry.thegoldenloom.net
  12.         DocumentRoot /srv/www/emry
  13.         <Directory /srv/www/emry>
  14.                 AllowOverride all
  15.                 Options -Multiviews
  16.         </Directory>
  17. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement