this happens when I try to create a request in webrt.cgi… anybody
experiened something similar to this? would appreciate some help in
getting rid of this problem…
For some reason you’ve configured apache to try to determine the file types
of CGI scripts. Tell apache not to bother and it should get better.On Wed, Jan 17, 2001 at 09:56:09PM -0800, Gary Young wrote:
Have you solved this problem? I’m seeing the same thing on two systems that
I’ve set up.
this happens when I try to create a request in webrt.cgi… anybody
experiened something similar to this? would appreciate some help in
getting rid of this problem…
Yes, actually I have solved it, RT when it installs it/ or fixes the
permissions on RT when you elect to do that in the make; will make the
permissions on the cgi readable by nobody at all, so if you chmod +r the
cgi files used by RT, ex. chmod +r webrt.cgi then that’ll stop that error
since the mod_mime_magic puts out the error because it cant read the cgi…
it doesnt affect how RT works, but its a pain in the ass when it comes to
your log files…
BrianOn Wed, 17 Jan 2001, Gary Young wrote:
Have you solved this problem? I’m seeing the same thing on two systems that
I’ve set up.
this happens when I try to create a request in webrt.cgi… anybody
experiened something similar to this? would appreciate some help in
getting rid of this problem…