Ahhhh, I think I misunderstood some of what you said. The CGI script you are running is working just fine.. but you are saying that every time your CGI script accesses one of the links you would like to check, it's that link which is returning the invalid method headers, not the link you are accessing with your web browser. Hmmm....
Now we have an interesting question :-) After digging around the docs some, I don't immediatly see anything incorrect about your approach. But if I do, I'll be sure to post it. Sorry about the misunderstanding there :-) Good luck,
-Eric
| [reply] |
That sure sounds like a permissions issue to me.
Check the ownership and permissions of the CGI you're trying to reach. Then check the ownership of the script.
I'll bet one or both of the following is going on:
a) the ownership of the script is different from that of the CGI.
b) their groups are the same, but the CGI's group permissions are set to r--, where they should be r-x.
After re-reading that, I'm not sure that I've made it totally clear. Feel free to message me if you'd like further explanation.
-aijin | [reply] |