[rt-users] Apache config woes
Thomas Sibley
trs at bestpractical.com
Thu Nov 3 11:48:07 EDT 2011
On 11/03/2011 Jim T wrote:
> I am trying to serve rt from "/rt". I have read the web_deployment.pod
> and I thought I'd configured apache correctly but I still cant get rt
> to start. The apache error log says "File does not exist: /var/www/rt".
Untested, but on a hunch try changing the ScriptAlias line to this:
ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/
Note the lack of a trailing slash after /rt.
On 11/03/2011 20/20 Lab wrote:
> Alias /rt "/opt/rt4/share/html"
>
> I think this is the line your missing.
>
> -Matt
I don't think so. That's what the ScriptAlias line is for.
Thomas
More information about the rt-users
mailing list