Errors in my scripts cause apache getting strange...

2003-09-12 Thread Anton Permyakov
on an undefined value at /usr/local/apache-new/htdocs/lib/perl/Model/profile.pl line 94. it seems like usual error... What does it mean? Where is the reason? I want apche to show me /error500.html again on errors! Thanks, Anton Permyakov.

Re: Apache::Session extra record not write to Mysql db.

2003-09-02 Thread Anton Permyakov
'time' field gets updated because of it is 'timestamp' type, isn't it? MySQL has this type for automatically updated field with current date and time (RTFM :)). Best wishes, Anton Permyakov. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist

Shared memory 'copy-on-write' issue

2003-01-10 Thread Anton Permyakov
Hi all, reading http://perl.apache.org/docs/1.0/api/Apache/SizeLimit.html#Shared_Memory_Opti ons i am seeing that link about memory sharing by copy-on-write points to http://perl.apache.org/docs/1.0/guide/index.html and 'META: change link when site is live' stands after it. Site is alive, how

Forking process

2002-10-09 Thread Anton Permyakov
. But also i cannot invoke system(), as this proccess could take very long time. What i have to do? May be best solution is using CGI-script, which allows forking without all Apache process forking? Thank you, Best wishes! Anton

handler invoking problems

2002-09-05 Thread Anton Permyakov
-script PerlHandler +Apache::PageKit Perl use lib /usr/local/apache-new/htdocs/lib/perl; Apache::PageKit-startup(/usr/local/apache-new/htdocs,staging); /Perl /Directory --- Thank you very much, Best wishes! Anton

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-15 Thread Anton Permyakov
). Is it diffucult to create ppd files from tar.gz files? Can i do it by myself? Anton. - Original Message - From: Randy Kobes [EMAIL PROTECTED] To: Anton Permyakov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 1:01 PM Subject: Re: mod_perl + Apache::PageKit on Win32

error_log [info] [debug] lines

2002-08-12 Thread Anton Permyakov
Hello, all. My error_log is abounded with following lines. What does it mean, and how it impacts on Apache performance in general? Thank you. [Sat Aug 10 12:50:03 2002] [info] [client 24.165.240.166] (104)Connection reset by peer: client stopped connection before rwrite completed [Sat Aug 10

Re: Moving from CGI to mod_perl

2002-05-14 Thread Anton Permyakov
Thank you, Stas. It's really good place to learn about mod_perl. Good luck, Anton - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Anton Permyakov [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 1:17 PM Subject: Re: Moving from CGI to mod_perl [Please

Re: how to pass data in internal redirects?

2002-02-28 Thread Anton Permyakov
Take a look at PageKit (www.pagekit.org) - i use it and i like it. This is good Perl MVC framework. Anton. - Original Message - From: F. Xavier Noria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 12:09 PM Subject: how to pass data in internal redirects? As