[rt-users] Problems installing RT on mandrake solved. Logos not working though.
Ruslan U. Zakirov
Ruslan.Zakirov at acronis.com
Thu Sep 30 08:57:23 EDT 2004
Christopher Welsh wrote:
>
>
> Thanks Ruslan. Simple it the best. I dropped the fastcgiwrapper suexec
> for now, but also discovered the "make testdeps" did not check for
> Fast.pm so I had to install the perl-CGI-fast (Mandrake Linux 10)
> package too.
>
>
> Another Question any idea why the Logos in the NoAuth/images/ directory
> would not be showing up (like rt.jpg on loging page)?
> The real path for my images is:/opt/rt3/share/html/NoAuth/images
>
> Here are my settings
>
> httpd.conf
> Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
It's useless line :)
It should be
<Location /NoAuth/images >
SetHandler default-handler
</Location>
I'll update wiki.
[snip]
More information about the rt-users
mailing list