sajid khan wrote:
> Fred, below is sample configuration used
>
>
> SetHandler perl-script
> PerlHandler Apache::Hello
> PerlSetVar somevar 50
>
I'm almost sure this works correctly (but I could be wrong). Can you look at
t/response/TestModperl/setupenv.pm
and see if your case is covered. I b
Fred, below is sample configuration usedSetHandler perl-script
PerlHandler Apache::HelloPerlSetVar somevar 50
Regarding your below question, the answer is yes>>Are you>>saying that in 2.0 PerlSetVar works properly for you in ,>>but not ?
Please let me know if I am overlooking or missing anythin
On Thu, 21 Sep 2006 1:51 pm, sajid khan wrote:
I asked the below question in apache user group as well, but with no
answers
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 pe
I asked the below question in apache user group as well, but with no answersWe 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 varia