in reply to mod_perl and ssi: mixing it up
The configuration that finally worked was:
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.Alias /foo /home/httpd/foo <Location /foo> SetHandler "perl-script" Options +ExecCGI PerlHandler Apache::OutputChain Apache::SSIChain Apache::Registry </Location>
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 | |
by Aighearach (Initiate) on Nov 05, 2000 at 10:30 UTC |