[rt-users] Apache error: file does not exist (var/www/REST)

GravyFace gravyface at gmail.com
Thu Jan 29 21:40:37 EST 2009


On Thu, Jan 29, 2009 at 9:12 PM, gravyface <gravyface at gmail.com> wrote:
> Hello all,
>
> Trying to setup RT 3.8 on Ubuntu with Postfix but when I send a mail to
> rt at mydomain.com, I'm not seeing any activity in the Web interface.  I
> checked the log file and I'm seeing "File Does Not Exist: /var/www/REST".  I
> can go to http://mysite.com/REST/1.0/ and I get a "200 ok" response so it's
> there, but I'm not sure why it's looking in /var/www/REST.  My DocumentRoot
> in Apache2 is set to /opt/rt3/share/html.  Is there something I'm missing in
> RT_SiteConfig.pm?

Also, I should add my /etc/aliases definitions:

rt: "|/opt/rt3/bin/rt-mailgate --queue 'General' --action correspond
--url http://mydomain.com/"
rt-comments: "rt: "|/opt/rt3/bin/rt-mailgate --queue 'General'
--action comment --url http://mydomain.com/"

...and it's the following line in rt-mailgate:

124:my $full_url = $opts{'url'}. "/REST/1.0/NoAuth/mail-gateway";



More information about the rt-users mailing list