On Wed, 2007-01-10 at 00:53 -0500, Sean P Quinlan wrote: > OK, this is probably just a dumb programmer error on my part, but it > is now almost 1am for me and I can't find anything in the docs. > I have a mod_perl (Apache & mod_perl 2 on SuSE 10.1) module destined > to handle a requests for a set of possible URLs under a location. > > SetHandler modperl > PerlResponseHandler CAS::Apache
Turns out you need to SetHandler to perl-script ... even if you aren't using any perl 'scripts'. Changed that in the config and am now seeing the expected xhtml. -- Sean P Quinlan <[EMAIL PROTECTED]>