Advertisement
Guest User

Untitled

a guest
Nov 14th, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <VirtualHost *:8081>
  2. ServerName www.example.nl
  3. ServerAlias example.nl
  4. ServerAdmin bart@example.nl
  5. DocumentRoot /data/domains/www.example.nl/public
  6. SetEnvIf SSLPROXY "1" \
  7. SSLPROXY
  8. SetHandler perl-script
  9. PerlInitHandler WebGUI
  10. PerlSetVar WebguiConfig www.example.nl.conf
  11. </VirtualHost>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement