-/* $Id: httpd.js,v 1.63 2005/07/14 16:05:37 mmondor Exp $ */
+/* $Id: httpd.js,v 1.64 2005/07/15 00:05:15 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* This would also allow an opportunity for applications to register
* server cleanup handlers when SIGTERM is received, i.e. to save to
* disk in-memory cached data, etc.
+ * We probably should ensure to block the signal when executing the
+ * user function for an occurred signal...
* - Read http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
* and see if we meet conformance, adjust as needed.
* - We might want to check Accept-Language: for multilingual sites...
* - Support old-style HTTP requests if the default vhost does not allow
* scripts. Thid would however require http_error() and HTTPResult()
* modifications to support header-less operation.
+ * - Enhance the JS shell to report errors better
*/
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.63 2005/07/14 16:05:37 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.64 2005/07/15 00:05:15 mmondor Exp $';