Guest User

Untitled

a guest
Aug 2nd, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <VirtualHost *443 *:80 *:8080>
  2. ServerName wiki
  3. ServerAlias wiki.contoso
  4. RewriteEngine on
  5. RewriteRule ^ https://wiki.contoso.com [R=301,L]
  6. ServerAdmin webmaster@localhost
  7. DocumentRoot /var/www/sdit
  8.  
  9. ErrorLog ${APACHE_LOG_DIR}/error.log
  10. CustomLog ${APACHE_LOG_DIR}/access.log combined
  11.  
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment