FW: I can't create a ticket by email

please post to list, but don’t post them your message file.

SamuelFrom: Jean-Yan Beube [mailto:jeany.berube@adsinc.ca]
Sent: Monday,29 March,2004 18:40
To: Senoner Samuel
Subject: RE: [rt-users] I can’t create a ticket by email

Some can see somthing wrong?

<Virtualhost 192.168.40.6>
ServerName renard
DocumentRoot /opt/rt3/share/html
#AddDefaultCharset iso-8859-1
AddDefaultCharset UTF-8
RedirectMatch permanent (.*)/$ http://renard/index.html

this line applies to Apache2+mod_perl2 only

#PerlModule Apache2 Apache::compat

# these four lines apply to Apache2+mod_perl2 only: {{{
PerlSetVar MasonArgsMethod CGI
PerlModule Apache2 Apache::compat
RewriteEngine On
RewriteRule ^(.*)/$ $1/index.html
# }}}

PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl

SetHandler perl-script PerlHandler RT::Mason