summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-201-1/+1
* Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch2011-06-191-3/+3
* Display information about asynchronous connections in the server-statusStefan Fritsch2011-06-191-6/+89
* Fix handling of cumulative system timeStefan Fritsch2011-06-131-2/+2
* Merge repeated calls of ap_rputs.Stefan Fritsch2011-06-131-21/+22
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-062-7/+3
* Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()sStefan Fritsch2011-05-211-2/+1
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-302-11/+0
* Follow on to 1057048:Jeff Trawick2011-04-271-6/+9
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-1/+1
* rework choice of cgi implementation, handling MinGWJeff Trawick2011-04-071-6/+21
* Add in a configuration generation... this is independent ofJim Jagielski2011-03-311-1/+3
* mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is Stefan Fritsch2011-03-291-23/+90
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-185-5/+5
* Fix typo in RLIMIT_NPROCDaniel Earl Poirier2011-03-161-4/+5
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-085-10/+10
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-086-40/+40
* fix some logging calls to include the server_recJeff Trawick2011-02-261-3/+3
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-3/+1
* 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