Guest User

Untitled

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <VirtualHost *:80 *:8080>
  2. DocumentRoot "/www/motilo/Website/frontend/trunk/shardroot/"
  3. ServerName cdn.motilo.local
  4. ServerAlias cdn.motilo.com
  5. ServerAlias cdn.motilo
  6. ServerAlias cdn.motemplates.local
  7. ServerAlias cdn.motemplates
  8.  
  9. Alias /theme "/www/motilo/Website/frontend/trunk/shardroot/theme_default"
  10.  
  11. CustomLog "/private/var/log/apache2/cdn.motilo.access.log" common
  12. <Location />
  13. Options Indexes FollowSymLinks MultiViews +Includes
  14. Order allow,deny
  15. allow from all
  16. </Location>
  17.  
  18. </VirtualHost>
Add Comment
Please, Sign In to add comment