Hello, Previously I had been running Mac OS X 10.2.X. I had installed an additional version of Perl (v5.8.4) and used it to build mod_perl(v1.29) and Apache (v1.3.31). mod_perl scripts ran fine, until ...
Last night I upgraded to Mac OS X 10.3.5. and Apple installed new versions of Perl, mod_perl and Apache. After modifying the new httpd.conf file, I restarted Apache and checked the error log: [notice] Apache/1.3.29 (Darwin) mod_perl/1.26 configured -- resuming normal operations However, even though it appears that mod_perl is loaded, I can't get mod_perl scripts to run. Depending on which browser I use, it either seems to ignore the request(Camino) or complain 'could not load any data from this location'(Safari). No errors are reported in the error log. If I remove 'PerlHandler Apache::Registry', etc. from httpd.conf, it serves up the plain text just fine. Any thoughts? Regards, Andrew