RE: Debugging with Apache::DB: how to disable unneeded debug output?

2004-01-27 Thread Egor Shipovalov
Perrin, if this is natural to the Perl debugger, why I'm not getting it when debugging ordinary Perl programs? It only happens under mod_perl. I'm suspecting it's an Apache::DB thing, and not being able to turn it off would seem ridiculous to me. Debugging experts anyone? Bes

Debugging with Apache::DB: how to disable unneeded debug output?

2004-01-26 Thread Egor Shipovalov
#x27;t yet in control (I setup and call Mason from Perl handler, not from httpd.conf). My configuration: Apache 1.3.28, mod_perl 1.99, Mason 1.25, Perl 5.8.1, RedHat Linux 9 on Intel. httpd is run with -X In httpd.conf: PerlSetEnv PERL5OPT "-d" PerlSetEnv PERLDB_OPTS "NonStop=1 AutoT

RE: [MP2] Setting up seperate logs for virtual hosts from a database

2004-01-26 Thread Egor Shipovalov
o what was intended? I once was in your position and found httpd_conf a lot more convenient than add_config. Just feed it the text you would normally write in httpd.conf: foreach my $vhost (@vhosts) { $s->httpd_conf(< ErrorLog /var/log/httpd/$vhost{name}/error.log ...usual config

RE: Controlling bandwidth with mp2

2004-01-23 Thread Egor Shipovalov
gards, Egor Shipovalov. > > looking for modules who control bandwith in apache2 > > [snip] > > Read in mail-lists: "The apache module, mod_throttle, worked > > well, but increased CPU load to unusable levels for my employer. > > We dropped both of them shortly afte