/etc/httpd/conf.d/jira.conf: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> |
|||
<Proxy *> |
<Proxy *> |
||
Order deny,allow |
Order deny,allow |
||
Line 10: | Line 11: | ||
ProxyPass /fisheye http://localhost:8090/fisheye |
ProxyPass /fisheye http://localhost:8090/fisheye |
||
ProxyPassReverse /fisheye http://localhost:8090/fisheye |
ProxyPassReverse /fisheye http://localhost:8090/fisheye |
||
</pre> |
Latest revision as of 16:55, 27 October 2006
<Proxy *> Order deny,allow Allow from all </Proxy> ProxyRequests Off ProxyPreserveHost On ProxyPass /jira http://localhost:8080/jira ProxyPassReverse /jira http://localhost:8080/jira ProxyPass /fisheye http://localhost:8090/fisheye ProxyPassReverse /fisheye http://localhost:8090/fisheye