Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When I test the syntax of httpd.conf via "httpd -t", I get this:<Location /perl> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Location>
I've obviously fouled up somthing fundamental, but what? The box is RedHat 6.1. I didn't get any errors during the "make" of either Apache or mod_perl.Syntax error on line 904 of /usr/local/apache/conf/httpd.conf: Invalid command 'PerlHandler', perhaps mis-spelled or defined by a mod +ule not included in the server configuration
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Getting started with mod_perl
by lhoward (Vicar) on May 21, 2000 at 07:22 UTC | |
|
Re: Getting started with mod_perl
by btrott (Parson) on May 21, 2000 at 07:35 UTC | |
|
Re: Getting started with mod_perl
by Ian the Terrible (Beadle) on May 21, 2000 at 11:27 UTC | |
by cds (Sexton) on May 21, 2000 at 18:42 UTC | |
by Ian the Terrible (Beadle) on May 21, 2000 at 20:11 UTC | |
|
Re: Getting started with mod_perl
by Ian the Terrible (Beadle) on May 21, 2000 at 10:21 UTC | |
by PipTigger (Hermit) on May 21, 2000 at 18:41 UTC |