[rt-users] Can't Restart Apache2 on fresh install of Ubuntu 8.04 and RT 3.8.1
Chris Nelson
cnelson at delivra.com
Thu Sep 11 13:42:18 EDT 2008
I have been running a fresh install of RT 3.8.1 on Ubuntu 8.04. I've made it
successfully to the configuring of Apache2. I added this to
/etc/apache2/sites-enabled/000-default
#======Begin Added by CN for RT Installation
Alias /rt "/opt/rt3/share/html"
AddDefaultCharset UTF-8
# optional apache logs for RT
# ErrorLog /opt/rt3/var/log/apache2.error
# TransferLog /opt/rt3/var/log/apache2.access
PerlRequire "/opt/rt3.8/bin/webmux.pl"
<Location /NoAuth/images>
SetHandler default
</Location>
<Location />
SetHandler perl-script
PerlResponseHandler RT::Mason
</Location>
#======End Added by CN for RT Installation
And this is the error I get:
Syntax error on line 51 of /etc/apache2/sites-enabled/000-default:
Invalid command 'PerlRequire', perhaps misspelled or defined by a module not
included in the server configuration
I changed that line to point to my install (in /opt/rt3.8/) but other than
that, it's right from the readme file.
FWIW, perl -v produces:
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
Thanks!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20080911/905a9d8e/attachment.htm>
More information about the rt-users
mailing list