[EMAIL PROTECTED] Reverse SSL Proxy Question

2007-11-28 Thread Al Sparks
I've configured a reverse SSL proxy using Apache 2.0. However, the application server serving the pages includes a line that gets stripped out by the proxy. One thing I read was http://www.apachetutor.org/admin/reverseproxies and it makes mention of problems under "changing the FPI". The s

Re: [EMAIL PROTECTED] HTTP STATUS 304

2007-11-28 Thread Christian Folini
Hi there, no need to YELL in the subject line. But if you are really interested to learn something, then RFC 2616 Hypertext Transfer Protocol HTTP/1.1 is a good read. It does not answer all (implementation) questions, but goes to quite a length regarding 304. regs, Christian On Wed, Nov 28, 2

[EMAIL PROTECTED] Apache lounge

2007-11-28 Thread Rocco Scappatura
Finally, I have found binaries of mod_proxy_html for windows. It can be downloaded from http://www.apachelounge.com/download/. Has anybody experienced with this software? Is there any contraindication in using it? Any suggestion is appreciated. Bye, rocsca -

Re: [EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-11-28 Thread Krist van Besien
On Nov 28, 2007 9:10 PM, Matt Bullock <[EMAIL PROTECTED]> wrote: > I can't seem to get the rule to change the request back to http though… any > ideas? First of all, you don't need the "RewriteCond {SERVER_PORT} !=80 " and similar conditions, as your virtual host allready takes care of shielding

Re: [EMAIL PROTECTED] stickysession on mod_proxy_balancer

2007-11-28 Thread Peter Hinse
[EMAIL PROTECTED] wrote: > I'm trying to setup mod_proxy_balancer on a server and I couldn't get the > "Sticky Session" working , this is my configuration: > > >BalancerMember http://10.1.1.100:8080 > >BalancerMember http://10.1.1.101:8080 > >BalancerMember http://10.1.1.102:8080

[EMAIL PROTECTED] stickysession on mod_proxy_balancer

2007-11-28 Thread [EMAIL PROTECTED]
Hi, I'm trying to setup mod_proxy_balancer on a server and I couldn't get the "Sticky Session" working , this is my configuration: -- ProxyPass / balancer://appclu

[EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-11-28 Thread Matt Bullock
Thanks everyone for helping me with my redirect problems using a hardware load balancer. I have redirects from http to https working perfectly, but now I can't seem to get the https back to http working. Here are the rules I am using: RewriteCond {SERVER_PORT} !=81 RewriteCond %{REQU

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread Paul Cocker
I have managed to fix this (was indeed an issue with the DMZ-Internal router) and the proxy is working brilliantly. Many thanks to those who chipped in :) I have run into a new issue. To secure the resources found on this page we were intended to use NTLM authentication, seeing as how the resource

[EMAIL PROTECTED] HTTP STATUS 304

2007-11-28 Thread Kranti K K Parisa [GetSet-India]
Hi, I want to use the caching techniques at client side. And read something about HTTP STATUS CODE 304. Please give some suggestions to store the static content like images, js, css ..etc to improve the website performance using apache. Regards, KP ---

[EMAIL PROTECTED] getting help (mod_proxy_html)

2007-11-28 Thread Rocco Scappatura
Hello, I have installed apache 2.2.6 under Windows XP. I would like to setup mod_proxy_html. I need the moduled compiled for windows or al least the instruction to compile it. I don't know if there are other requirements to extend apache with this module. Any suggestion is appreciated. Thanks

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread Paul Cocker
This error has only started occurring (when trying to access the relevant folder) after the proxy lines were added to the virtual host. Before then it simply tried to find that folder and failed, so this is progress! :) What I want to clarify is whether a 502 can mean "no response" as well as "I r

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread David Cassidy
Yes such errors would go direct to the client unless you do something on apache to send back something else. Turn up your proxy logging and you can see what IIS is sending back. You might want to check you are doing proxying and not re-directing... On Wed, 2007-11-28 at 15:08 +, Paul Cocker

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread Paul Cocker
The proxy is currently registering a 502 Bad Gateway error. Is a failure to reach the internal server the most likely cause, or are there issues with communication between Apache 2.0.59 and IIS 6 which can cause this to occur? For example, attempting to access the default page would get you the err

Re: [EMAIL PROTECTED] 2.2.6 mod_authnz_ldap connect/disconnect repeatedly without doing LDAP

2007-11-28 Thread Mark H. Wood
*sigh* False alarm. I attached strace to the httpd processes and saw that some bit of code gives up immediately when it trips over a broken symlink in the directory that holds SSL root certificates. Regenerating the links (via update-ca-certificates -- this is on Gentoo Linux) cured that problem,

Re: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread Victor Trac
On Nov 28, 2007 12:28 PM, Paul Cocker <[EMAIL PROTECTED]> wrote: > Thanks, you're right, not only was it the wrong block it was the wrong > config file. I forgot that when we upgraded Apache we used the new > config locations but didn't delete the old configs "just in case". > > The proxy element

Re: [EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-28 Thread GKapitany
This is done through jvmRoute so you have to make sure the settings in workers.properties would match jvmRoute on the application server side. This route gets appended to your JSESSIONID, take a look at the cookies in your browser... If you want more details just set: JkLogLevelinfo Regards, G

Re: [EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-28 Thread Fabricio
Hi Gabriel, It works fine, thanks ! :-) I'm just curious abount one thing: If I shutdown apache at "server1", my browser access only "server2" and return to access "server1" if I run apache again. It's awesome, but as I know this failover is not expected when using DNS round-robin... :-/

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread Paul Cocker
Thanks, you're right, not only was it the wrong block it was the wrong config file. I forgot that when we upgraded Apache we used the new config locations but didn't delete the old configs "just in case". The proxy element is now working alas I have a new and exciting problem, but it's one outside

Re: [EMAIL PROTECTED] Excessive memory utilization with mpm_worker an d glibc 2.4+

2007-11-28 Thread Max Dittrich
Hi, Spangler, Tim schrieb: Thanks for the tip, it lead me down a path of investigation that lead to teh ThreadStackSize directive for mpm_worker. It looks like ThreadStackSize would allow me to adjust the stack size for Apache only (my ideal situation), however this directive doesn't seem to af

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread Boyle Owen
> -Original Message- > From: Paul Cocker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 27, 2007 3:56 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Redirecting to internal server > > The reverse proxy doesn't appear to be working. My block now > looks like > the f