[rt-users] Fwd: Request tracker

Gerald Jimenez gejimene at gmail.com
Tue Nov 17 15:59:23 EST 2015


This is my apache config for rt:

#<VirtualHost *:80>
        AddDefaultCharset UTF-8

        ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/

        DocumentRoot "/opt/rt4/share/html"
        <Location /rt>
            <IfVersion >= 2.4>
                Require all granted
                Options +ExecCGI
                AddHandler fcgid-script fcgi
            </IfVersion>
            <IfVersion < 2.4>
                Order allow,deny
                Allow from all
            </IfVersion>

            Options +ExecCGI
            AddHandler fcgid-script fcgi
        </Location>
#</VirtualHost>



On Tue, Nov 17, 2015 at 3:52 PM, Matt Zagrabelny <mzagrabe at d.umn.edu> wrote:

> On Tue, Nov 17, 2015 at 2:47 PM, Gerald Jimenez <gejimene at gmail.com>
> wrote:
> > I am using fastcgi
>
> Okay. What about your web server?
>
> What do your (web server) configs look like?
>
> Can you write a super lightweight cgi that can load your Data::UUID module?
>
> -m
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20151117/5ace4437/attachment.htm>


More information about the rt-users mailing list