Guest User

Untitled

a guest
Jun 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin xxx.com.hk
  3. DocumentRoot "/data/webdocs"
  4. <Directory "/data/webdocs">
  5. Options FollowSymLinks
  6. AllowOverride None
  7. Order allow,deny
  8. Allow from all
  9. Require all granted
  10. </Directory>
  11. ServerName www.xxx.com.hk
  12. ServerAlias xxx.com.hk
  13. ErrorLog "/data/weblogs/xxx_error.log"
  14. "
  15. SetEnv hkepdev_CI_ENV "production"
  16. <IfModule mod_rewrite.c>
  17. RewriteEngine On
  18. "
  19. "
  20. </IfModule>
  21. </VirtualHost>
Add Comment
Please, Sign In to add comment