Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ProxyPass / https://1.2.3.4:443/
  2. ProxyPassReverse / https://1.2.3.4:443/
  3.  
  4. RewriteRule ^/1.2.3.4/(.*) https://1.2.3.4:443/$1 [P,L]
  5. ProxyPass /1.2.3.4/ https://1.2.3.4:443/
  6. ProxyPassReverse /1.2.3.4/ https://1.2.3.4:443/
  7.  
  8. RewriteRule ^/1.2.3.5/(.*) https://1.2.3.5:443/$1 [P,L]
  9. ProxyPass /1.2.3.5/ https://1.2.3.5:443/
  10. ProxyPassReverse /1.2.3.5/ https://1.2.3.5:443/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement