| Commit message (Expand) | Author | Age | Files | Lines |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 2 | -23/+26 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -9/+10 |
* | *) remove obsolete http_conf_globals.h | Greg Stein | 2001-02-10 | 3 | -3/+1 |
* | get _SC_CLK_TCK defined on Tru64 (and probably some other systems | Jeff Trawick | 2001-02-08 | 1 | -0/+3 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 6 | -161/+161 |
* | Make sure that mod_include's post_config hook always runs before | Ryan Bloom | 2001-02-06 | 2 | -2/+5 |
* | Move the logic for creating CGI processes from mod_include to mod_cgi(d). | Ryan Bloom | 2001-02-05 | 2 | -40/+598 |
* | More mod_status work... Get Current Time, Restart Time and Server uptime | Bill Stoddard | 2001-02-04 | 1 | -2/+5 |
* | Begin restructuring scoreboard code to enable adding back in | Bill Stoddard | 2001-02-02 | 2 | -7/+7 |
* | Should consider APRizing the entire module. For now, use HAVE_TIMES | Bill Stoddard | 2001-02-02 | 1 | -13/+14 |
* | keep mod_cgid from segfaulting on SIGHUP; it assumed | Jeff Trawick | 2001-02-01 | 1 | -3/+3 |
* | Bring mod_status for 2.0 back in line with mod_status for 1.3. This is | Ryan Bloom | 2001-02-01 | 1 | -36/+670 |
* | Eliminate all assumptions that finfo.protection reflects the existance | William A. Rowe Jr | 2001-01-31 | 4 | -5/+5 |
* | Clean up the cgid module now that it supports suexec. | Ryan Bloom | 2001-01-29 | 3 | -17/+69 |
* | Make mod_cgid work with SuExec. This has been tested and works reliably | Ryan Bloom | 2001-01-29 | 1 | -8/+49 |
* | Another module to cooperate with APR_FINFO_ | William A. Rowe Jr | 2001-01-28 | 1 | -2/+2 |
* | Eliminate a gp fault on mpm_winnt since we don't have a scoreboard table. | William A. Rowe Jr | 2001-01-28 | 1 | -7/+11 |
* | apr_put_os_file() expected the caller to have an existing file or init to | Greg Stein | 2001-01-26 | 1 | -2/+2 |
* | Accomodate the change to the apr_read_dir() arguments, and change all | William A. Rowe Jr | 2001-01-23 | 1 | -9/+7 |
* | If --enable-suexec is specified, then we need to build suexec | Ryan Bloom | 2001-01-21 | 1 | -1/+2 |
* | Get mod_suexec compiling on FreeBSD again | Ryan Bloom | 2001-01-21 | 1 | -2/+3 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -5/+8 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 7 | -34/+34 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 7 | -7/+7 |
* | fix a warning on platforms where <strings.h> is needed for str[n]casecmp() | Jeff Trawick | 2001-01-15 | 1 | -0/+3 |
* | Remove a couple more NULL handler specifications. | Ryan Bloom | 2001-01-12 | 1 | -1/+0 |
* | only handle the request if server-info is the handler | Jeff Trawick | 2001-01-10 | 1 | -0/+3 |
* | get mod_info working again (mostly) | Jeff Trawick | 2001-01-10 | 1 | -6/+10 |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 5 | -15/+16 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 4 | -37/+39 |
* | Stop copying file names that we get from apr_file_t's and apr_dir_t's. | Ryan Bloom | 2001-01-05 | 1 | -2/+2 |
* | mod_cgi: Fix some problems where the wrong error value was being traced | Jeff Trawick | 2001-01-03 | 2 | -41/+33 |
* | Change a bunch of mallocs in mod_cgid to apr_palloc. These were never | Ryan Bloom | 2001-01-02 | 1 | -8/+8 |
* | On Unix, we do not want to use an absolute path for CGI scripts. SuEXEC | Ryan Bloom | 2000-12-28 | 1 | -7/+7 |
* | Move the config.m4 file to config5.m4 in the generators directory so that | Ryan Bloom | 2000-12-26 | 1 | -0/+0 |
* | Get mod_cgid to use apr calls for creating the actual CGI process. | Ryan Bloom | 2000-12-23 | 1 | -64/+53 |
* | Last of the Win32 goodness I've noticed | William A. Rowe Jr | 2000-12-21 | 1 | -2/+2 |
* | Out of the sandbox and into prime time. Note... these should always and | William A. Rowe Jr | 2000-12-21 | 2 | -0/+713 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | William A. Rowe Jr | 2000-12-21 | 2 | -6/+8 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 2 | -42/+34 |
* | Rename the apr_opendir symbol to apr_dir_open. This makes more sense, | Ryan Bloom | 2000-12-17 | 1 | -1/+1 |
* | Get exe CGI's working again on Windows | Allan K. Edwards | 2000-12-15 | 1 | -2/+2 |
* | Straighten up the first-time-through check in mod_cgid and add a CHANGES | Jeff Trawick | 2000-12-13 | 1 | -6/+10 |
* | Get mod_cgid to work as a DSO by changing the way it | Jeff Trawick | 2000-12-13 | 1 | -5/+10 |
* | Change a couple of socket call failures from 404 errors to | Jeff Trawick | 2000-12-12 | 1 | -2/+2 |
* | Fix a comparison with ENOENT which was accidently broken during | Jeff Trawick | 2000-12-12 | 1 | -1/+1 |
* | *) remove STANDARD_LIBS line; it is unused/unneeded | Greg Stein | 2000-12-07 | 1 | -18/+12 |
* | Add cgi and cgid back into the configuration system. | Ryan Bloom | 2000-12-06 | 1 | -0/+12 |
* | The -big- fix, all the proper linkages for BaseAddr.ref plus a bit. | William A. Rowe Jr | 2000-12-05 | 2 | -8/+8 |
* | A bit of inclusion for the apr-util package. | William A. Rowe Jr | 2000-12-05 | 2 | -4/+4 |