Tagged Questions
The perlsections tag has no wiki summary.
1
vote
1answer
144 views
How do I configure PerlSections in mod_perl2?
I'm trying to use a [PerlSection][1] to get the server name and then use it to configure some RewriteCond-RewriteRule pairs and some other things. It seems I can't get very far. It says you can do ...
0
votes
1answer
109 views
Apache mod_perl2 migration problem
I have an apache2 config file under /etc/init.d/apache2/conf.d/ which uses Perl Sections.
I am just trying to test if a module is loaded and configure apache as appropriate.
if( Apache->module( ...
0
votes
1answer
125 views
Apache2.2 APR load error
The server starts without complaint, but as soon as I hit a page that requires an Apache2 module, like Apache2::Cookie, it dies:
Can't load 'C:/Perl5.10/site/lib/auto/APR/Request/Request.dll' for ...