|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
debugging suggestionsGood morning all,
I'm developing a cgicc fastcgi application. I can serve regular html pages just fine but when I try to do AJAX stuff it blows chunks (that's a technical term). I'm using IIS with the fastcgi dll for testing. My code is simple. I create a new httpresponse header and populate it with '204' and 'No Content'. I send it and a text/plain header. It looks like it matches the http 1.0 spec but I keep getting 500 errors from IIS. Any suggestions? -- -- The PixAddixImage Collector suite: http://groups-beta.google.com/group/pixaddix SqliteImporter and SqliteReplicator: Command line utilities for Sqlite http://www.reddawn.net/~jsprenkl/Sqlite Cthulhu Bucks! http://www.cthulhubucks.com _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
Re: debugging suggestionsOn 2008-08-22T08:09:30, Jay Sprenkle wrote:
> I'm developing a cgicc fastcgi application. I can serve regular html > pages just fine but when I try to do AJAX stuff it blows chunks > (that's a technical term). I'm using IIS with the fastcgi dll for > testing. My code is simple. I create a new httpresponse header and > populate it with '204' and 'No Content'. I send it and a text/plain > header. It looks like it matches the http 1.0 > spec but I keep getting 500 errors from IIS. Any suggestions? You are giving enough context for anyone to help you. If you have something working A, and something that is not working B, one basic troubleshooting technique is to iteratively change the former into the latter. Test after each change to narrow down what is breaking. I have not used IIS, but with Apache I would look in the errors logs so what is going on. /Allan -- Allan Wind Life Integrity, LLC http://lifeintegrity.com _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
|
|
|
Re: debugging suggestionsOn Fri, Aug 22, 2008 at 1:59 PM, Allan Wind
<allan_wind@...> wrote: > You are giving enough context for anyone to help you. I believe you left out 'not'? > > If you have something working A, and something that is not working B, > one basic troubleshooting technique is to iteratively change the former > into the latter. Test after each change to narrow down what is > breaking. I have not used IIS, but with Apache I would look in the > errors logs so what is going on. The logging for IIS seems to be pretty non existent. I was unable to find anything in the error logs. Thanks for trying to help though. _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
Re: debugging suggestionsOn 2008-08-22T18:06:24, Jay Sprenkle wrote:
> On Fri, Aug 22, 2008 at 1:59 PM, Allan Wind > <allan_wind@...> wrote: > > You are giving enough context for anyone to help you. > > I believe you left out 'not'? Indeed. > > If you have something working A, and something that is not working B, > > one basic troubleshooting technique is to iteratively change the former > > into the latter. Test after each change to narrow down what is > > breaking. I have not used IIS, but with Apache I would look in the > > errors logs so what is going on. > > The logging for IIS seems to be pretty non existent. I was unable to find > anything in the error logs. If you used fastcgi's cgi compatibility layer, then try complete the script as CGI and run it by hand. Compare output with working script. /Allan -- Allan Wind Life Integrity, LLC http://lifeintegrity.com _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
Re: debugging suggestionsOn 2008-08-22T20:16:20, Allan Wind wrote:
> If you used fastcgi's cgi compatibility layer, then try complete the > script as CGI and run it by hand. Compare output with working script. s/complete/compile/ /Allan -- Allan Wind Life Integrity, LLC http://lifeintegrity.com _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
Re: debugging suggestionsOn Fri, Aug 22, 2008 at 7:16 PM, Allan Wind
<allan_wind@...> wrote: > If you used fastcgi's cgi compatibility layer, then try complete the > script as CGI and run it by hand. Compare output with working script. It's written as a fastcgi program, so I didn't use the compatibility layer. I'm thinking the problem is IIS 5.x just won't do that from what I'm reading about it. _______________________________________________ help-cgicc mailing list help-cgicc@... http://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |