[Sat Jan 12 17:06:19 2002] [notice] Apache/1.3.20 (Unix) AxKit/1.4
mod_perl/1.26 configured -- resuming normal operations
[Sat Jan 12 17:06:19 2002] [notice] suEXEC mechanism enabled (wrapper:
/usr/local/apache/bin/suexec)

linux on regular pc kernel 2.2.18
I tried the httpd -X to make sure only one child replies.
I tried another pc which I really did not touch for a long time, same
result. 
(no interering from suexec or axkit)
(only the plain string works, not the function textfield() after several
submissions)
Also I had a slightly longer program, in which the push button would
change after submission, which it did; so no caching stuff: if the button
and the h1() changes, then the textfield should change too.
I checked the env{gateway_interface} and it said CGI-Perl/1.1 which means
it is actually handled by the apache perl interface.



Arnold


On Sat, 12 Jan 2002, Ged Haywood wrote:

> Hi there,
> 
> On Sat, 12 Jan 2002, Arnold van Kampen wrote:
> 
> > What could be wrong in this few lines: 
> > It is supposed to add 10 to the value in the textfield after each
> > submission.
> 
> Sounds supiciously like you're using Apache on a system which allows
> Apache to have many child processes, and you haven't read the Guide:
> 
> http://perl.apache.org/guide
> 
> There's a file called SUPPORT in the mod_perl distribution which gives
> you the information about what is needed in a post to the mod_perl List,
> knowing things like what OS you are using will help us a lot.
> 
> 73,
> Ged.
> 
> 

Reply via email to