[rt-users] Help !!!
Jesse Vincent
jesse at bestpractical.com
Wed Aug 11 11:31:03 EDT 2004
You sound like you changed an "undef" to a "def".
There's no such thing as "def"
On Wed, Aug 11, 2004 at 04:47:31PM +0200, Dexter wrote:
> 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!
>
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT wiki at http://wiki.bestpractical.com
>
--
More information about the rt-users
mailing list