[rt-users] Problem starting Apache after installing RT
Brett Barnhart
BrettB at hkusa.com
Wed Jun 9 15:29:38 EDT 2004
I think part of the problem is that I now have 2 servers installed... time
to start over from scratch.. each time I get a little farther!
mod-perl is not installed correctly
> -----Original Message-----
> From: Aleš Sušnik [mailto:ales at sportina.si]
> Sent: Wednesday, June 09, 2004 2:13 PM
> To: 'Brett Barnhart'; rt-users at lists.bestpractical.com
> Subject: RE: [rt-users] Problem starting Apache after installing RT
>
>
> What does httpd -l show? mod_perl compiled in?
>
> A.
>
> -----Original Message-----
> From: rt-users-bounces at lists.bestpractical.com
> [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Brett
> Barnhart
> Sent: Wednesday, June 09, 2004 8:59 PM
> To: 'rt-users at lists.bestpractical.com'
> Cc: Brett Barnhart
> Subject: [rt-users] Problem starting Apache after installing RT
>
> Apache - 2.0.49
> Perl - 5.8.4
> MySQL - 4.0.20
> RT- 3.0.11
>
> This is a clean system running Fedora set up as a server
>
> I've had to do a lot more then the instructions on installing
> on Fedora, but
> I now have it really close.
>
> After I add the new text to /usr/local/apache2/conf/httpd.conf
>
> namely:
> <VirtualHost xxx.xxx.xxx.xxx>
> ServerName hkrt.hkusa.com
> DocumentRoot /usr/local/rt3/share/html
> AddDefaultCharset UTF-8
>
> PerlSetVar MasonArgsMethod CGI
> PerlModule Apache2 Apache::compat
> RewriteEngine On
> RewriteRule ^(.*)/$ $1/index.html [PT]
>
>
> PerlModule Apache::DBI
> PerlRequire /usr/local/rt3/bin/webmux.pl
>
> <Location />
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
> </VirtualHost>
>
> I get this error when I try to start my server
> ( /usr/local/apache2/bin/apachectl start)
>
> "Syntax error on line 1057 of /usr/local/apache2/conf/httpd.conf:
> Invalid command 'PerlSetVar', perhaps mis-spelled or defined
> by a module not
> included in the server configuration"
>
> Any ideas?
> Thanks
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> RT Developer and Administrator training is coming to LA, DC
> and Frankfurt
> this spring and summer.
> http://bestpractical.com/services/training.html
>
> Sign up early, as class space is limited.
>
>
More information about the rt-users
mailing list