summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
* clarify that the displayed IP address may not be the public address,Stefan Fritsch2011-01-101-1/+1
* Display the local IP address in server-status. This can be useful for HTTPDsStefan Fritsch2011-01-101-1/+2
* mod_status: Don't show slots which are disabled by MaxClients as open.Stefan Fritsch2011-01-101-4/+20
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-292-2/+2
* PR#24243: allow some control over how IndexIgnore'd files are merged.Eric Covener2010-12-041-1/+6
* Add support for RLimit* in mod_cgid. PR 42135.Eric Covener2010-12-041-53/+58
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-9/+11
* PR#47766 mod_autoindex directives not merged into sections with no autoindex ...Eric Covener2010-11-051-4/+5
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-4/+4
* Avoid unnecessariy initialisation before we test mod_cgid's handler name.Graham Leggett2010-10-201-17/+29
* Avoid unnecessariy initialisation before we test mod_info's handler name.Graham Leggett2010-10-201-7/+8
* Avoid unnecessariy initialisation before we test mod_asis's handler name.Graham Leggett2010-10-201-4/+7
* Avoid unnecessariy initialisation before we test mod_status's handler name.Graham Leggett2010-10-201-6/+10
* Avoid unnecessariy initialisation before we test mod_cgi's handler name.Graham Leggett2010-10-201-2/+5
* 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-063-3/+3
* remove more unused variablesStefan Fritsch2010-08-041-2/+0
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-235-23/+13
* - 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-067-7/+7
* fix potential file descriptor leak with DEBUG_CGIStefan Fritsch2010-04-051-3/+1
* Folks, this is not C++. Please, pay attention to your patchesWilliam A. Rowe Jr2010-02-041-1/+1
* * Make autoindex.t from perl testframework work againRuediger Pluem2010-01-271-1/+1
* * Remove unused variable to silence compiler warningRuediger Pluem2010-01-271-1/+0
* * We need to return an int as result of the pre_config hook.Ruediger Pluem2010-01-271-1/+2
* Use correct comment style.Rich Bowen2010-01-261-6/+6
* Applies the patch provided in ticket 34014, enhancing the CSS abilitiesRich Bowen2010-01-261-34/+54
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-36/+11
* Such macros exist for a reason :)William A. Rowe Jr2010-01-211-1/+1
* Initialize variable to avoid compiler warnings.Rich Bowen2009-12-291-1/+1
* Adds alternating CSS classes to table rows for trendy striped tableRich Bowen2009-12-291-1/+18
* The ReadmeName directive was putting its value in the wrong place, andRich Bowen2009-12-281-1/+1
* Strip SHARED_CORE deadwood.Nick Kew2009-12-221-8/+0
* mod_autoindex: support XHTML as equivalent to HTML inNick Kew2009-12-221-6/+11
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-4/+0
* Fix remaining doxygen warnings. "make dox" is now clean with doxygenDaniel Earl Poirier2009-11-031-2/+0
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-3/+2
* Stop unexpected error logs in each requests.Takashi Sato2009-10-101-2/+4
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-263-5/+14
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-161-3/+17
* * Correctly create an empty cell if the description for a file is missing.Ruediger Pluem2009-08-121-3/+3
* Add the missing include of apu_version.h and thus fix a build failure.Takashi Sato2009-07-091-0/+3
* removed font clutter as suggested by niq.Guenter Knauf2009-07-071-8/+4
* added compile-time apr / apr-util versions as wrowe suggested.Guenter Knauf2009-07-061-2/+10
* Use uninterruptable write; noted borrowing this code for lowportd (mod_ftp)William A. Rowe Jr2009-07-061-1/+1
* added apr / apr-util version output (part two).Guenter Knauf2009-07-051-0/+1
* added apr / apr-util version output.Guenter Knauf2009-07-051-0/+10
* * 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