On Sun, 26 Oct 2008 08:32:52 +0000, Alan Gauld wrote: > "aivars" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >>I finally get the script working! >> >> I renamed the script directory from Cgi-bin to cgi-bin just as Alan >> told. > > I'm glad it worked but I confess I'm not sure why it worked. The > interpreter was apparently finding your script OK but it was the > environment that was messed up. I don't fully understand the interaction > going on there. But in things web related I've learned that consistency > throughout is usually helpul! > > Alan G. >
I wouldn't have thought it could work, since Windows is case insensitive and web server is required understand URL as case insensitive. Why that Cgi-bin and cgi-bin differs on a windows-based server is beyond me. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
