[rt-users] Help !!!
Dexter
dexterajhon at yahoo.fr
Wed Aug 11 10:47:31 EDT 2004
Hello everybody,
Hello everybody,
I have installed RT.3 and it seem to be working very well until I add a new
Virtual host to my web server.
When I try to access RT, it give this error:
[error] [client xxx.xxx.xxx.xxx] def is not a valid Log::Dispatch log level
at /rtdir/lib/RT.pm line 200!
Any idea about where the problem can come from?
My config:
<VirtualHost rt.mydomain.org:80>
ServerName rt.mydomain.org
DocumentRoot /rtdir/share/html
AddDefaultCharset UTF-8
ErrorLog logs/rt-error_log
CustomLog logs/rt-access_log common
PerlSetVar MasonArgsMethod CGI
PerlModule Apache2 Apache::compat
RewriteEngine On
RewriteRule ^(.*)/$ $1/index.html [PT]
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
dexter!
More information about the rt-users
mailing list