Loading module into apache

2005-08-24 Thread Maxim Sloyko
e really appreciated! -- -- Максим Слойко begin:vcard fn:Maxim Sloyko n:Sloyko;Maxim email;internet:[EMAIL PROTECTED] tel;work:231 22 66 ext. 208 tel;cell:+7(905) 767 23 82 version:2.1 end:vcard

Re: vhosts and mod_perl

2005-07-17 Thread Maxim Nechaev
You can solve this by adding: PerlOptions +Parent PerlOptions +Parent http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ -- Maxim Nechaev

Re: Error

2005-04-25 Thread Maxim Sloyko
ookie::Jar->new($r);     my $id = $j->cookie("SESSION_ID")->value; Hope this helps. -- Maxim Sloyko

Re: mod_perl stops working

2005-04-01 Thread Maxim
0.3 updates I had this problem, but already forgot how I solved it. :) AFAIR, it happens when you are using Apache 1.3 modules on Apache 2. Try adding PerlModule Apache2 to the top of your apache configuration file. -- Maxim Sloyko

Re[2]: Restarting apache from child

2005-03-16 Thread Maxim Nechaev
reread or change it's current configuration with effecting on all other child's? Maxim Nechaev

Restarting apache from child?

2005-03-13 Thread Maxim Nechaev
I need to restart or graceful restart apache server from one of his child. It is possible? If yes, how to do this more correctly? Thanks Maxim Nechaev

Re: Trouble Setting POST_MAX

2005-02-21 Thread Maxim Sloyko
e it is segfault, may be analyzing "core" file with gdb can be of some use. -- Maxim Sloyko

Re[2]: [mp2] Can't change AuthName

2004-12-05 Thread Maxim Nechaev
x27;t do this from Authen handler. Is this error? Need bug report? Maxim Nechaev -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] Can't change AuthName

2004-12-03 Thread Maxim Nechaev
Maybe, i use wrong handler to change AuthName? Maxim Nechaev -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re[2]: [mp2] Can't change AuthName

2004-12-02 Thread Maxim Nechaev
GY> this kind of activity looks to be governed by the same override rules as GY> .htaccess files. so, try setting GY> AllowOverride AuthConfig It's not help. Same message in error_log. Any other variants? Thanks. Maxim Nechaev -- Report problems: http://perl.apache.org/b

[mp2] Can't change AuthName

2004-12-02 Thread Maxim Nechaev
status != Apache::OK); ... But it not work. In error_log appear a message: Can't change AuthName to 'Decline authorization' What i do wrong? Maxim Nechaev -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List et

[mp2] Logging separate child process

2004-11-22 Thread Maxim Nechaev
x27;t define which order of execution bring to error. Is there posibility to log each child proccess separately? I think, if i get to know which order of request processing off child proccess bring to this state, i can reproduce it and localize error. What else i can do in this situation?

Re[2]: Compiling Apache-Scoreboard-2.01

2004-11-09 Thread Maxim Nechaev
SB> I'll upload one soon. Meanwhile you can apply this patch to version 2.01. SB> ... Thanks, this work.

Re[2]: Compiling Apache-Scoreboard-2.01

2004-11-09 Thread Maxim Nechaev
SB> Yup, it's outdated. I'll fix and upload a new release a bit later. Apache-Scoreboard-2.01 is a latest available version via CPAN. Where get new release? Maxim Nechaev

Compiling Apache-Scoreboard-2.01

2004-11-09 Thread Maxim Nechaev
rl-1.99_17 Maxim Nechaev