Module for the apache webserver with which apache can be used as proxy server. With this module apache can act as a regular proxy, or as a reverse proxy for upstream servers.
Questions tagged [mod-proxy]
689 questions
0
votes
3 answers
Tomcat logging and mod_proxy
I have Tomcat running on port 8080, and when I send a request directly to Tomcat it works fine:
curl -IL http://localhost:8080/myapp
HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Location: http://localhost:8080/myapp/
HTTP/1.1 302 Moved…

ricksebak
- 101
- 1
- 6
0
votes
0 answers
Apache2 ProxyPass / ProxyPassReverse results in 404 for only one out of many directives
Apache2, mod_proxy installed, using reverse proxy for more than a dozen sites, works flawlessly for those. Added one more directive but going to that URL results in a 404 error.
For the purpose of this question the apache server is designated as…

Reality Extractor
- 1,490
- 2
- 14
- 23
0
votes
1 answer
URL rewrite for subdomain with Apache and mod_proxy
I have a Apache Webserver with mod_proxy and a Tomcat server with my Grails web app runnning. The Apache is redirecting with proxy the request to example.com:80 to my Tomcat running on example.com:8008.
I need to redirect requests the following way:…

mr.simonski
- 247
- 4
- 13
0
votes
1 answer
ProxyHTMLURLMap replaces url given two times
to explain the title, i have put this (this is the only htmlUrlMap) in my conf:
ProxyHTMLURLMap / /rp/ticket/
and this in my html:
what was expected: