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
#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
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
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