RE: Web forums
- Posted by irv mullins <irvm at ellijay.com> Jun 12, 2004
- 420 views
Michelle Rogers wrote: > > *sighs and kicks the computer in frustration* > > ok..ok..I guess I'll wait until Monday... > I've gone back to IIS instead of Apache..and I've gotten it to the point > that it's apparently TRYING to run a CGI...but now it will eventually do a > CGI error page, sayinging it timed out while trying to do the CGI > application. > > if you want to see what I'm talking about..go to.. > > <a > href="http://kituwah.hopto.org/test.html">http://kituwah.hopto.org/test.html</a> Well, we really can't tell much from that, but I would try putting the full url there, instead of just the \cgi-bin\test.exw, then I would add to the top of your cgi script a crash_file() to direct error messages to somewhere so you can take a look at them. If you do not get a crash_file(), then that might indicate that exw isn't being executed at all. Beyond that, it may be a problem with permissions, and since you're running Windows, I can't help there. Regards, Irv