Guest User

Untitled

a guest
Feb 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin mike_e@getcare.com
  3. DocumentRoot /var/httpd/
  4. ServerName staging-ca
  5. ServerAlias staging-ca.getcare.com
  6. ServerAlias staging-ca.getcare.com
  7. ErrorLog /var/log/httpd/staging-ca-error_log
  8. CustomLog /var/log/httpd/staging-ca-access_log common
  9. <Directory /var/httpd/ar8.getcare.com >
  10. Options Indexes FollowSymLinks MultiViews Includes
  11. </Directory>
  12. JkMount /caprovider/* ajp13
  13. </VirtualHost>
Add Comment
Please, Sign In to add comment