I am still trying to fathom the API.
I have struck a snag with the documentation.
https://perl.apache.org/docs/2.0/api/Apache2/Connection.html#Synopsis
says
use Apache2::Connection ();
use Apache2::RequestRec ();
my $c = $r->connection;
What is $r?
I am missing something obvious,
Hi Worik,
Your ErrorLog question isn't really a mod_perl issue, but I'd suggest
you check for warnings at startup. You may not have APACHE_LOG_DIR
defined, etc.
I don't use Apache2::Directive, so I can't vouch for it. I prefer
simpler things like PerlSetVar. There is an automated test for this