<div dir="ltr">This is my apache config for rt:<div><br></div><div><div>#<VirtualHost *:80></div><div>        AddDefaultCharset UTF-8</div><div><br></div><div>        ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/</div><div><br></div><div>        DocumentRoot "/opt/rt4/share/html"</div><div>        <Location /rt></div><div>            <IfVersion >= 2.4></div><div>                Require all granted</div><div>                Options +ExecCGI</div><div>                AddHandler fcgid-script fcgi</div><div>            </IfVersion></div><div>            <IfVersion < 2.4></div><div>                Order allow,deny</div><div>                Allow from all</div><div>            </IfVersion></div><div><br></div><div>            Options +ExecCGI</div><div>            AddHandler fcgid-script fcgi</div><div>        </Location></div><div>#</VirtualHost></div></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 3:52 PM, Matt Zagrabelny <span dir="ltr"><<a href="mailto:mzagrabe@d.umn.edu" target="_blank">mzagrabe@d.umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Nov 17, 2015 at 2:47 PM, Gerald Jimenez <<a href="mailto:gejimene@gmail.com">gejimene@gmail.com</a>> wrote:<br>
> I am using fastcgi<br>
<br>
Okay. What about your web server?<br>
<br>
What do your (web server) configs look like?<br>
<br>
Can you write a super lightweight cgi that can load your Data::UUID module?<br>
<span class="HOEnZb"><font color="#888888"><br>
-m<br>
</font></span></blockquote></div><br></div>