Tagged Questions

1
vote
1answer
29 views

How do I reliably access the HttpServletRequest in a jspx when it’s behind a proxy?

I've got a jspx that needs to know the current HttpServletRequest's getServerName(). The jspx can fetch this with #{mybean.serverName} from its bean, like this: public String ge …
0
votes
0answers
28 views

Disable ProxyPass rules within a virtual host on apache 2 [closed]

I have a global proxypass rule in httpd.conf rules at global level ProxyPass /test/css http://myserver:7788/test/css ProxyPassReverse /test/css http://myserver:7788/test/css an …
0
votes
1answer
22 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
46 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
42 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
31 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 …
4
votes
4answers
452 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
420 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 …
0
votes
2answers
431 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 …
1
vote
2answers
121 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 …
3
votes
3answers
722 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 …
0
votes
2answers
32 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 …
0
votes
1answer
488 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
168 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
832 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 …

1 2 3 next
15 30 50 per page