|
From: Gold D. <go...@nc...> - 2001-05-17 01:18:25
|
Y'all:
In order to use PHP (which required mod_so), I had to compile
apache & mod_perl using the command:
perl Makefile.PL APACHE_SRC=/usr/src/apache_1.3.19 DO_HTTPD=1 \
USE_APACI=1 USE_DSO=1 PERL_MARK_WHERE=1 EVERYTHING=1 \
APACHE_PREFIX=/usr/local/apache
The USE_DSO=1 is not required for slashcode. However, when I startup
apache (using apachectl start), I get the error message:
Syntax error on line 6 of /usr/local/slash/httpd/slash.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module
not included in the server configuration
/usr/local/bin/apachectl start: httpd could not be started
Anyone know how to fix this so I can run slashcode and use PHP at the
same time? Sorry if this is obvious; I'm a complete newbie to apache/
PHP/mysql/slashcode. TIA.
Regards,
Gold
|