apache connection timeout (Sir June)

Santoshraju Gumidelly Santoshraju.Gumidelly at infotech-enterprises.com
Sat Jul 17 05:03:18 UTC 2010


Have you tried the KeepAliveTimeout option ?

Eg. KeepAliveTimeout 600


Thank you
Santosh.

-----Original Message-----
From: redhat-list-bounces at redhat.com [mailto:redhat-list-bounces at redhat.com] On Behalf Of redhat-list-request at redhat.com
Sent: Friday, July 16, 2010 9:30 PM
To: redhat-list at redhat.com
Subject: redhat-list Digest, Vol 77, Issue 16

Send redhat-list mailing list submissions to
        redhat-list at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
        https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
        redhat-list-request at redhat.com

You can reach the person managing the list at
        redhat-list-owner at redhat.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."


Today's Topics:

   1. RE: Redhat exam (Tim Van Dyne)
   2. Re: Redhat exam (Rob DeSanno)
   3. apache connection timeout (Sir June)
   4. Re: apache connection timeout (Dustin Larmeir)
   5. Re: Redhat exam (Shankar Jha)
   6. Re: apache connection timeout (Sir June)
   7. Re: Redhat exam (Prakash Nayak)
   8. tracking ABI changes in C/C++ libraries (Andrey Ponomarenko)


----------------------------------------------------------------------

Message: 1
Date: Thu, 15 Jul 2010 09:57:59 -0700
From: "Tim Van Dyne" <Tim.VanDyne at valleyair.org>
To: <redhat-list at redhat.com>
Subject: RE: Redhat exam
Message-ID:
        <0743ACC63489E8418A38B6F78DCB1DDC01290357 at mailfre.SJVAPCD.LOCAL>
Content-Type: text/plain; charset="us-ascii"

>I want to take the exams of redhat.. I?m starting now..
>What advices I can get from you list?

http://rhce-linux.net/

The exams are practicals.  The best way to "study" is to simply know how
to do everything in that book.  It's really not that much if you
actually use some redhat derivitive distro in the first place.  You will
not get questions like a Microsoft/etc. exam that will allow you to
multiple-guess or decipher an unknown answer from other questions
etc.... You just have to be able to actually perform the work.  Any
practice labs you find are perfect, do them over and over. The book
"CentOS bible" is another wonderful resource for studying for the exam,
although I discovered this after doing RHCE.

There are no "secrets" to passing the exam or any special study method.
Just know how to setup system services & do basic troubleshooting.
Understanding how all the conf files work is a huge helper.

When I took the exam, one of the other testers messed up his
partitioning accidently with about 45 minutes left in the exam.  He knew
his stuff and could have passed and called it easy.  But that mistake
forced him to have to reload his system & start over. So if the GUI
tools for drive volume management are available to you then definitely
use those to make what you're doing visually clear...unless you're
already a pro at that anyway.



------------------------------

Message: 2
Date: Thu, 15 Jul 2010 13:49:19 -0400
From: Rob DeSanno <rdesanno at gmail.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: Re: Redhat exam
Message-ID:
        <AANLkTikuRdrfN14ocl01HLCUHZQgpQATbKV_gRRwadpF at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

These are all really good suggestions. I used the book by Jeung and it was
spot on for me. Something that you will rarely hear is to be mindful of your
time. I didn't budget my time correctly and wound up running out, getting
only my RHCT.


On Thu, Jul 15, 2010 at 12:57 PM, Tim Van Dyne <Tim.VanDyne at valleyair.org>wrote:

> >I want to take the exams of redhat.. I?m starting now..
> >What advices I can get from you list?
>
> http://rhce-linux.net/
>
> The exams are practicals.  The best way to "study" is to simply know how
> to do everything in that book.  It's really not that much if you
> actually use some redhat derivitive distro in the first place.  You will
> not get questions like a Microsoft/etc. exam that will allow you to
> multiple-guess or decipher an unknown answer from other questions
> etc.... You just have to be able to actually perform the work.  Any
> practice labs you find are perfect, do them over and over. The book
> "CentOS bible" is another wonderful resource for studying for the exam,
> although I discovered this after doing RHCE.
>
> There are no "secrets" to passing the exam or any special study method.
> Just know how to setup system services & do basic troubleshooting.
> Understanding how all the conf files work is a huge helper.
>
> When I took the exam, one of the other testers messed up his
> partitioning accidently with about 45 minutes left in the exam.  He knew
> his stuff and could have passed and called it easy.  But that mistake
> forced him to have to reload his system & start over. So if the GUI
> tools for drive volume management are available to you then definitely
> use those to make what you're doing visually clear...unless you're
> already a pro at that anyway.
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>


------------------------------

Message: 3
Date: Thu, 15 Jul 2010 18:50:23 -0700 (PDT)
From: Sir June <sir_june at yahoo.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: apache connection timeout
Message-ID: <378203.21255.qm at web65710.mail.ac4.yahoo.com>
Content-Type: text/plain; charset=us-ascii

Is there a directive in apache that would limit the maximum time a connection is
valid?  let say a client can only connect or download  a file from my webserver
in 10minutes, then he gets disconnected.


 thanks,Sir June






------------------------------

Message: 4
Date: Thu, 15 Jul 2010 21:54:31 -0500
From: Dustin Larmeir <dustin at larmeir.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: Re: apache connection timeout
Message-ID:
        <AANLkTinZnIeqwAYZlsUm6hS1JEpIBHhQoH7jFy4gdZ2Q at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

What is the end goal for limiting connections?

On Thu, Jul 15, 2010 at 8:50 PM, Sir June <sir_june at yahoo.com> wrote:

> Is there a directive in apache that would limit the maximum time a
> connection is
> valid?  let say a client can only connect or download  a file from my
> webserver
> in 10minutes, then he gets disconnected.
>
>
>  thanks,Sir June
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>


------------------------------

Message: 5
Date: Fri, 16 Jul 2010 11:26:59 +0530
From: Shankar Jha <shankar.jha at gmail.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: Re: Redhat exam
Message-ID:
        <AANLkTinbbTAVuggkVRP_px4QqSGnxE355x0QPKdHk22K at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

If you will get inrolled with one of the institute, which is providing
training, that will be better. After that you need to do more
practices on the labs provided in the original material from redhat.



On Thu, Jul 15, 2010 at 11:19 PM, Rob DeSanno <rdesanno at gmail.com> wrote:
> These are all really good suggestions. I used the book by Jeung and it was
> spot on for me. Something that you will rarely hear is to be mindful of your
> time. I didn't budget my time correctly and wound up running out, getting
> only my RHCT.
>
>
> On Thu, Jul 15, 2010 at 12:57 PM, Tim Van Dyne <Tim.VanDyne at valleyair.org>wrote:
>
>> >I want to take the exams of redhat.. I?m starting now..
>> >What advices I can get from you list?
>>
>> http://rhce-linux.net/
>>
>> The exams are practicals. ?The best way to "study" is to simply know how
>> to do everything in that book. ?It's really not that much if you
>> actually use some redhat derivitive distro in the first place. ?You will
>> not get questions like a Microsoft/etc. exam that will allow you to
>> multiple-guess or decipher an unknown answer from other questions
>> etc.... You just have to be able to actually perform the work. ?Any
>> practice labs you find are perfect, do them over and over. The book
>> "CentOS bible" is another wonderful resource for studying for the exam,
>> although I discovered this after doing RHCE.
>>
>> There are no "secrets" to passing the exam or any special study method.
>> Just know how to setup system services & do basic troubleshooting.
>> Understanding how all the conf files work is a huge helper.
>>
>> When I took the exam, one of the other testers messed up his
>> partitioning accidently with about 45 minutes left in the exam. ?He knew
>> his stuff and could have passed and called it easy. ?But that mistake
>> forced him to have to reload his system & start over. So if the GUI
>> tools for drive volume management are available to you then definitely
>> use those to make what you're doing visually clear...unless you're
>> already a pro at that anyway.
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
>> https://www.redhat.com/mailman/listinfo/redhat-list
>>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



------------------------------

Message: 6
Date: Fri, 16 Jul 2010 07:17:17 -0700 (PDT)
From: Sir June <sir_june at yahoo.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: Re: apache connection timeout
Message-ID: <993253.44128.qm at web65702.mail.ac4.yahoo.com>
Content-Type: text/plain; charset=us-ascii

I have a download server using http and if the download process takes this much
time, I want to terminate those sessions. 10minutes maximum. if it exceeds to
10minutes, then drop.



thanks,Sir June




----- Original Message ----
From: Dustin Larmeir <dustin at larmeir.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Sent: Thu, July 15, 2010 10:54:31 PM
Subject: Re: apache connection timeout

What is the end goal for limiting connections?

On Thu, Jul 15, 2010 at 8:50 PM, Sir June <sir_june at yahoo.com> wrote:

> Is there a directive in apache that would limit the maximum time a
> connection is
> valid?  let say a client can only connect or download  a file from my
> webserver
> in 10minutes, then he gets disconnected.
>
>
>  thanks,Sir June
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list







------------------------------

Message: 7
Date: Fri, 16 Jul 2010 20:51:05 +0530
From: Prakash Nayak <prakashnayak4u at gmail.com>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: Re: Redhat exam
Message-ID:
        <AANLkTilvv0tVP9n3tT0AoIcckZpkkbqHpjkv77hAmUA1 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi Ru-Benz,

I totally agree with Shankar. While doing my RHCE I got enrolled myself with
a training institute to learn all the necessary material discussed as per
RHCE syllabus but that alone is not sufficient. The exams are totally
practical-oriented and they test whether you really know the job at hand.

The only trick to pass the exam is "PRACTICE".."PRACTICE"...and "PRACTICE".

Be sure that you are well versed on all the topics and only then attempt the
exams.

As for study material; the official RedHat study material accompanied with
"RHCE Red Hat Certified Engineer Linux Study Guide (Exam RH302)" by Michael
Jang is the best. Wish you best luck in the exams.

Warm regards,
Prakash Nayak
On Fri, Jul 16, 2010 at 11:26 AM, Shankar Jha <shankar.jha at gmail.com> wrote:

> If you will get inrolled with one of the institute, which is providing
> training, that will be better. After that you need to do more
> practices on the labs provided in the original material from redhat.
>
>
>
> On Thu, Jul 15, 2010 at 11:19 PM, Rob DeSanno <rdesanno at gmail.com> wrote:
> > These are all really good suggestions. I used the book by Jeung and it
> was
> > spot on for me. Something that you will rarely hear is to be mindful of
> your
> > time. I didn't budget my time correctly and wound up running out, getting
> > only my RHCT.
> >
> >
> > On Thu, Jul 15, 2010 at 12:57 PM, Tim Van Dyne <
> Tim.VanDyne at valleyair.org>wrote:
> >
> >> >I want to take the exams of redhat.. I?m starting now..
> >> >What advices I can get from you list?
> >>
> >> http://rhce-linux.net/
> >>
> >> The exams are practicals.  The best way to "study" is to simply know how
> >> to do everything in that book.  It's really not that much if you
> >> actually use some redhat derivitive distro in the first place.  You will
> >> not get questions like a Microsoft/etc. exam that will allow you to
> >> multiple-guess or decipher an unknown answer from other questions
> >> etc.... You just have to be able to actually perform the work.  Any
> >> practice labs you find are perfect, do them over and over. The book
> >> "CentOS bible" is another wonderful resource for studying for the exam,
> >> although I discovered this after doing RHCE.
> >>
> >> There are no "secrets" to passing the exam or any special study method.
> >> Just know how to setup system services & do basic troubleshooting.
> >> Understanding how all the conf files work is a huge helper.
> >>
> >> When I took the exam, one of the other testers messed up his
> >> partitioning accidently with about 45 minutes left in the exam.  He knew
> >> his stuff and could have passed and called it easy.  But that mistake
> >> forced him to have to reload his system & start over. So if the GUI
> >> tools for drive volume management are available to you then definitely
> >> use those to make what you're doing visually clear...unless you're
> >> already a pro at that anyway.
> >>
> >> --
> >> redhat-list mailing list
> >> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> >> https://www.redhat.com/mailman/listinfo/redhat-list
> >>
> > --
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> > https://www.redhat.com/mailman/listinfo/redhat-list
> >
>
> --
>  redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>


------------------------------

Message: 8
Date: Fri, 16 Jul 2010 19:26:05 +0400
From: Andrey Ponomarenko <susanin at ispras.ru>
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Subject: tracking ABI changes in C/C++ libraries
Message-ID: <4C407A0D.10507 at ispras.ru>
Content-Type: text/plain; charset=ISO-8859-1

Hello, Colleagues!

The new service for tracking ABI changes in various C/C++ libraries is
now available for Linux distribution maintainers and upstream developers
- "Upstream Tracker". It may be helpful for analyzing risks of libraries
updating in the Red Hat Linux. The service includes more than 100
libraries at the moment: OpenSSL, ALSA, glib, cairo, libssh, fontconfig etc.

The service is freely available at:
http://linuxtesting.org/upstream-tracker/

Suggestions for libraries inclusion and feature/bug requests are very
welcome. Thanks!


--
Andrey Ponomarenko

Linux Verification Center, ISPRAS
 web:    http://www.linuxtesting.org
 mail:   upstream-tracker at linuxtesting.org



------------------------------

__
redhat-list mailing list
Unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

End of redhat-list Digest, Vol 77, Issue 16
*******************************************

DISCLAIMER:

This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech or Mail.Admin at infotech-enterprises.com and delete the original message.




More information about the redhat-list mailing list