in reply to mod_perl and ssi: mixing it up

Of course all I had to do was spend half an hour giving all the code, and configs, and submit it before I found something that would work. :) heh heh
THANKS very much!

The configuration that finally worked was:

Alias /foo /home/httpd/foo <Location /foo> SetHandler "perl-script" Options +ExecCGI PerlHandler Apache::OutputChain Apache::SSIChain Apache::Registry </Location>
But it only works if it isn't covered by another rule; /perl/foo doesn't work. That is what was giving me most of my troubles, I had good config directives, but it was matching something else first. mod_perl kicks as, it's fast, it's stable, it's humbling.
Paris Sinclair    |    4a75737420416e6f74686572
pariss@efn.org    |    205065726c204861636b6572
I wear my Geek Code on my finger.

Replies are listed 'Best First'.
RE: RE: mod_perl and ssi: mixing it up
by jptxs (Curate) on Oct 15, 2000 at 01:00 UTC
    <--snip-->
    The configuration that finally worked was:
    Alias /foo /home/httpd/foo <Location /foo> SetHandler "perl-script" Options +ExecCGI PerlHandler Apache::OutputChain Apache::SSIChain Apache::Registr +y </Location>
    <--snip-->

    This looks like exactly what i need, but I can't find it doc'd anywhere...I've been pouring through apache.org and apache journal with no luck. does anyone have a url on this?

    -- I'm a solipsist, and so is everyone else. (think about it)