Subj : CVS commit src/sbbs3/websrvr.c To : All From : rswindell Date : Thu Mar 24 2005 03:09 am src/sbbs3 websrvr.c 1.286 1.287 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv21623 Modified Files: websrvr.c Log Message: Beginning of Win32-CGI support (tested with php-cgi.exe) - works, but doesn't set-up environment variables yet. Moved 301 and 302 error strings to shared string constants. http_logoff() now logs the correct socket descriptor (instead of -1) when called from http_session_thread(). is_dynamic_req() now correctly checks both the directory *and* drive of the configured cgi_dir against the requested physical path (required for Win32). Sets sane startup->max_cgi_inactivity value (2 minutes) if uninitialized. .