Server timeout (bug #16000)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-26 14:15:26 +00:00
parent c9807cedf8
commit 81720bd319

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<section id="info.configuration">
&reftitle.runtime;
&extension.runtime;
@ -185,6 +185,11 @@
running in &safemode;. The only workaround is to turn off safe mode or
by changing the time limit in the &php.ini;.
</para>
<para>
Your webserver can have other timeouts. E.g. Apache has
<literal>Timeout</literal> directive, IIS has CGI timeout function, both
default to 300 seconds. See the webserver documentation for meaning of it.
</para>
</listitem>
</varlistentry>