Hey there,

i've a strange problem... According to the mod_perl 2.0 server configuration pages, the following should work:

<Location /__ias/jobserver>
        SetHandler perl-script
        PerlInterpStart 1
        PerlInterpMax 1
        PerlInterpMaxRequests 1000
        PerlResponseHandler MyModule
</Location>

paradoxically starting my apache2 gives me the following error message:

"PerlInterpStart not allowed here"

What's wrong with my setup? Am i missing something?

Regards,
Philip

Reply via email to