summaryrefslogtreecommitdiff
path: root/modules/generators/mod_cgid.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-271-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
* * modules/generators/mod_cgid.c (cgid_server, set_script_socket):Joe Orton2004-03-301-5/+0
* mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;Jeff Trawick2004-03-291-12/+24
* mod_cgid: Fix storage corruption caused by use of incorrect pool.Jeff Trawick2004-03-151-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* change the way the cgid daemon restart logic determines whetherJeff Trawick2003-12-131-4/+13
* get rid of _FOREACHCliff Woolley2003-11-161-3/+14
* Fix a long delay with CGI requests and keepalive connections onJeff Trawick2003-11-071-0/+10
* Forward port from 2.0:Sander Striker2003-10-261-25/+10
* mod_cgid: fix a hash table corruption problem which couldJeff Trawick2003-10-021-1/+20
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* drop superfluous argument from ap_ssi_parse_string.André Malo2003-08-221-2/+2
* adjust mod_cgi and mod_cgidAndré Malo2003-08-211-111/+97
* include_cmd doesn't imply the CGI interface. That code seems to beAndré Malo2003-08-201-47/+9
* mod_cgid: Restart the cgid daemon if it crashes.Jeff Trawick2003-06-231-35/+62