Emmanuel Lacour wrote: > > No need for ExecCGI theoritically. I'll remove it. :)
> > Try adding: > > <Location /NoAuth/images> > SetHandler default > </Location> Ok. > Also, are-you sure that you have "Set($WebPath, "");" in you're > RT_SiteConfig.pm (and not Set($WebPath, "/rt");)? In my RT_SiteConfig.pm, I don't have a Set($WebPath,"");. > > What happens (look also in apache logs) if you try to access > /NoAuth/css/web2/main-squished.css ? I get an error: Error during compilation of /var/rt3/share/html/NoAuth/css/dhandler: Can't locate CSS/Squish.pm in @INC (@INC contains: /var/rt3/bin/../local/lib /var/rt3/bin/../lib /usr/local/lib/perl5/5.8.6/i686-linux /usr/local/lib/perl5/5.8.6 /usr/local/lib/perl5/site_perl/5.8.6/i686-linux /usr/local/lib/perl5/site_perl/5.8.6 /usr/local/lib/perl5/site_perl . /var/www) at /var/rt3/share/html/NoAuth/css/dhandler line 67. It seems as if this is the problem. It couldn't find CSS::Squish. I copied it from my 5.8.8 tree to the 5.8.6 and now it's working! (Ok, I admit. It is cheating a bit, since the 5.8.8 compilation might not even work with 5.8.6, but apparently it does!) Thanks Emmanuel for pointing that last part out. I don't think I would've figured that was the problem since none of the errors was being shown in the logs. Edmund _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
