[rt-users] RT3 DOA - won't accept mail

Kirill Miazine km-lists at krot.org
Tue Apr 1 04:25:18 EST 2003


Rob Mitzel wrote:
> HA!
> 
> Thank you VERY much, you jogged my memory.  Here's the portion from my
> apache 2 httpd.conf file for RT:
> 
>  <VirtualHost 66.199.173.201>
>      ServerName ticket.peer1.net
>      DocumentRoot /usr/local/rt3/share/html
>       AddDefaultCharset UTF-8
>     PerlModule Apache2 Apache::compat
>      PerlModule Apache::DBI
>      PerlRequire /usr/local/rt3/bin/webmux.pl
> #     <Location />
> #          SetHandler perl-script
> #           PerlHandler RT::Mason
> #       </Location>
> <LocationMatch "">
>    AddHandler perl-script .html .rt
>    PerlHandler RT::Mason
>  </LocationMatch>
>  </VirtualHost> 
> 
> Now, first I got rid of SetHandler (just commented it for now), because that
> wasn't working.

How did not it work? Any error messages?

> I added the AddHandler, but I couldn't figure out how to get it to do
> EVERYTHING in that VirtualHost as perl-script via Mason.

<Location />...</Location> together with SetHandler are the right tools
for that. But it wasn't working you said.

-- 
Kirill Miazine, Stud. Jur.
Faculty of Law, University of Oslo




More information about the rt-users mailing list