Bonjour,
Je viens d'installer Request Tracker sur une OpenSuSE 10.2, avec apache 2 + MySQL. Lorsque je le lance, j'obtiens l'erreur suivante :
******************************************************
<& /Elements/Header, Title=>loc("RT at a glance"), Refresh => $session{'home_refresh_interval'} &>
You're almost there!
You haven't yet configured your webserver to run RT. You appear to have installed RT's web interface correctly, but haven't yet configured your web server to "run" the RT server which powers the web interface. The next step is to edit your webserver's configuration file to instruct it to use RT's mod_perl, FastCGI or SpeedyCGI handler. If you need commercial support, please contact us at sales@bestpractical.com.
******************************************************
Voici le contenu de mon fichier de configuration apache :
******************************************************
<VirtualHost 127.0.0.1:80>
DocumentRoot /usr/local/rt/share/html
AddDefaultCharset UTF-8
PerlModule Apache2::compat
PerlModule Apache:BI
PerlModule Apache::AuthDBI
PerlRequire /usr/local/rt/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
<IfDefine PerlDProf>
<IfDefine PerlSmallProf>
PerlFixupHandler Apache::SmallProf
</IfDefine>
</IfDefine>
</Location>
<Location /NoAuth/images>
SetHandler default-handler
</Location>
</VirtualHost>
******************************************************
Je n'ai aucune erreur dans le fichier error_log d'apache.
Toutes les idées sont les bienvenues.
Merci d'avance de votre aide.
Partager