On Wed, 15 Aug 2001, winnecon wrote:

>
> --
> To anyone that can help!
>
> I have installed mod_perl 1.26 according to the instructions in the
> INSTALL file.

You've messed up something. You shouldn't mungle with
apache_xxx/src/Configuration

see http://perl.apache.org/guide/install.html

> I checked apache_xxx/src/Configuration, to see if the make had added
> the following as it should have:
>           AddModule modules/perl/libperl.a
> It was not present, so I added it myself.
>
>
> I also commented out ScriptAlias and added the following to my httpd.conf file:
> ***
> # ScriptAlias /cgi-bin/ "/Library/WebServer/cgi-bin/"
>
>    PerlRequire /Library/WebServer/startup.pl
>
>    Alias /cgi-bin /Library/WebServer/cgi-bin
>    <Location /cgi-bin>
>      SetHandler perl-script
>      PerlHandler Apache::Registry
>      Options ExecCGI
>    </Location>
>
>
> When trying apachectl start I receive the following error:
> ***
> Syntax error on line 621 of /etc/httpd/httpd.conf:
> Invalid command 'PerlRequire', perhaps mis-spelled or defined by a
> module not included in the server configuration
> /usr/sbin/apachectl start: httpd could not be started
>
> Thanks,
> Brett
>



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://localhost/      http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to