[rt-users] Web Problem

James Wade jkwade at FutureFrontiers.com
Thu Aug 17 21:30:19 EDT 2000


Clark,

When I do this, I get cgi-wrapper can't find
script error.



-----Original Message-----
From: rt-users-admin at lists.fsck.com
[mailto:rt-users-admin at lists.fsck.com]On Behalf Of Clark Shishido
Sent: Thursday, August 17, 2000 6:15 PM
To: James Wade
Cc: 'rt-users at lists.fsck.com'
Subject: Re: [rt-users] Web Problem
Howdy Clark,

Thanks for the information. I had tried this 
but it did not fix the problem, but your
answer lead me in the right direction.

The problem was that in my httpd.conf file
I had the following set:

AddHandler cgi-wrapper .cgi

It would not work with webrt.cgi or 
admin-webrt.cgi. The error that would
come up was "cgi-wrapper can't find script".

What I did to fix it was to add this to
my httpd.conf:

<Location /rt>
SetHandler cgi-script
</Location>

Now everything works fine. Does rt 
not work with the cgi-wrapper program
or do I have an out-of-date cgi-wrapper?

Thanks...James

> cd /home/myweb
> ln -s /home/rt/bin/cgi cgi
> ln -s /home/rt/lib/images webrt
> 

I have ScriptAlias /rt/ "/var/rt/bin/cgi/" in my httpd.conf
so that means you should be doing this instead?
  ln -s /home/rt/bin/cgi rt

and of course FollowSymLinks should be turned on.


--clark



_______________________________________________
rt-users mailing list
rt-users at lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users





More information about the rt-users mailing list