[rt-users] RT 4.0 with fcgid

john s. fireskyer at gmx.de
Wed May 4 04:00:28 EDT 2011



Thomas Sibley wrote:
> 
> You should read docs/web_deployment.pod.
> 
> 


Hello Thomas 

I have read the document.

And here is my config: 

 Here is my config:

AddDefaultCharset UTF-8

Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/
        ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/

#       ServerAdmin webmaster at localhost

        DocumentRoot "/opt/rt4/share/html/"
        <Location />
            Order allow,deny
            Allow from all
            Options +ExecCGI
            AddHandler fcgid-script fcgi
        </Location>

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined


#RewriteEngine on
#RewriteRule ^/rt$ /rt/
#RewriteRule ^/rt/(.*)$ /opt/rt4/share/html/$1
#RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^(/opt/rt4/share/html.*)/$ $1/index.html



#Include /opt/rt4/apache2-modperl2.conf
#RedirectMatch ^/$ /rt


</VirtualHost>

Now apache gives me error : 

fb>failed to resolve handler `RT::Mason': Can't locate RT/Mason.pm in @INC
(@INC contains: /etc/perl /usr/local/lib/perl/5.10.1
/usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .
/etc/apache2) at (eval 9) line 3.\n
RT failed to resolve handler `RT::Mason'




Whats wrong with my config ? or is an module still missing? 

best regards john s.

 
-- 
View this message in context: http://old.nabble.com/RT-4.0-with-fcgid-tp31532665p31539327.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.




More information about the rt-users mailing list