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
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
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
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
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
>>>
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
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
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
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
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
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
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
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
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
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:
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
[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
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
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
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
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
21 matches
Mail list logo