> -----Original Message-----
> From: Stas Bekman [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 28, 2000 3:45 PM
> To: Geoffrey Young
> Cc: 'Frank Plunkett'; [EMAIL PROTECTED]
> Subject: RE: PerlAuthenHandler invalid command
> 
> 
> On Mon, 28 Aug 2000, Geoffrey Young wrote:
> 
> > build mod_perl with 
> > 
> > perl Makefile.PL EVERTHING=1 
> > or PERL_AUTHEN=1
> 
> EVERYTHING=1 of course :)
> 
> I don't think MakeMaker uses Soundex module yet :)

maybe something to integrate into the mod_perl 2.0 build mechanism ;)

> 
> > 
> > HTH
> > 
> > --Geoff
> > 
> > > -----Original Message-----
> > > From: Frank Plunkett [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, August 28, 2000 3:31 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: PerlAuthenHandler invalid command
> > > 
> > > 
> > > Hi modperites,
> > > 
> > >        I keep receiving the following error message when 
> > > starting httpd:
> > > 
> > > Syntax error on line 99 of /usr/local/apache/conf/httpd.conf:
> > > Invalid command 'PerlAuthenHandler', perhaps mis-spelled or 
> > > defined by a
> > > module not included in the server configuration
> > > 
> > > ############
> > > my httpd.conf looks like this:
> > > <Location /wwwhes>
> > >     AuthName Test
> > >     AuthType Basic
> > >     SetHandler perl-script
> > >     PerlAuthenHandler Apache::AuthAny
> > >     require valid-user
> > > </Location>
> > > 
> > > 
> > > #########
> > > I did a perl Makefile.pl  everything=1
> > > 
> > > but still no luck.
> > > 
> > >  perl Makefile.PL
> > > Reading Makefile.PL args from ../makepl_args.mod_perl
> > > Configure mod_perl with /home/apache_1.3.12/src ? [y]
> > > Shall I build httpd in /home/apache_1.3.12/src for you? [y]
> > > Appending mod_perl to src/Configuration
> > > Using config file: /usr/local/mod_perl-1.24/src/Configuration
> > > Creating Makefile
> > >  + configured for Solaris 270 platform
> > >  + setting C compiler to cc
> > >  + setting C pre-processor to cc -E
> > >  + checking for system header files
> > >  + adding selected modules
> > >     o perl_module uses ConfigStart/End
> > >       + mod_perl build type: OBJ
> > >       + setting up mod_perl build environment
> > >       + id: mod_perl/1.24
> > >       + id: Perl/v5.6.0 (solaris) [perl]
> > >       + adjusting Apache build environment
> > >  + checking sizeof various data types
> > >  + doing sanity check on compiler and options
> > > Creating Makefile in support
> > > Creating Makefile in os/unix
> > > Creating Makefile in ap
> > > Creating Makefile in main
> > > Creating Makefile in lib/expat-lite
> > > Creating Makefile in modules/standard
> > > Creating Makefile in modules/perl
> > > EXTRA_CFLAGS: -DSOLARIS2=270 -DMOD_PERL -DUSE_EXPAT 
> > > -I$(SRCDIR)/lib/expat-li
> > > te
> > > PerlDispatchHandler.........enabled
> > > PerlChildInitHandler........enabled
> > > PerlChildExitHandler........enabled
> > > PerlPostReadRequestHandler..enabled
> > > PerlTransHandler............enabled
> > > PerlHeaderParserHandler.....enabled
> > > PerlAccessHandler...........enabled
> > > PerlAuthenHandler...........enabled
> > > PerlAuthzHandler............enabled
> > > PerlTypeHandler.............enabled
> > > PerlFixupHandler............enabled
> > > PerlHandler.................enabled
> > > PerlLogHandler..............enabled
> > > PerlInitHandler.............enabled
> > > PerlCleanupHandler..........enabled
> > > PerlRestartHandler..........enabled
> > > PerlStackedHandlers.........enabled
> > > PerlMethodHandlers..........enabled
> > > PerlDirectiveHandlers.......enabled
> > > PerlTableApi................enabled
> > > PerlLogApi..................enabled
> > > PerlUriApi..................enabled
> > > PerlUtilApi.................enabled
> > > PerlFileApi.................enabled
> > > PerlConnectionApi...........enabled
> > > PerlServerApi...............enabled
> > > PerlSections................enabled
> > > PerlSSI.....................enabled
> > > Will run tests as User: 'nobody' Group: 'other'
> > > Checking CGI.pm VERSION..........ok
> > > Checking for LWP::UserAgent......ok
> > > Checking for HTML::HeadParser....ok
> > > Writing Makefile for Apache
> > > Writing Makefile for Apache::Connection
> > > Writing Makefile for Apache::Constants
> > > Writing Makefile for Apache::File
> > > Writing Makefile for Apache::Leak
> > > Writing Makefile for Apache::Log
> > > Writing Makefile for Apache::ModuleConfig
> > > Writing Makefile for Apache::PerlRunXS
> > > Writing Makefile for Apache::Server
> > > Writing Makefile for Apache::Symbol
> > > Writing Makefile for Apache::Table
> > > Writing Makefile for Apache::URI
> > > Writing Makefile for Apache::Util
> > > Writing Makefile for mod_perl
> > > salcd6# make
> > > (cd /home/apache_1.3.12/src &&  make CC="cc";)
> > > ===> os/unix
> > > 
> > > 
> > > 
> > 
> 
> 
> 
> _____________________________________________________________________
> 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://jazzvalley.com
> http://singlesheaven.com http://perlmonth.com   perl.org   apache.org
> 
> 

Reply via email to