Ummmm....

PerlFixupHandler not PerlFixUpHandler....

# ./httpd -L | grep Fix
PerlFixupHandler (mod_perl.c)
         the Perl Fixup handler routine name

Rob


At 2:28 AM +0800 9/20/01, Stas Bekman wrote:
>[Michael, please always keep the threads on the list, unless you've 
>been asked to take it off the list.]
>
>Michael wrote:
>
>>>Michael wrote:
>>>
>>>>apache 1.3.6, modp 1.19
>>>>
>>>>When I include
>>>><location blah>
>>>>      SetHandler perl-script
>>>>      PerlFixUpHandler Apache::MyModule
>>>></location>
>>>>
>>>>I get the error message
>>>>
>>>>Invalid command 'PerlFixUpHandler', perhaps mis-spelled or defined by
>>>>a module not included in the server configuration
>>>>/usr/local/apache/bin/apachectl start: httpd could not be started
>>>>
>>>>This has got to be some kind of cockpit trouble, but it is not 
>>>>comming to me. Regular PerlHandler statements work just fine.
>>>>
>>>>Michael
>>>>
>>>You didn't enable this hook. See
>>>
>>>http://thingy.kcilink.com/modperlguide/install/Callback_Hooks.html
>>>
>>hmm.... it appears to me that it is enabled by EVERYTHING=1
>>
>>if($EVERYTHING) {
>>   @callback_hooks{qw(PERL_STACKED_HANDLERS PERL_METHOD_HANDLERS)} =
>>   (1) x 2; for(qw(ALL_HOOKS PERL_SSI PERL_SECTIONS
>>   PERL_DIRECTIVE_HANDLERS
>>          PERL_LOG_API PERL_URI_API PERL_UTIL_API PERL_TABLE_API
>>          PERL_FILE_API)) {
>>      $$_ = 1;
>>   }
>>}
>>
>>Am I missing something??
>
>
>Mine is build static, I can test with:
>
>
>% strings /home/httpd/httpd_perl/bin/httpd_perl | grep -i PerlFixUpHandler
>PerlFixupHandler
>
>
>
>--
>
>
>_____________________________________________________________________
>Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
>http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
>mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
>http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


--
"Only two things are infinite: The universe, and human stupidity. And I'm not
sure about the former." --Albert Einstein

Reply via email to