Guest User

aasdfa

a guest
Mar 29th, 2016
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName mydomain.com.lc
  3. ServerAlias www.mydomain.com.lc
  4. ServerAdmin [email protected]
  5. DocumentRoot /var/www/html/mydomain.com.lc/com_mydomain/
  6. SetEnv APPLICATION_ENV local
  7. <Directory /var/www/html/mydomain.com.lc/com_mydomain >
  8. Options Indexes FollowSymLinks MultiViews
  9. AllowOverride all
  10. Require all granted
  11. </Directory>
  12. <Directory /var/www/html/mydomain.com.lc/com_mydomain/*>
  13. Require all granted
  14. </Directory>
  15.  
  16. ErrorLog ${APACHE_LOG_DIR}/error.log
  17. CustomLog ${APACHE_LOG_DIR}/access.log combined
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment