[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Raq3 updating Apache



> > > http://www.raqateers.com/apache.htm

> > Invalid command '<Perl>', perhaps mis-spelled or defined by a
> > module not included in the server conn /usr/sbin/httpd

> Same here, I am just about to go into it and try to figure out what's
> happening. Please post if you figure it out. I am trying to work it into
> a custom OSRCD.

I got everything up and running by making one or two changes to the mod_perl
section.

cd /tmp/bassiupgrade/mod_perl
perl ./Makefile.PL APACHE_SRC=../apache/src/ DO_HTTPD=1 USE_APACI=1
PREP_HTTPD=1 EVERYTHING=1 ALL_HOOKS=1 PERL_SECTIONS=1
make
make install

Be careful of the line breaks, the above section should be only four lines.
I also installed mod_gzip and everything is working pretty good.