A little bit -more- digging found this: Syntax error on line 393 of /etc/httpd/conf/httpd.conf: Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration [FAILED] This can happen when you have a mod_perl enabled Apache compiled with DSO (generally it's an installed RPM or other binary package) but the mod_perl module isn't loaded. In this case you have to tell Apache to load mod_perl by adding: AddModule mod_perl.c in your httpd.conf. This can also happen when you try to run a non-mod_perl Apache server using the configuration from a mod_perl server. found at http://perl.apache.org/docs/1.0/guide/troubleshooting.html Heh. Hope this helps. ~Adam Davis On Thu, 1 Aug 2002, Seth Dimbert wrote: > Some more information: > > Line 394 is the third line in the following section: > > | > | SetHandler perl-script > | PerlHandler Apache::Registry > | Options +ExecCGI > | > > Any ideas what I might be doing wrong? > > -SD > > > On 7/31/02 8:59 PM, "Seth Dimbert" wrote: > > > Trying to get Apache running with PhP... > > > > Thought I did things correctly, adding the LoadModule lines as I thought I > > should. Now, when I httpd restart, I get: > > > > | Syntax error on line 394 of /etc/httpd/conf/http.conf: > > | Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module > > | not included in the server configuration. > > > > Any ideas? > > > > -SD > > > > > > > > > > > > > >