We have 2 location directives, one for all the requests ( ... ) and one for specific url . We declare some variables using PerlSetVar inside those and read from the perl scripts.
In Apache 1.3 , I am able to read the variable(decl using PerlSetVar ) inside , however in Apache 2.0, I am not able to
Ok, let me rephrase my sentence ? How to configure apache 1.3 and 2.0 to have no idle timeout? . In V1.3 if the timeout value is 0 there would be no idle timeout, It's not happening in V2.0-Sajid
On 9/19/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 9/19/06, sajid khan <[EMAIL PRO
Thanks Joshua On 9/19/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 9/19/06, sajid khan <[EMAIL PROTECTED]> wrote:>> Hi All,>> I believe there is some change in Timeout directive from V 1.3 to 2.0, What> is the default timeout value in
V1.3 and what is it now in
Hi All,I believe there is some change in Timeout directive from V 1.3 to 2.0, What is the default timeout value in V1.3 and what is it now in V2.0 . I think in V1.3 if nothing was specified it would not timeout at all.
Kindly let me know some more details on it, Any documentation which states that