Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName mega.customhelix.net
  3.  
  4. DocumentRoot /hosting/apps/sites/mega.customhelix.net/public
  5. <Directory />
  6. Options FollowSymLinks
  7. AllowOverride None
  8. </Directory>
  9. <Directory /hosting/apps/sites/mega.customhelix.net/public/>
  10. Options Indexes FollowSymLinks MultiViews
  11. AllowOverride None
  12. Order allow,deny
  13. allow from all
  14. </Directory>
  15.  
  16. ErrorLog ${APACHE_LOG_DIR}/error.log
  17.  
  18. # Possible values include: debug, info, notice, warn, error, crit,
  19. # alert, emerg.
  20. LogLevel warn
  21.  
  22. CustomLog ${APACHE_LOG_DIR}/access.log combined
  23.  
  24. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement