[EMAIL PROTECTED] HTTPS and SSL certificate issue + PKIX = javax.net.ssl.SSLHandshakeException

2008-09-07 Thread sh_santosh
Dear all, I am getting this exception while invoking(web services) or accessing through java code. The URL which i try to access is secured using Certificate. Please see the exception - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: su

[EMAIL PROTECTED] Query on Apache timers

2008-09-07 Thread Arnab Ganguly
Hi All, Just wanted to know what is the value of the Timer for which Apache waits for a Client request to arrive and if doesn't then it sends back 408 back to the client ,or some request timeout responses.Do we have a configurable parameter for this? Thanks -A

Re: [EMAIL PROTECTED] Query on KeepAlive and KeepAliveTimeOut

2008-09-07 Thread Suresh Babu
Hai There is no effect. The KeepAlive directive allows multiple requests to be sent over the same TCP connection. This is particularly useful while serving HTML pages with lot of images. If KeepAlive is set to Off, then for each images, a separate TCP connection has to be made. Overhead due to es

[EMAIL PROTECTED] "Repeating lines" GDB behaviour in custom apache module

2008-09-07 Thread Juhani Connolly
Greetings, I've recently started working at developing apache modules, and while finding it interesting, have recently run into a rather annoying issue. I appear to get unusual GDB output, where the code repeats sections multiple times(despite there being no loop) and sometimes just making big

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Joseph S D Yao
On Sun, Sep 07, 2008 at 06:46:54AM -0700, Jay wrote: > Hello Edward, >   > The problem was solved, when I disabled the iptables >   > Thank You for your help. Good catch. Glad I read to the current end of thread, to see that you located the issue I was going to suggest. Of course, you don't wa

Re: [EMAIL PROTECTED] About lingering_close

2008-09-07 Thread Arnab Ganguly
Is there any way to check the behavior? Thanks Arnab On Sun, Sep 7, 2008 at 6:59 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sun, Sep 7, 2008 at 8:56 AM, Arnab Ganguly <[EMAIL PROTECTED]> > wrote: > > Hi All, > > How do I enable lingering_close in Apache.Is it enabled by default in > Apache

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Jay
Frank Many thanks for the reply. Have reverted the changes. Thanks again. --- On Sun, 9/7/08, Francois Gingras <[EMAIL PROTECTED]> wrote: From: Francois Gingras <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE To: users@httpd.apache.org, [

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Francois Gingras
Jay, points to the actual '/' path. It is locked down for security reasons, and you should not alter it. To allow access to your server, you should create or alter the block in your virtual host instead. Look out for the DocumentRoot directive to know what path to use. Frank. On Sun, Sep 7, 2

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Jay
--- On Sun, 9/7/08, Jay <[EMAIL PROTECTED]> wrote: From: Jay <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE To: users@httpd.apache.org Date: Sunday, September 7, 2008, 8:56 AM --- On Sun, 9/7/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] About lingering_close

2008-09-07 Thread Eric Covener
On Sun, Sep 7, 2008 at 8:56 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > How do I enable lingering_close in Apache.Is it enabled by default in Apache > 2.2.8 ? Is there anyway to check it. It's enabled by default, and you have to recompile Apache to change/disable the behavior. Please

[EMAIL PROTECTED] About lingering_close

2008-09-07 Thread Arnab Ganguly
Hi All, How do I enable lingering_close in Apache.Is it enabled by default in Apache 2.2.8 ? Is there anyway to check it. Thanks and regards Arnab

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread edwardspl
Jay wrote: > Hello Edward, > Thank you for your reply. Was able to see your reply in the archives > but it didn't land in my inbox yet. Subscribed to this list just a > moment before posting this question. So, it may take a while for the > list to reflect my user id as well. > So, this may appear

[EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Jay
Hello Edward,   Thank you for your reply. Was able to see your reply in the archives but it didn't land in my inbox yet. Subscribed to this list just a moment before posting this question. So, it may take a while for the list to reflect my user id as well.   So, this may appear as a new thread.

Re: [EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread edwardspl
Dear Jay, Are you running your web server by using default config file for testing ? Edward. Jay wrote: > Hello > Linux Version : Red Hat Enterprise Version 5.0 > Downloaded HTTP server 2.2.9 source, built & installed > Started the server using the command apachectl start & the server > started

[EMAIL PROTECTED] HTTP Server 2.2.9 - Unable to view the files from IE

2008-09-07 Thread Jay
Hello   Linux Version : Red Hat Enterprise Version 5.0   Downloaded HTTP server 2.2.9 source, built & installed   Started the server using the command apachectl start & the server started fine. No errors in logs/error_log   Have attached httpd.conf   >From the IE in my windows box, if I access th