[rt-users] "Attempt to serve directory" error, RT3 on Apache 2.0.44

Ruben Olague ruben at podernet.com.mx
Thu Mar 27 15:59:40 EST 2003


On Thu, Mar 27, 2003 at 11:02:42AM -0800, gods heard Tom Holub mumbling:
> 
> The advice I got yesterday worked; add the following to the virtual host:
> 
> 
> <FilesMatch "\.html$">
>       SetHandler perl-script
>       PerlHandler RT::Mason
> </FilesMatch>
>     
> <LocationMatch "/Attachment/">
>       SetHandler perl-script
>       PerlHandler RT::Mason
> </LocationMatch>
> 			
> <LocationMatch "/rt3/">
>       SetHandler perl-script
>       PerlHandler RT::Mason
> </LocationMatch>
> 				    

Thanks for your answer Tom,
I tried your solution but it didn't worked for me...
A simple RewriteRule helped me finally:

RewriteRule   (.*)/$   $1/index.html  [R]

Regards,

-- 
Ruben Olague


--------------------------------------------------------------------------
Ing. Ruben Olague Hdz. -- NOC/Systems Manager -- Podernet, S.A. de C.V.
ruben at podernet.com -- +52 (55) 5257 0730 -- http://www.podernet.com.mx
KeyID:0x0B549DDD FP:73CE A803 F947 CE58 A559  1F9D 4290 7B46 0B54 9DDD
--------------------------------------------------------------------------
: "How do you tell when you run out of invisible ink?"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030327/d64b5eba/attachment.sig>


More information about the rt-users mailing list