Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. ServerName dahliaco.com
  4. DocumentRoot /home/mohammad/Documents/simple/public
  5.  
  6. <Directory />
  7. Options FollowSymLinks
  8. AllowOverride None
  9. </Directory>
  10. <Directory /home/mohammad/Documents/simple>
  11. AllowOverride All
  12. </Directory>
  13.  
  14. ErrorLog ${APACHE_LOG_DIR}/error.log
  15. LogLevel warn
  16. CustomLog ${APACHE_LOG_DIR}/access.log combined
  17. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement