<div dir="ltr">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<br>       #======Begin Added by CN for RT Installation<br>
        Alias /rt "/opt/rt3/share/html"<br>        AddDefaultCharset UTF-8<br><br>        # optional apache logs for RT<br>        # ErrorLog /opt/rt3/var/log/apache2.error<br>        # TransferLog /opt/rt3/var/log/apache2.access<br>
<br>        PerlRequire "/opt/rt3.8/bin/webmux.pl"<br><br>        <Location /NoAuth/images><br>                SetHandler default<br>        </Location><br>        <Location /><br>                SetHandler perl-script<br>
                PerlResponseHandler RT::Mason<br>         </Location><br>       #======End Added by CN for RT Installation<br><br>And this is the error I get:<br>Syntax error on line 51 of /etc/apache2/sites-enabled/000-default:<br>
Invalid command 'PerlRequire', perhaps misspelled or defined by a module not included in the server configuration<br><br>I changed that line to point to my install (in /opt/rt3.8/) but other than that, it's right from the readme file.<br>
<br>FWIW, perl -v produces:<br>This is perl, v5.8.8 built for i486-linux-gnu-thread-multi<br><br>Thanks!<br>-Chris<br></div>