<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the info Torsten.<br>
I will try FastCGI then.<br>
If you can send your config file, it will be great and save me some
time.<br>
Thanks a lot,<br>
Dário<br>
<br>
Torsten Brumm wrote:
<blockquote
 cite="midbdbd084b0608160036m411fb3e8g55d4f83582f18234@mail.gmail.com"
 type="cite">Hi,<br>
  <br>
i'm not sure if this will work with mod_perl. i have used FastCGI or
FCGI to do this.<br>
  <br>
There is a very good wiki entry at <a
 href="http://wiki.bestpractical.com">wiki.bestpractical.com</a>.<br>
  <br>
If you need more help, i can sent you my config (apache)
  <br>
  <br>
Torsten<br>
  <br>
  <div><span class="gmail_quote">2006/8/15, Dario Luis Coneglian
Oliveros <<a href="mailto:oliveros@cpqd.com.br">oliveros@cpqd.com.br</a>>:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I've
been trying to setup two RT instances in apache, but only one works<br>
at a time.<br>
It may be some apache configuration issue, but can't figure out what<br>
it's wrong.<br>
Any help will be very appreciated.<br>
Please find below both files:
    <br>
::::::::::::::<br>
rt-cpqd-commons.conf<br>
::::::::::::::<br>
Alias /cpqd-commons /l/disk0/tools/rt/cpqd-commons/share/html<br>
AddDefaultCharset UTF-8<br>
PerlModule Apache::DBI<br>
PerlRequire /l/disk0/tools/rt/cpqd-commons/bin/webmux.pl
    <br>
<Location /cpqd-commons><br>
    Options None<br>
    SetHandler perl-script<br>
    PerlHandler RT::Mason<br>
    <IfDefine PerlDProf><br>
        <IfDefine PerlSmallProf><br>
            PerlFixupHandler Apache::SmallProf
    <br>
        </IfDefine><br>
    </IfDefine><br>
</Location><br>
<LocationMatch "/cpqd-commons/NoAuth"><br>
    Satisfy Any<br>
    Allow from all<br>
</LocationMatch><br>
<Location /cpqd-commons/NoAuth/images>
    <br>
    SetHandler default-handler<br>
</Location><br>
<IfDefine PerlStatus><br>
    <Location /cpqd-commons/perl-status><br>
        SetHandler perl-script<br>
        PerlHandler Apache2::Status<br>
        PerlSetVar StatusOptionsAll On
    <br>
        PerlSetVar StatusTerse On<br>
        PerlSetVar StatusTerseSize On<br>
        PerlSetVar StatusTerseSizeMainSummary On<br>
        PerlSetVar StatusLexInfo On<br>
    </Location><br>
</IfDefine><br>
::::::::::::::
    <br>
rt-cpqd-gp.conf<br>
::::::::::::::<br>
Alias /cpqd-gp /l/disk0/tools/rt/cpqd-gp/share/html<br>
AddDefaultCharset UTF-8<br>
PerlModule Apache::DBI<br>
PerlRequire /l/disk0/tools/rt/cpqd-gp/bin/webmux.pl<br>
<Location /cpqd-gp>
    <br>
    Options None<br>
    SetHandler perl-script<br>
    PerlHandler RT::Mason<br>
    <IfDefine PerlDProf><br>
        <IfDefine PerlSmallProf><br>
            PerlFixupHandler Apache::SmallProf<br>
        </IfDefine>
    <br>
    </IfDefine><br>
</Location><br>
<LocationMatch "/cpqd-gp/NoAuth"><br>
    Satisfy Any<br>
    Allow from all<br>
</LocationMatch><br>
<Location /cpqd-gp/NoAuth/images><br>
    SetHandler default-handler
    <br>
</Location><br>
<IfDefine PerlStatus><br>
    <Location /cpqd-gp/perl-status><br>
        SetHandler perl-script<br>
        PerlHandler Apache2::Status<br>
        PerlSetVar StatusOptionsAll On<br>
        PerlSetVar StatusTerse On
    <br>
        PerlSetVar StatusTerseSize On<br>
        PerlSetVar StatusTerseSizeMainSummary On<br>
        PerlSetVar StatusLexInfo On<br>
    </Location><br>
</IfDefine><br>
    <br>
    <br>
    <br>
    <br>
_______________________________________________
    <br>
    <a
 href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br>
    <br>
Community help: <a href="http://wiki.bestpractical.com">http://wiki.bestpractical.com
    </a><br>
Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br>
    <br>
    <br>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<br>
Buy a copy at <a href="http://rtbook.bestpractical.com">
http://rtbook.bestpractical.com</a><br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
MFG<br>
  <br>
Torsten Brumm<br>
  <br>
  <a href="http://www.torsten-brumm.de">http://www.torsten-brumm.de</a>
</blockquote>
<br>
</body>
</html>