Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Need to change my timeout time |
|
Author |
|
stealth_ninja
Joined: 30 Aug 2007 Posts: 3
|
Posted: Thu 30 Aug '07 22:17 Post subject: Need to change my timeout time |
|
|
For installation of phpbb, I need my timeout for apache to be longer, how can I do this? I've searched the internet for a long long time to no avail.
Any Ideas?
Thanks |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Thu 30 Aug '07 22:41 Post subject: |
|
|
The default timeout for Apache is 5 minutes.
If you really need it to be longer than that, see the Timeout directive in the Apache Docs.
-tom- |
|
Back to top |
|
stealth_ninja
Joined: 30 Aug 2007 Posts: 3
|
Posted: Fri 31 Aug '07 22:23 Post subject: |
|
|
Ok, thanks. But how can I go about changing that value?
I've looked in the httpd.conf file, is that where it would be? or am I completely wrong?
sorry if the answer is right in front of me |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Fri 31 Aug '07 22:44 Post subject: |
|
|
Normally there is no TimeOut directive in httpd.conf, so it defaults to 300 seconds (5 minutes).
If you want a different value, you must add a TimeOut directive to httpd.conf, like this:
It doesn't matter where in httpd.conf you put it - but make sure it is not inside any <Directory> or <VirtualHost> sections.
Adding it as the first line of httpd.conf would work.
-tom- |
|
Back to top |
|
stealth_ninja
Joined: 30 Aug 2007 Posts: 3
|
Posted: Fri 31 Aug '07 22:52 Post subject: |
|
|
thanks so much for the reply. I've been looking around, and thought it may have been this but i wasn't sure. Thanks so much |
|
Back to top |
|
|
|
|
|
|