[rt-users] themes?
cc
cc at belfordhk.com
Wed Oct 15 04:02:10 EDT 2008
Emmanuel Lacour wrote:
>
> This seems to be an apache/mod-perl/fastcgi configuration issue as you
> doesn't seems to be able to get static files (images, css).
>
> Can you show us the relevant apache configuration?
Here's the configuration part of my apache
<VirtualHost *:80>
ServerName rt.localserver.local
DocumentRoot /var/rt3/share/html
<Directory /var/rt3/share/html/>
AllowOverride All
Options ExecCGI FollowSymLinks
Order allow,deny
Allow from all
</Directory>
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /var/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
Edmund
More information about the rt-users
mailing list