[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGIWrap & Pathinfo
- Subject: [cobalt-users] CGIWrap & Pathinfo
- From: Eric King <rex@xxxxxxxxxxxxxxxxxx>
- Date: Mon Jun 5 07:54:51 2000
I have a set of CGI scripts which store some state as pathinfo, e.g.
www.mysite.com/cgi/dispatch.cgi/do/something/useful
CGIWrap seems to think that this whole thing is a real path and
returns a script not found error. Is there a way to configure CGIwrap so
that the pathinfo is properly passed to a CGI script? I tried perusing
the knowledgebase this weekend but it was down, so I'm not even sure how
to disable CGIwrap. I could switch to using query strings, but a lot of
code in a lot of different places is going to need to be changed.
.:Eric