Guest User

Untitled

a guest
Jan 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <VirtualHost *:${AP_PORT}>
  2. ServerAdmin webmaster@mydomain.com
  3. DocumentRoot ${US_ROOTF}/www/projects/mydomain.com
  4. ServerName mydomain.com
  5. ServerAlias www.mydomain.com *.mydomain.com
  6. ErrorLog logs/mydomain.com-error.log
  7. CustomLog logs/mydomain.com-access.log common
  8. <Directory "${HOME}\www\projects\mydomain.com">
  9. Options Indexes Includes
  10. AllowOverride All
  11. Require all granted
  12. </Directory>
  13. </VirtualHost>
Add Comment
Please, Sign In to add comment