summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_cgid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessariy initialisation before we test mod_cgid's handler name.Graham Leggett2010-10-201-17/+29
* mod_cgid: Log a warning if the ScriptSock path is truncated becauseStefan Fritsch2010-09-041-1/+9
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* remove more unused variablesStefan Fritsch2010-08-041-2/+0
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Stop unexpected error logs in each requests.Takashi Sato2009-10-101-2/+4
* Bring back OS/2 support.Brian Havard2009-08-261-1/+1
* Use uninterruptable write; noted borrowing this code for lowportd (mod_ftp)William A. Rowe Jr2009-07-061-1/+1
* * Close the accepted fd in the error case to avoid a file descriptor leak.Ruediger Pluem2009-06-111-0/+1
* * Close the listening Unix socket of the mod_cgid daemon in the CGI scripts.Ruediger Pluem2009-06-111-7/+10
* mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).Jeff Trawick2009-04-161-13/+12
* remove OS/2 platform supportJeff Trawick2009-03-271-1/+1
* the length arguments are apr_size_t, not intJeff Trawick2009-01-061-1/+1
* tiny style fix for r729579Jeff Trawick2009-01-061-1/+1
* PR#39332: fix for segfault problem with mod_cgid on SolarisNick Kew2008-12-271-16/+43
* * Do not add an empty argument if we do not have any args for the script.Ruediger Pluem2008-12-151-1/+1
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* * Instead of unixd_setup_child run the drop_privileges hook to switch theRuediger Pluem2008-11-041-2/+5
* * modules/generators/mod_cgid.cPaul Querna2008-10-291-2/+2
* Simplyfy codepath. Don't treat "" as special, justJim Jagielski2008-08-041-7/+2
* *) mod_cgid: Pass along empty command line arguments from an ISINDEXEric Covener2008-08-041-0/+3
* *) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared byEric Covener2008-05-081-0/+10
* mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.Jeff Trawick2008-05-071-6/+20
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * Prevent running through the error stack by returning OK and setting r->statusRuediger Pluem2007-05-271-1/+28
* Update the hash table of active script pids even on paths where a Jeff Trawick2007-02-041-22/+29
* Follow up to r451006, use APR_STATUS_IS_TIMEUP instead of comparing againstGarrett Rooney2006-09-291-1/+1
* * Notice that reading of the request entity body failed due to a timeoutRuediger Pluem2006-09-281-0/+5
* PR 31759 (mutated) - reported by Jo RhettNick Kew2006-09-131-1/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-399/+399
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-2/+2
* Remove CGI block on OPTIONS method so that scripts canRoy T. Fielding2005-10-181-7/+0
* Whitespace fixes.Colm MacCarthaigh2005-10-031-2/+2
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-3/+2
* If uid_t and gid_t are unsigned on a platform (hurd, for example), using -1Colm MacCarthaigh2005-08-301-1/+1
* Fix PR36410; Change how the get_suexec_identity hook is handled by CGID.Colm MacCarthaigh2005-08-301-55/+44
* Correct mod_cgid's argv[0] so that the full path can be delved by theWilliam A. Rowe Jr2005-08-291-4/+1
* CGId keeps a copy of the listening sockets open, which interferes with a Colm MacCarthaigh2005-08-281-0/+3
* Append the .PID to the ScriptSock filename. This change ensures that multipleColm MacCarthaigh2005-08-251-10/+15
* nit: Consistently CamelCase "ScriptSock".Colm MacCarthaigh2005-08-251-2/+2
* fix 64bit build warningsAndreas Steinmetz2005-08-231-7/+7
* mod_cgid: Fix buffer overflow processing ScriptSock directive.Jeff Trawick2005-06-221-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* mod_cgid: Catch configuration problem where two web server instancesJeff Trawick2004-11-241-0/+15
* * modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasingJoe Orton2004-11-121-2/+6
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-011-4/+4
* Let CGI daemon die if the network layer has been shut down (problem noticed o...Martin Kraemer2004-06-291-0/+6