dru145 has asked for the wisdom of the Perl Monks concerning the following question:
but when I go to start apache, I get this error:cpan> install Apache CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Thu, 10 Jan 2002 08:13:21 GMT Apache is up to date. cpan> install mod_perl mod_perl is up to date.
Here is what the everything.apache.conf file looks like:[root@localhost bin]# ./apachectl start Syntax error on line 3 of /usr/local/everything/everything.apache.conf +: Invalid command 'PerlModule', perhaps mis-spelled or defined by a modu +le not included in the server configuration ./apachectl start: httpd could not be started
This is being called from /usr/local/apache/httpd.conf as such:AddHandler perl-script .pl PerlModule Apache::DBI PerlModule CGI PerlSetupEnv On
I did a find for mod_perl.so on my system, but it didn't produce any results. Any ideas what is wrong?Include /usr/local/everything/everything.apache.conf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems with Finding mod_perl
by Chmrr (Vicar) on Jan 11, 2002 at 10:48 UTC | |
|
Re: Problems with Finding mod_perl
by perrin (Chancellor) on Jan 11, 2002 at 19:13 UTC | |
|
Re: Problems with Finding mod_perl
by Hrunting (Pilgrim) on Jan 11, 2002 at 18:45 UTC | |
|
Re: Problems with Finding mod_perl
by dru145 (Friar) on Jan 11, 2002 at 23:51 UTC |