in reply to mod_perl questions
The directory where you put this has to have AllowOverride enabled, otherwise you will have to add a corresponding entry into httpd.conf. If you don't want mod_perl anywhere else, make sure you comment any other sections in httpd.conf that turn on SetHandler perl-script.<FilesMatch "^backend|^frontend"> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI </FilesMatch>
blokhead
|
|---|