[rt-users] could not find component for initial path '/rt2/index.html'
seph
seph at commerceflow.com
Thu Nov 21 16:40:44 EST 2002
I'm not sure if it's the cause of your problem or not, but I think
your fastcgi directives are wrong. You'd like to run rt as /rt2 on
your server, right?
Instead of:
> FastCgiServer /usr/local/rt2/bin/mason_handler.fcgi
> Alias /NoAuth/images/ /usr/local/rt2/WebRT/html/NoAuth/images/
> ScriptAlias / /usr/local/rt2/bin/mason_handler.fcgi/
> Alias /rt2/ /usr/local/rt2/WebRT/html/
Try:
FastCgiServer /usr/local/rt2/bin/mason_handler.fcgi
Alias /NoAuth/images/ /usr/local/rt2/WebRT/html/NoAuth/images/
ScriptAlias /rt2/ /usr/local/rt2/bin/mason_handler.fcgi/
seph
More information about the rt-users
mailing list