Re: [us...@httpd] Using SetEnvIf on response headers

2009-07-09 Thread André Warnier
Ray Van Dolson wrote: On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote: Ray Van Dolson wrote: Hi all; I'm trying to strip out NTLM as an authentication option from response packets (my Apache is acting as a reverse proxy). By curiosity, what does this achieve ? If the origin serv

Re: [us...@httpd] Using SetEnvIf on response headers

2009-07-09 Thread André Warnier
André Warnier wrote: Addendum to this : I had a quick browse through the standard Apache modules, and it seems that there is nothing that allows to test a /response/ header, and then do something about the response headers in general. I take it back. There seems to be something you can do, by

[us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Nedim Ozan Tekin
Hi all, I have already two successfully working jboss portal servers. e.g. https://10.10.0.138:8443/portal https://10.10.0.139:8443/portal they work, there is no problem.. But now , what i want is to be able to use (in httpd.conf): ProxyPass / balancer://portalcluster/ stickysession=JSESSI

RE: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Nedim Ozan Tekin
Additionally , İ have configured httpd.conf as follows ProxyPass / balancer://portalcluster/ stickysession=JSESSIONID|jsessionid nofailover=On SSLSessionCache none SSLEngine On SSLProxyEngine On SSLCertificateFile /openssl/server.crt SSLCertificateKeyFile /openssl/server.key SSLCACertificateFil

[us...@httpd] Help with installation on Windows XP

2009-07-09 Thread Anthony Rodriguez
Hi! I’ve just installed Apache 2.2 on Widows XP using the Apache installer. During installation I got an error message similar to the error messages I now get when I try to start the service. Here're the error messages I now get: “The Apache server named reported the following error >>>

RE: [us...@httpd] httpd service doesn't start when run from failover cluster on Windows Server 2008 64 bit

2009-07-09 Thread Willis, Trevor
I have also reproduced this on 32 bit server 2008 cluster -Original Message- From: Willis, Trevor [mailto:twil...@bottomline.com] Sent: 30 June 2009 08:45 To: users@httpd.apache.org Subject: RE: [us...@httpd] httpd service doesn't start when run from failover cluster on Windows Server 200

Re: [us...@httpd] Help with installation on Windows XP

2009-07-09 Thread André Warnier
Anthony Rodriguez wrote: Hi! I’ve just installed Apache 2.2 on Widows XP using the Apache installer. During installation I got an error message similar to the error messages I now get when I try to start the service. Here're the error messages I now get: “The Apache server named reported t

Re: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Tom Evans
On Thu, 2009-07-09 at 12:24 +0300, Nedim Ozan Tekin wrote: > > Hi all, > I have already two successfully working jboss portal servers. > e.g. https://10.10.0.138:8443/portal > https://10.10.0.139:8443/portal they work, there is no problem.. > > But now , what i want is to be able to use (i

[us...@httpd] Using Apache with SSL and SSO

2009-07-09 Thread Thomas J Kaiser
Hi, I'm using Apache with SSL and SSO and am trying to force apache to require a new logon when a user navigates away from a web page and then uses the back button to return to our web page. I'm not sure if this is something that apache could control. Can you offer any assistance with

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Chintan Kachhi
Ok.. here's the thing: I am having a issue, where the following happens: I am using IBM http server as my front end server, and WebSphere as my application server. I am trying to configure httpserver config file (httpd.conf) to display a certain page when my application server is down - but that

Re: [us...@httpd] Using SetEnvIf on response headers

2009-07-09 Thread Ray Van Dolson
Thanks for the detailed reply Andre. On Thu, Jul 09, 2009 at 01:16:06AM -0700, André Warnier wrote: > Ray Van Dolson wrote: > > On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote: > >> Ray Van Dolson wrote: > >>> Hi all; > >>> > >>> I'm trying to strip out NTLM as an authentication opti

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Eric Covener
On Thu, Jul 9, 2009 at 11:23 AM, Chintan Kachhi wrote: > Ok.. here's the thing: > > I am having a issue, where the following happens: I am using IBM http server > as my front end server, and WebSphere as my application server. > > I am trying to configure httpserver config file (httpd.conf) to disp

[us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Dan Poirier
Chintan Kachhi writes: > I am having a issue, where the following happens: I am using IBM http server > as > my front end server, and WebSphere as my application server. > > I am trying to configure httpserver config file (httpd.conf) to display a > certain page when my application > server is d

[us...@httpd] Invalid ELF Header?

2009-07-09 Thread Brian Kim
Hi. all. I tried to add hash library(polarssl) to apache, but I got the Invalid ELF Header error when I began proxy module. Is there anybody who knows the reason? Is it a library problem? Thanks in advance - The official User-T

[us...@httpd] 32 bit module on 64 bit apache

2009-07-09 Thread brian.henk
Hi everyone, I built and installed httpd 2.2 on a 64 bit system, and I now realize a module I need to use is available only in a 32 bit binary. When I attempt to start httpd, I get an error (Syntax error on line 427 of ~snip~/apache22/conf/httpd.conf: Cannot load ~snip~/mod_cog.so into server:

Re: [us...@httpd] 32 bit module on 64 bit apache

2009-07-09 Thread Eric Covener
On Thu, Jul 9, 2009 at 2:21 PM, wrote: > Hi everyone, > > I built and installed httpd 2.2 on a 64 bit system, and I now realize a > module I need to use is available only in a 32 bit binary. When I > attempt to start httpd, I get an error (Syntax error on line 427 of > ~snip~/apache22/conf/httpd.c

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Chintan Kachhi
[To Dan Poirier] I need to go to Websphere to hit the service and that requires the port 9080, hence I do that... but this should work and return the error message I think since the http server is linked to the Websphere through the plugin... someone correct me if I am wrong. As for changing the

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Eric Covener
On Thu, Jul 9, 2009 at 3:48 PM, Chintan Kachhi wrote: > [To Dan Poirier] I need to go to Websphere to hit the service and that > requires the port 9080, hence I do that... but this should work and return > the error message I think since the http server is linked to the Websphere > through the plug

Re: [us...@httpd] load balancing with 2 HTTPS portal servers

2009-07-09 Thread Igor Cicimov
Nedim, As your configuration is at the moment you proxy the traffic coming on port 443 (SSL port) to the back end servers which means only the requests coming with https:// will work. What you need to do is just write a simple mod_rewrite rule to redirect the traffic from port 80 to 443 and all sh

[us...@httpd] Re: Help with installing Apache on Windows XP

2009-07-09 Thread André Warnier
Anthony Rodriguez wrote: Dear Andre, Thank you for replying to my post and I apologize for contacting you directly. You said to "turn off any other services that may be listening to port 80 (like IIS ?) or change the Apache configuration to listen on another port." As a newbie, I have no idea

RE: [us...@httpd] Using Apache with SSL and SSO

2009-07-09 Thread Boyle Owen
HTTP is a stateless protocol and the normal HTTP process flow doesn't give you any way to detect this sort of thing. If the user does this: * hits your page * switches to another page on another site * hits "back" to get back to your page your server