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
1 answer
mod_proxy security issues
A friend is asking me about mod_proxy modules ,
They have a server that was recently attacked using mod_proxy and after checking his logs he said he wasn't vulnerable to those attacks since they have a newer version ...
So to avoid any further…

Tarek
- 101
- 5
0
votes
1 answer
HTTP proxy - expect 100 and authentication
I have an issue with Apache2 which I use as a proxy.
My software sends HTTP PUT for protected resource with
Expect: 100-continue
Transfer-Encoding: chunked
And instead of getting '401 Unauthorized' I get '100 Continue'. After that my soft sends…

Kylo
- 119
- 1
- 3
0
votes
1 answer
how to use Apache mod_proxy to provide access to Tomcat webapp
I have defined a Virtual Host for example.com in Tomcat Host Manager.
I can access http://example.com:8080/Web_Application. However I want to use http://example.com/webapp.
I also want to access http://example.com/ through Apache for serving…

Arvind
- 501
- 4
- 9
- 18
0
votes
1 answer
am i adding mod_proxy on CentOS with tomcat/apache correctly?
I am trying to map a java web application named "Cricket_rank_inspector" to the domain www.CRRI.com/cri
I plan to add the following 2 records to the httpd.conf (under section of VHOST for CRRI.com)
ProxyPass /cri…

Arvind
- 501
- 4
- 9
- 18
0
votes
2 answers
need to redirect to static url based off of string patter match in uri
I have siteminder protecting an Oracle ADF java faces app. It appears I am going to have to intercept an http reqeust for the logout link delivered by Oracle in order to kill the siteminder session. I have narrowed it down to a parameter in the…

organicit
- 115
- 6
0
votes
1 answer
Publishing VisualSVN via Apache mod_proxy
We are having issues publishing a Windows based VisualSVN Server via an Appache mod_proxy.
Company IS policy does not allow SSL connections to be initiated from external networks and enter into the company network unterminated. To allow SSL…

Robert Kaucher
- 487
- 1
- 4
- 18
0
votes
1 answer
Is it possible to match more than one regular expression with a single rule?
I have a production, testing, and development server for a site that I maintain. All three servers are running Apache 2.2.16 on Debian 6 GNU/Linux. I have set up a new version of our company site on the testing server, and my team determined it to…

ycallaf
- 101
- 2
0
votes
1 answer
How to setup mysql server behind a proxy server
I am deploying a mysql server behind a proxy server (apache mod_proxy). I am getting this error when I try to connect using mysql client
Lost connection to MySQL server at 'reading initial communication packet', system error: 0
I tried both…

gihan
- 3
- 1
- 5
0
votes
1 answer
Set up MySQL behind a proxy server
I am deploying a MySQL server behind a proxy server (apache mod_proxy). I am getting this error when I try to connect using mysql client or using php to connect to mysql server.
Lost connection to MySQL server at 'reading initial communication…

gihan
- 3
- 1
- 5
0
votes
1 answer
apache2: Is it possible to run mod_proxy on a differnt port?
I've a running apache2 listening on port 80 serving some websites.
mod_proxy is configured for forward-proxying.
I'd like to have mod_proxy only listening to a separate port as 80
Here I tried Port 55000. But this doesn't work…

casper
- 519
- 2
- 6
- 12
0
votes
2 answers
Retain original request URL on mod_proxy redirect
I am running a WebApplication on a Servlet Container (port 8080) in an environment that can be accessed from the internet (external) and from company inside (intenal),…

FrVaBe
- 103
- 1
- 5
0
votes
1 answer
Configure ProxyPass to ignore everything after the slash
I am running Apache on a box. I want to redirect every hit coming to that site to the entry page of a different site.
Site1 is www.site1.com
Site2 is www.site2.com
I want every URL on Site1 to be redirected to site2 after stripping out everything at…

Genboy
- 69
- 1
- 9
0
votes
2 answers
Apache: a better way to proxy traffic on many different ports to the same ports on another server
What is the simplest way to configure apache 2.2 to listen on, say, 20 different ports and then proxy those requests to the same ports on another server? For example, a request to http://myserver.com:1000/ should be proxy-forwarded to…

John Siracusa
- 738
- 7
- 12
0
votes
2 answers
apache mod_proxy URL redirect/alias
Guys! Having a problem with apache mod_proxy, hoping someone can help
Preface: We need a new domain (http://section1.info) to direct users to (http://domain.info/?q=section1) and maintain section1.info in the URLs.
The following does not seem to…

CMag
- 707
- 2
- 11
- 32
0
votes
1 answer
Method to proxy Subversion repo in lighttpd with https to the outside world
HTTPS is HTTP over SSL. I have an Apache server running on a machine in order to publish a Subversion repository (read-only). Apparently there is no direct solution to export the repository using lighttpd, which is why there is the Apache instance…

0xC0000022L
- 1,516
- 2
- 22
- 42