[rt-users] Basic setup...
Kristian Davies
kristian.davies at gmail.com
Fri Aug 1 07:14:18 EDT 2008
Q: I have a working setup fresh install authenticating against AD.
Problem is, i have no super users as it's a fresh install. I hear
there is a root/password account but in order to use that i have to
disable AD authentication in my apache.conf. As per:
<VirtualHost *:80>
ServerName rnd-test.mpc.local
ServerAlias rnd-test
PerlRequire /disk1/web/vhost/rnd-test.mpc.local/rt/bin/webmux.pl
AddDefaultCharset UTF-8
DocumentRoot /disk1/web/vhost/rnd-test.mpc.local/rt/share/html
ErrorLog /disk1/web/vhost/rnd-test.mpc.local/log/error.log
CustomLog /disk1/web/vhost/rnd-test.mpc.local/log/access.log combined
<Location /disk1/web/vhost/rnd-test.mpc.local/rt/share/html>
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
Depending on how much i kick the apache.conf I either get the message
"Well done, you're almost there" or a 404 and the error below.
[Fri Aug 1 10:31:45 2008] [warning]: [Mason] Cannot resolve file to
component: /disk1/web/vhost/rnd-test.mpc.local/rt/share/html/index.html
(is file outside component root?) at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm line 852.
(/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm:852)
CentOS 4.4
RT 3.6.5
Postgres
Apache2
mod_perl2
Any ideas?
Cheers,
Kristian
More information about the rt-users
mailing list