| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify that the displayed IP address may not be the public address, | Stefan Fritsch | 2011-01-10 | 1 | -1/+1 |
* | Display the local IP address in server-status. This can be useful for HTTPDs | Stefan Fritsch | 2011-01-10 | 1 | -1/+2 |
* | mod_status: Don't show slots which are disabled by MaxClients as open. | Stefan Fritsch | 2011-01-10 | 1 | -4/+20 |
* | In comments: s@ XX @ XXX: @ so they can actually be found seen. | Igor Galić | 2010-12-29 | 2 | -2/+2 |
* | PR#24243: allow some control over how IndexIgnore'd files are merged. | Eric Covener | 2010-12-04 | 1 | -1/+6 |
* | Add support for RLimit* in mod_cgid. PR 42135. | Eric Covener | 2010-12-04 | 1 | -53/+58 |
* | suEXEC: Add Suexec directive to disable suEXEC without renaming the | Jeff Trawick | 2010-11-10 | 1 | -9/+11 |
* | PR#47766 mod_autoindex directives not merged into sections with no autoindex ... | Eric Covener | 2010-11-05 | 1 | -4/+5 |
* | Add to modules' help text (displayed by ./configure -h) more | Daniel Earl Poirier | 2010-11-01 | 1 | -4/+4 |
* | Avoid unnecessariy initialisation before we test mod_cgid's handler name. | Graham Leggett | 2010-10-20 | 1 | -17/+29 |
* | Avoid unnecessariy initialisation before we test mod_info's handler name. | Graham Leggett | 2010-10-20 | 1 | -7/+8 |
* | Avoid unnecessariy initialisation before we test mod_asis's handler name. | Graham Leggett | 2010-10-20 | 1 | -4/+7 |
* | Avoid unnecessariy initialisation before we test mod_status's handler name. | Graham Leggett | 2010-10-20 | 1 | -6/+10 |
* | Avoid unnecessariy initialisation before we test mod_cgi's handler name. | Graham Leggett | 2010-10-20 | 1 | -2/+5 |
* | mod_cgid: Log a warning if the ScriptSock path is truncated because | Stefan Fritsch | 2010-09-04 | 1 | -1/+9 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 3 | -3/+3 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 1 | -2/+0 |
* | Removed obsolete include paths from NetWare makefiles. | Guenter Knauf | 2010-07-23 | 5 | -23/+13 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -2/+2 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 7 | -7/+7 |
* | fix potential file descriptor leak with DEBUG_CGI | Stefan Fritsch | 2010-04-05 | 1 | -3/+1 |
* | Folks, this is not C++. Please, pay attention to your patches | William A. Rowe Jr | 2010-02-04 | 1 | -1/+1 |
* | * Make autoindex.t from perl testframework work again | Ruediger Pluem | 2010-01-27 | 1 | -1/+1 |
* | * Remove unused variable to silence compiler warning | Ruediger Pluem | 2010-01-27 | 1 | -1/+0 |
* | * We need to return an int as result of the pre_config hook. | Ruediger Pluem | 2010-01-27 | 1 | -1/+2 |
* | Use correct comment style. | Rich Bowen | 2010-01-26 | 1 | -6/+6 |
* | Applies the patch provided in ticket 34014, enhancing the CSS abilities | Rich Bowen | 2010-01-26 | 1 | -34/+54 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -36/+11 |
* | Such macros exist for a reason :) | William A. Rowe Jr | 2010-01-21 | 1 | -1/+1 |
* | Initialize variable to avoid compiler warnings. | Rich Bowen | 2009-12-29 | 1 | -1/+1 |
* | Adds alternating CSS classes to table rows for trendy striped table | Rich Bowen | 2009-12-29 | 1 | -1/+18 |
* | The ReadmeName directive was putting its value in the wrong place, and | Rich Bowen | 2009-12-28 | 1 | -1/+1 |
* | Strip SHARED_CORE deadwood. | Nick Kew | 2009-12-22 | 1 | -8/+0 |
* | mod_autoindex: support XHTML as equivalent to HTML in | Nick Kew | 2009-12-22 | 1 | -6/+11 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -4/+0 |
* | Fix remaining doxygen warnings. "make dox" is now clean with doxygen | Daniel Earl Poirier | 2009-11-03 | 1 | -2/+0 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -3/+2 |
* | Stop unexpected error logs in each requests. | Takashi Sato | 2009-10-10 | 1 | -2/+4 |
* | Always make mod_*.h files available where they exist, modpath by modpath | William A. Rowe Jr | 2009-08-28 | 1 | -0/+2 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 3 | -5/+14 |
* | * Do better checking of pollset operations in various places to avoid segfaults. | Ruediger Pluem | 2009-08-16 | 1 | -3/+17 |
* | * Correctly create an empty cell if the description for a file is missing. | Ruediger Pluem | 2009-08-12 | 1 | -3/+3 |
* | Add the missing include of apu_version.h and thus fix a build failure. | Takashi Sato | 2009-07-09 | 1 | -0/+3 |
* | removed font clutter as suggested by niq. | Guenter Knauf | 2009-07-07 | 1 | -8/+4 |
* | added compile-time apr / apr-util versions as wrowe suggested. | Guenter Knauf | 2009-07-06 | 1 | -2/+10 |
* | Use uninterruptable write; noted borrowing this code for lowportd (mod_ftp) | William A. Rowe Jr | 2009-07-06 | 1 | -1/+1 |
* | added apr / apr-util version output (part two). | Guenter Knauf | 2009-07-05 | 1 | -0/+1 |
* | added apr / apr-util version output. | Guenter Knauf | 2009-07-05 | 1 | -0/+10 |
* | * Close the accepted fd in the error case to avoid a file descriptor leak. | Ruediger Pluem | 2009-06-11 | 1 | -0/+1 |
* | * Close the listening Unix socket of the mod_cgid daemon in the CGI scripts. | Ruediger Pluem | 2009-06-11 | 1 | -7/+10 |