Guest User

Untitled

a guest
May 21st, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. NameVirtualHost *
  2. <VirtualHost *>
  3. ServerAdmin keehun@gmail.com
  4.  
  5. DocumentRoot /var/www/thales.keehun.com/
  6. <Directory />
  7. Options FollowSymLinks
  8. AllowOverride None
  9. </Directory>
  10. <Directory /var/www/thales.keehun.com/>
  11. Options Indexes FollowSymLinks MultiViews
  12. AllowOverride None
  13. Order allow,deny
  14. allow from all
  15. </Directory>
  16. </VirtualHost>
Add Comment
Please, Sign In to add comment