Hi,
How do I get Apache httpd (2.0.X and 2.2.X) to log SSL handshake
errors? I found that if I set ‘LogLevel info’ they will be logged to the error
log. However it then logs way to much stuff. What I need is a way to just log
all the SSL errors especially the handshake errors. Thank
: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] How to get SSL handshake errors logged
Wilda, Jet wrote:
> Hi,
>
> How do I get Apache httpd (2.0.X and 2.2.X) to log SSL handshake
> errors? I found that if I set ‘LogLevel info’ they will be logged to the
> error l
Could it be that you have SELinux enabled and it is messing with you?
~Jet
From: John LaCour [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2008 10:03 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] problem serving large files
I'd lik
Hi,
I just compiled Apache httpd 2.2.8 on RedHat 4.6 with kernel
2.6.9-67.ELsmp i686. I started it up using my configuration files from
our 2.0.61 (changed the LoadModule statements to use the new names for
the ones that changed) and now I get
[EMAIL PROTECTED] logs]# service phttpd re
I'm guessing that no one else is running 2.2.8 as a reverse proxy?
~Jet
-Original Message-
From: Wilda, Jet
Hi,
I just compiled Apache httpd 2.2.8 on RedHat 4.6 with kernel
2.6.9-67.ELsmp i686. I started it up using my configuration files from
our 2.0.61 (change
ed by another worker ?
On Mon, 17 Mar 2008, Wilda, Jet wrote:
> I'm guessing that no one else is running 2.2.8 as a reverse proxy?
I am not, but:
> ProxyPass /saleslead http://172.17.52.28:8091/saleslead
> ProxyPassReverse /saleslead http://172.17.52.28:8091/saleslead
> Proxy
t
If I replace it by .../saleslead then it would not reach to
application.
Any way if think its important then check it, it sometimes very
necessary.
Narendra
-Original Message-
From: Wilda, Jet [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 7:43 PM
To: users@httpd.apach
assReverse /salesleadv2 http://172.17.52.28:8091/salesleadv2
Try it.
-Original Message-----
From: Wilda, Jet [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 7:56 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] [warn] worker http://some_ip:port/context
already
used by anot
e.org
Subject: RE: [EMAIL PROTECTED] [warn] worker http://some_ip:port/context
already used by another worker ?
On Mon, 17 Mar 2008, Wilda, Jet wrote:
> Fixed it for the /saleslead vs /salesleadv2. What does having or not
> having the trailing slash change or mean?
Apache will match everyt
Do you have ServerAlias xx.com set in your VHOST?
~Jet
-Original Message-
From: James Carter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2008 9:03 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt
This might be more of a DNS question, b
I think the bigger issue is that you certificate will be for 1 FQDN i.e.
sample.com and hitting with any other FQDN will pop up a window saying
the certificate and servername don't match.
~Jet
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
S
I see.
Thanks,
~Jet
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Thursday, March 27, 2008 2:01 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] using non-standard SSL ports
On Thu, Mar 27, 2008 at 1:52 PM, Wilda, Jet
Try
RequestHeader set Host "%{SERVER_NAME}:443"
~Jet
From: Eqbal Z [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2008 5:01 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] modify Host header
I need to modify the Host header for my applica
We use F5 BIG-IP LTM
http://www.f5.com/products/big-ip/product-modules/local-traffic-manager.
html though there are many options including the open source pound
http://www.apsis.ch/pound/.
Enjoy,
~Jet
From: Adam Martin [mailto:[EMAIL PROTECTED]
Sent: W
Hi,
We run multiple Apache httpd instances on Red hat all with
different server roots and here is how we do it (I hope this is what
your asking,-). Below are the steps we do to create a new server root
and binary (or symlink of a new binary to the old). $ORIG_APACHE=httpd
and $NEW_APACH
_
From: Vinay Purohit [mailto:[EMAIL PROTECTED]
Sent: Friday, May 02, 2008 1:58 PM
To: users@httpd.apache.org; users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] RE:How to start apache daemon in apache 2.2.8 on
RHEL 5.1
Thanks Jet !! Is it effectively different apache virtual running as a different
daemon which can be st
using only one pid file for both server root.
\Vinay
-----Original Message-
From: Wilda, Jet [mailto:[EMAIL PROTECTED]
Sent: Friday, May 02, 2008 11:40 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] RE:How to start apache daemon in apache 2.2.8
on RHEL 5.1
I'm not f
Hi,
We basically do approach1, however you will also need to make a copy of
the binary if you truly want separate daemons.
~Jet
From: Vinay Purohit [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2008 12:36 AM
To: users@httpd.apache.org
Subj
@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Diffeerent Apache Daemon on RHEL5.1
Thanks Jet.
Can you please explain in bit more detail i.e. what do you mean by "you will
also need to make a copy of the binary if you truly want separate daemons"
\Vinay
-Original Message-----
From:
Hi,
We use ssldump http://www.rtfm.com/ssldump/ to do that sort of
thing. Though you may need to disable some of the cipher suites (found
that diffie-hellman doesn't work).
~Jet
-Original Message-
From: Ian Lord [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2008 10:48 AM
You can do that for example by
ProxyPass /ig !
ProxyPass / http://server:port/
ProxyPassReverse / http:// server:port/
This would cause Apache to look for /ig in the DocumentRoot.
~Jet
-Original Message-
From: Tavian Barnes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 08, 20
21 matches
Mail list logo