Guest User

Untitled

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot /var/www/sites/scioto.vwatech.com
  3. <Directory "/var/www/sites/scioto.vwatech.com">
  4. allow from all
  5. Options +Indexes
  6. </Directory>
  7. ServerName foo.vwavault.int
  8. </VirtualHost>
Add Comment
Please, Sign In to add comment