[rt-users] rt 3.6 : apache2 configuration issues

Scott T. Hildreth shildreth at allantgroup.com
Wed Oct 11 14:42:50 EDT 2006


On Wed, 2006-10-11 at 17:03 +0200, Manuel wrote:
> Here they are...
> As I said this are just copies of example found in links since I do not
> understand all directives implications especially those related to INODB and
> perl.
> 

 Do you have mod_perl installed?


Here is what I have (I don't use a VirtualHost)

#######################################

Alias /rt /usr/local/rt-3.6pre0/share/html/

<Location /rt>
   SetHandler perl-script
   PerlHandler RT::Mason
</Location>

PerlModule Apache::DBI

PerlRequire /usr/local/rt-3.6pre0/bin/webmux.pl


<Directory /usr/local/rt-3.6pre0/share/html>

    
    ... (I left out the ldap settings) 


    <Files *.*>
        SetHandler perl-script
        PerlHandler RT::Mason
    </Files>
</Directory>
 
##########################################

 
 



PerlModule Apache2 Apache::compat  <= You don't need this.




     
> 
>    PerlModule Apache::DBI
>    PerlRequire /opt/rt3/bin/webmux.pl
> 
>    <Location />
>        SetHandler perl-script
>        PerlHandler RT::Mason
>    </Location>
> </VirtualHost>
> ------------
> This one gives me the syntax error on line 10 (first PerlModule) ...
> 
> I guess perl is not properly linked to apache2...
> How can I check this?
> I tried several different but there is always something wrong somewhere
> 
> 
> Thanks
> 
> Manuel
> 
> 
> -----Message d'origine-----
> De : Scott T. Hildreth [mailto:shildret at scotth.emsphone.com] 
> Envoyé : mercredi 11 octobre 2006 15:41
> À : Manuel ESCHENBRENNER
> Cc : rt-users at lists.bestpractical.com
> Objet : Re: [rt-users] rt 3.6 : apache2 configuration issues
> 
> 
> Can you post your httpd.conf, the rt section?
> 
> On Wed, 2006-10-11 at 14:14 +0200, Manuel ESCHENBRENNER wrote:
> > I am trying to get RT 3.6 running with apache2 on Ubuntu for 2 weeks
> > now...
> > I'm not very advanced in RT nor Linux
> > 
> > I really look at a lot of places to find the right helpful information
> > about apache2 settings for RT 3.6 that are required to get out of the
> > "almost here".
> > 
> > I know that my apache2 configuration is wrong and found a lot about this
> > but never in this particular configuration. RT3.6 + apache2 Parameter
> > samples are always related to RT 3.4+apache2 or RT3.6+Apache and did not
> > work. I tried almost all samples available in related links from your
> > advices:
> > 
> > http://wiki.bestpractical.com/         (the place lots of answers)
> > http://gossamer-threads.com/lists/rt/   (searchable list archives)
> > http://www.google.com/ (I generally start
> > "+RT+MostUniqueErrMsg") And some more...
> > 
> > Can anyone point me in the right direction?
> > 
> > Thanks.
> > 
> > Manuel Eschenbrenner
> > 
> > _______________________________________________
> > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> > 
> > Community help: http://wiki.bestpractical.com
> > Commercial support: sales at bestpractical.com
> > 
> > 
> > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> > Buy a copy at http://rtbook.bestpractical.com
> > 
-- 
Scott T. Hildreth <shildreth at allantgroup.com>



More information about the rt-users mailing list