From: K. G. <kim...@gm...> - 2008-10-14 10:39:15
|
Hi all, Someone (Divye?) suggested that the python HTTP server requires execute permissions in the cgi-bin directory, and I can see how that makes sense. The http_test_server.hpp code contained a little snippet that did chmod on cgi-bin/requestinfo.py, but since we have a few more cgi-bin scripts now, I've tried to generalize that to run the same chmod on all files inside cgi-bin. However, since I don't have a Linux environment, I can't really test it (nor build, actually)... So, does anyone feel up for testing that it builds and sets the execute bit on all files in cgi-bin/? Thanks, - Kim |