From: "Geoffrey Young" <[EMAIL PROTECTED]> > /usr/local/site/bin/httpd -d /home/teddy/mod_perl/mod_perl-2.0.0-RC4/t -f > /home > onf -D APACHE2 -D PERL_USEITHREADS > using Apache/2.0.53 (prefork MPM) > waiting 120 seconds for server to start: .Syntax error on line 861 of > /home/tedd > Invalid command 'SetEnv'
um... what's in /home/tedd around 861? that's an odd file to be pulling in. I've just copied the result of the command from the screen, but the full path is: /home/teddy/t/conf/httpd.conf I've checked that line (861) and I have seen just a common SetEnv, so mod_env might be missing. Can I include somehow mod_env in the web server in order to be able to install mod_perl? Thank you.