Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.     ServerAdmin webmaster@localhost
  3.     DocumentRoot /var/www/html
  4.  
  5.     <Directory /var/www/>
  6.         Options Indexes FollowSymLinks
  7.         AllowOverride All
  8.         Require all granted
  9.     </Directory>    
  10.  
  11.     ErrorLog ${APACHE_LOG_DIR}/error.log
  12.     CustomLog ${APACHE_LOG_DIR}/access.log combined
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement