> > 4. I set the Apache directives in hello/.htaccess to be the same as
> > those on my home machine:
> >
> > <FilesMatch "world.htm">
> >    PerlRequire /usr48/home/cbrooks/public_html/OCF/Hello.pm
> >    PerlHandler OCF::Hello
> > </FilesMatch>
>
> But you didn't tell Apache to run this as modperl!!! You miss:
>
>    SetHandler perl-script

<BangHeadOnTable>
    Yes, this was it exactly.  This, of course, was specified at the
httpd.conf level for the directory on my home web server, so when it worked
there, it never occurred to me to look elsewhere.  Thanks!
</BangHeadOnTable>

-Chris

Reply via email to