summaryrefslogtreecommitdiff
path: root/modules/generators/mod_cgid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mod_cgid: Eliminate a double-close of a socket. This resolvesJeff Trawick2003-06-201-3/+2
* Fix a misterminated comment... noted by bpaneWilliam A. Rowe Jr2003-03-311-1/+1
* Solve segfaults from unusual error exceptions in cgid. The daemonWilliam A. Rowe Jr2003-03-311-6/+12
* mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannotJeff Trawick2003-02-121-1/+25
* finished that boring job:André Malo2003-02-031-1/+1
* Fix the building of cgi command lines when the query stringJeff Trawick2002-11-221-8/+13
* mod_cgid: Handle environment variables containing newlines.Jeff Trawick2002-11-151-172/+221
* watch out for the should-not-occur condition where the daemon can'tJeff Trawick2002-11-121-3/+7
* mod_cgid: Terminate CGI scripts when the client connectionJeff Trawick2002-11-111-20/+142
* add a comment lamenting the lack of a cleanup for the CGI childJeff Trawick2002-10-311-0/+15
* Fix a problem with streaming script output and mod_cgid. We haveJeff Trawick2002-10-031-2/+2
* Log error message to the client without the path name.Bill Stoddard2002-07-301-2/+3
* s/cgi/cgid might be just a little agressive - fix a commentWilliam A. Rowe Jr2002-06-231-1/+1
* Note the changed meaning of the NULL next_filter argument to theWilliam A. Rowe Jr2002-06-221-1/+1
* Pass the brigade even on header_only requestsBrian Pane2002-06-131-8/+6