Last active
March 24, 2025 21:19
-
-
Save razbakov/5d4703531345e6817a9c to your computer and use it in GitHub Desktop.
Revisions
-
razbakov revised this gist
Aug 26, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ <Virtualhost *:80> ServerName your.url.com ProxyRequests Off ProxyPreserveHost On AllowEncodedSlashes NoDecode @@ -11,5 +11,5 @@ ProxyPass / http://localhost:8080/ nocanon ProxyPassReverse / http://localhost:8080/ ProxyPassReverse / http://your.url.com/ </Virtualhost> -
razbakov created this gist
Aug 26, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ <Virtualhost *:80> ServerName test.kirchbergerknorr.de ProxyRequests Off ProxyPreserveHost On AllowEncodedSlashes NoDecode <Proxy http://localhost:8080/*> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:8080/ nocanon ProxyPassReverse / http://localhost:8080/ ProxyPassReverse / http://test.kirchbergerknorr.de/ </Virtualhost>