Guest User

Untitled

a guest
Jan 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin admin@example.com
  3. ServerName example.com
  4. ServerAlias www.example.com
  5. DocumentRoot /var/www/example.com/public_html
  6.  
  7. <Directory /var/www/example.com/public_html>
  8. Options -Indexes +FollowSymLinks
  9. AllowOverride All
  10. </Directory>
  11.  
  12. ErrorLog ${APACHE_LOG_DIR}/error.log
  13. CustomLog ${APACHE_LOG_DIR}/access.log combined
  14. </VirtualHost>
Add Comment
Please, Sign In to add comment