John Michael wrote: > I tried > PerlPostReadRequestHandler Apache::DONE > and apache would not start > > I changed it to: > <LocationMatch "\.(ida|exe)$"> > SetHandler perl-script > PerlInitHandler Apache::DONE > </LocationMatch> > > Apache then started > And it looks for the module DONE.pm
My bad, should have tested and not send things off my head :( Try this: PerlModule Apache::Constants <LocationMatch "\.(ida|exe)$"> SetHandler perl-script PerlInitHandler Apache::Constants::DONE </LocationMatch> % HEAD http://127.0.0.1:8000/foo.exe 500 unexpected EOF before status line seen Client-Date: Mon, 29 Oct 2001 06:48:10 GMT _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/