Hi,
I have installed rt-3.4 on a Fedora Core 4 system.
I get te login page. I can login, but when I click on them menu (for example tickets), I get the following page:
%# BEGIN BPS TAGGED BLOCK {{{ %# %# COPYRIGHT: %# %# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC %# <[EMAIL PROTECTED]>%# %# (Except where explicitly superseded by other copyright notices) %# %# %# LICENSE: %# %# This work is made available to you under the terms of Version 2 of %# the GNU General Public License. A copy of that license should have %# been provided with this software, but in any event can be snarfed %# from www.gnu.org. %# %# This work is distributed in the hope that it will be useful, but %# WITHOUT ANY WARRANTY; without even the implied warranty of %
and so on. What is going wrog?
My rt.conf in /etc/httpd/conf.d:
<VirtualHost <ipadress>:80>
ServerName <ipadress>
DocumentRoot /var/rt/html
AddDefaultCharset UTF-8
ServerName <ipadress>
DocumentRoot /var/rt/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /usr/bin/webmux.pl
PerlRequire /usr/bin/webmux.pl
Alias /rt /var/rt/html
<Location /rt>
Options None
SetHandler perl-script
PerlHandler RT::Mason
<IfDefine PerlDProf>
<IfDefine PerlSmallProf>
PerlFixupHandler Apache::SmallProf
</IfDefine>
</IfDefine>
</Location>
<Location /NoAuth/images>
SetHandler default-handler
</Location>
<Location /rt>
Options None
SetHandler perl-script
PerlHandler RT::Mason
<IfDefine PerlDProf>
<IfDefine PerlSmallProf>
PerlFixupHandler Apache::SmallProf
</IfDefine>
</IfDefine>
</Location>
<Location /NoAuth/images>
SetHandler default-handler
</Location>
Thanks for the help.
Regards,
Jemi
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________ 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 We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
