mod_perl 1.26 and Mozilla/Netscape again ?

2002-01-22 Thread Toni Mueller
Hello, while working on a small CGI program that should run under mod_perl for performance reasons, I get this: [Tue Jan 22 16:48:31 2002] [info] [client 192.168.1.5] (2)No such file or directory: client stopped connection before rwrite completed [Tue Jan 22 16:48:31 2002] [debug] Apache.c(36

Re: Embperl struggles

2000-06-03 Thread Toni Mueller
Hello all, On Fri, Jun 02, 2000 at 04:17:38PM +0200, Toni Mueller wrote: > trying to develop with Embperl I encounter the following > problems: > [ stuff deleted ] before reading _all_ your kind answers gently pushing me in the right direction I wanted to thank you for that and excu

Embperl struggles

2000-06-02 Thread Toni Mueller
Hello, trying to develop with Embperl I encounter the following problems: 1. Using a sequence of statements like [- open LOG, ">/tmp/logfile.txt"; print LOG "some debug info: $var\n"; close LOG; -] ever gets me the following error: error in Perl code: Can't locate object metho

Embperl & Sessions, and Re: Embperl: Storing session info in FILES? (fwd)

2000-05-02 Thread Toni Mueller
Hello, On Thu, Apr 27, 2000 at 01:55:46PM -0500, Igor Chudov @ home wrote: > BEGIN >{ >$ENV{EMBPERL_SESSION_CLASSES} = "DBIStore SysVSemaphoreLocker" ; >$ENV{EMBPERL_SESSION_ARGS}= "DataSource=dbi:mysql:session UserNam according to "perldoc Apach