Advertisement
Guest User

jigger

a guest
Aug 27th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. <VirtualHost :*>
  2. DocumentRoot /usr/share/zarafa-webaccess
  3. ServerName webmail.delaptopdiscounter.nl
  4. Redirect permanent / https://www.delaptopdiscounter.com/webaccess/
  5. <Directory "/usr/share/zarafa-webaccess">
  6. allow from all
  7. Options +Indexes
  8. </Directory>
  9.  
  10.  
  11.     <Location />
  12.         ProxyPass https://webmail.delaptopdiscount.nl/
  13.         ProxyPassReverse https://webmail.delaptopdiscount.nl/
  14.         Order allow,deny
  15.         Allow from all
  16.     </Location>
  17.  
  18.  
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement