Guest User

Untitled

a guest
Jun 21st, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName %domain%
  3. DocumentRoot /var/www/%domain%
  4. ErrorLog /var/log/error.%domain%.log
  5. CustomLog var/log/access.%domain%.log combined
  6. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment