[rt-users] FastCGI, Trailing Slashes

Matt Disney matthew.disney at fedex.com
Fri May 24 23:55:25 EDT 2002


Yes, that's very much along the same lines, but I've been unable to
make the connection from the ScriptAlias line over to myqueue/. 

Also, what is the effect your autohandler patch?

Thanks,
Matt

Rich Lafferty writes:
>I'm not sure how the myqueue/ part is implemented, but I had this
>problem with http://www.wherever.com/rt not working, but /rt/ working.
>
>I had:
>
>ScriptAlias /rt /opt/rt2/bin/mason_handler.fcgi
>
>I wanted:
>
>ScriptAlias /rt /opt/rt2/bin/mason_handler.fcgi/
>
>This required:
>
>--- rt-orig/webrt/autohandler  Wed May  1 11:19:39 2002
>+++ rt-esmith/webrt/autohandler      Wed May  1 11:59:57 2002
>@@ -6,7 +6,7 @@
> $m->{'rt_base_time'} = time;
> 
> #if it's a noauth file, don't ask for auth.
>-if ($m->base_comp->path =~ '^/NoAuth/') {
>+if ($m->base_comp->path =~ '^/+NoAuth/') {
>         $m->call_next();
>        $m->abort();
> }
>
>Hope that helps,
>
>  -Rich
>
>-- 
>Rich Lafferty --------------+-----------------------------------------------
> Ottawa, Ontario, Canada    |  Save the Pacific Northwest Tree Octopus!
> http://www.lafferty.ca/    |    http://zapatopi.net/treeoctopus.html
>rich at lafferty.ca -----------+-----------------------------------------------
>
>_______________________________________________
>rt-users mailing list
>rt-users at lists.fsck.com
>http://lists.fsck.com/mailman/listinfo/rt-users
>
>Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
>




More information about the rt-users mailing list