in reply to mod_perl and Apache::Registry (code)

Please post your httpd.conf. You don't need to use Apache::Registry in your code, just in httpd.conf or startup.pl. You also have to configure Apache::Regsirty as the handler for the files or directories with your scripts to run.

Replies are listed 'Best First'.
Re: Re: mod_perl and Apache::Registry (code)
by deprecated (Priest) on Nov 14, 2001 at 01:52 UTC
    Erm, my httpd.conf is split over at least four different files. Is there something in specific I should be looking for? I'm also not particularly comfortable a) pasting 700 lines of httpd.conf to perlmonks b) pasting my httpd.conf anywhere.

    dep

    --
    Laziness, Impatience, Hubris, and Generosity.

      Just post the part where you set up Apache::Registry as a PerlHandler. If there is no such part, that's the problem.