Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName eon.loc
  3. ServerAdmin halpdesk@dale.loc
  4.  
  5. DocumentRoot /var/www/eon.loc/public
  6. <Directory /var/www/eon.loc/public>
  7. Options -Indexes -Includes +FollowSymLinks +MultiViews +SymLinksIfOwnerMatch
  8. AllowOverride All
  9. Order allow,deny
  10. allow from all
  11. </Directory>
  12.  
  13. ErrorLog ${APACHE_LOG_DIR}/error-php-mvc-api.loc.log
  14.  
  15. # Possible values include: debug, info, notice, warn, error, crit,
  16. # alert, emerg.
  17. LogLevel warn
  18.  
  19. CustomLog ${APACHE_LOG_DIR}/access-eon.loc.log combined
  20. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement