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
_______________________________________________
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

Reply via email to