Hi, Did you check my apache configuration?
Regards, On Tue, Nov 17, 2015 at 3:59 PM, Gerald Jimenez <[email protected]> wrote: > 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 <[email protected]> > wrote: > >> On Tue, Nov 17, 2015 at 2:47 PM, Gerald Jimenez <[email protected]> >> 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 >> > >
