0
votes
1answer
14 views
Proxy URL without authentication
I have an Apache web server with basic authentication enabled at the root directory. I can't change this due to business restrictions.
However, we want a particular URL to be a p …
0
votes
1answer
32 views
Reverse Proxy in CakePHP?
I've got a CakePHP application, and the following directives in my httpd.conf
ProxyRequests off
ProxyPass /forum/ http://somesite.com/phpbb3
ProxyPass /gallery/ http://someothersi …
0
votes
0answers
30 views
Can Apache BalancerMember be configured to use unix domain sockets?
I am using the Apache Proxy balancer directive to hook up a set of thin servers (for Rails).
Like so:
<Proxy balancer://thinservers>
BalancerMember http://127.0.0.1:5 …
0
votes
2answers
29 views
How to configure Apache to proxy exactly one file?
(I must be dense - I just can't figure out the Apache documentation on how to do this.)
To speed up some swf development I'm doing, I want to have my local machine fetch my local …
0
votes
1answer
318 views
Apache & JBoss use port 80 at the same time
I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There are several ways I see people doing this mod_jk, mod_proxy, but I'm not s …
1
vote
2answers
104 views
How to use a different path name in ProxyPass than the Tomcat context name
Hello,
I am using Tomcat 5.5.9 and Apache 2.x
We are trying to use a path name in ProxyPass that is different
than the Tomcat context name.
ProxyPass /path http://localhost:8080 …
0
votes
2answers
31 views
combining proxy server modules with my webapplication
I want to implement a autmatic billing systen for one cybercafe.MEasning when some one want to surf net in my cafe he goes to attendent and attendent allocates him the pc and gives …
3
votes
3answers
604 views
apache to tomcat: mod_jk vs mod_proxy
What are the advantages and disadvantages of using *mod_jk* and *mod_proxy* for fronting a tomcat instance with apache?
I've been using mod_jk in production for years but I've hea …
4
votes
3answers
394 views
Understanding mod_proxy and Apache 2 for writing a comet-server
Hi folks,
I currently try to implement a simple HTTP-server for some kind of comet-technique (long polling XHR-requests). As JavaScript is very strict about crossdomain requests I …
0
votes
1answer
429 views
RewriteRule, Proxy directive [P] - Is it possible to make request use actual proxy host?
Hello Everybody
Does anyone know whether it is possible to make rewrite rules which use the proxying [P] directive, as shown below, to behave like ProxyPass used in conjunction wi …
1
vote
2answers
154 views
Risk of using Apache mod_proxy
I am now exploring to use Apache's mod_proxy's directive, eg ProxyPass, as part of solution for cross-domain scripting restriction (for html/ajax/flash code). However, I am afraid …
2
votes
2answers
694 views
Apache + Tomcat: Using mod_proxy instead of AJP
Is there any way I connect Apache to Tomcat using an HTTP proxy such that Tomcat gets the correct incoming host name rather than localhost? I'm using this directive in apache:
Pro …
2
votes
2answers
451 views
How can I set up a reverse proxy with mod_proxy without redirecting?
How can I set up a reverse proxy with mod_proxy without redirecting to another server or IP? This will be a virtual host environment. The reason I want to do this is so that mod_p …
0
votes
3answers
754 views
Setting up an Apache Proxy with Authentication
I need to set up a proxy with authentication to verify the behavior of an application that connects to the internet.
I am trying to set-up an Apache installation with forward prox …
0
votes
1answer
373 views
Apache mod-proxy load balancer maintenance
I have mod-proxy and mod-proxy-balancer setup as a load balancing reverse proxy. Something like this:
<Proxy balancer://example>
BalancerMember http://hostname:8000 keep …
