I am working on a web program that needs the following VirtualHost statment.
It won't run and my error logs show "failed to resolve handler
'Apache::Registry'". I am running Apache 2.40, from what I can tell
Apache::Registry is an Apache-1.3x and mod_perl 1.29 thing. What can I put
in place of the PerlHandler statement so things will work properly with my
version of Apache?
I poked around on the web and installed another one, but it does not work.
VirtualHost *>
<Files ~ "\.(pl)$">
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Files>
DocumentRoot /opt/apache/www
ServerName www.mycompany.com
ServerAlias mycompany.com
ErrorLog /opt/apache/logs/error-log
CustomLog /opt/apache/logs/access-log SomeLogType
</VirtualHost>
Thanks in advance
Raymond
_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list