summaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-25mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch5-27/+49
2011-04-25Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch8-13/+90
2011-04-25Report filename and line number in config warningStefan Fritsch1-1/+2
2011-04-22avoid useless call to apr_pstrdupStefan Fritsch1-1/+1
2011-04-22update transformDaniel Earl Poirier1-0/+10
2011-04-22Add example for using %{msec_frac}t.Daniel Earl Poirier1-0/+10
2011-04-20* server/util_pcre.c (ap_regerror): Use passed-in buffer size ratherJoe Orton1-1/+1
2011-04-19The pre_config hook should return int, not apr_status_t.Stefan Fritsch1-1/+1
2011-04-17Fixed line length to < 80 char.Guenter Knauf1-1/+1
2011-04-17Added shebang check for '! so that .vbs scripts can work as CGI.Guenter Knauf1-0/+4
2011-04-17clarify commentStefan Fritsch1-1/+1
2011-04-16Miscellaneous corrections.Lucien Gentis3-40/+37
2011-04-16Updates.Lucien Gentis8-25/+79
2011-04-15via Matthew Sporleder - domain is required in the CO flag or cookiesRich Bowen2-7/+8
2011-04-15The domain is not in fact optional. The cookie is not set if you don'tRich Bowen1-6/+7
2011-04-15Whether it's intentional or not, the hostname/domainname argument to theRich Bowen1-1/+1
2011-04-15Prevent segfault if DYNAMIC_MODULE_LIMIT is reachedStefan Fritsch2-9/+12
2011-04-14move -L/path/to/pcrelib -lpcre out beyond all the LDFLAGSJeff Trawick1-3/+1
2011-04-14Fixed missing struct member error introduced with r1092076.Guenter Knauf1-1/+1
2011-04-14try to prevent a single long request marking a worker in error.Jean-Frederic Clere2-1/+10
2011-04-13Axed tabs and trailing spaces.Guenter Knauf1-106/+106
2011-04-12AP_ENABLE_V4_MAPPED with WinNT MPMJeff Trawick2-22/+35
2011-04-12add some debug logging to show more information about passing of socketsJeff Trawick1-2/+5
2011-04-12Allow apr and apr-util to be in 2 different location.Jean-Frederic Clere1-1/+9
2011-04-11axe the cast in the call to our mpm_nt_eventlog_stderr_open()Jeff Trawick3-4/+4
2011-04-11match expected type of arg to StartService()Jeff Trawick1-1/+1
2011-04-09Remove unused variableStefan Fritsch1-1/+0
2011-04-09don't try to shut down child if it wasn't createdJeff Trawick1-1/+9
2011-04-09WinNT MPM: Improve robustness under heavy load.Jeff Trawick2-9/+17
2011-04-09Fix some MinGW build issues...Jeff Trawick4-0/+15
2011-04-09fix some logging glitches in the WinNT MPM:Jeff Trawick1-9/+17
2011-04-08include <stdlib.h> to ensure that the exit() prototype has beenJeff Trawick1-3/+1
2011-04-08log message fixes/tweaksJeff Trawick2-7/+7
2011-04-08core: Support module names with colons in loglevel configuration.Stefan Fritsch2-1/+4
2011-04-08mod_ssl, ab: Support OpenSSL compiled without SSLv2 supportStefan Fritsch5-6/+26
2011-04-08hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENTRich Bowen4-5/+12
2011-04-08Remove more unnecessary anchors from rewrite examples.Rich Bowen2-4/+4
2011-04-08Remove unnecessary .* from regex.Rich Bowen1-2/+2
2011-04-08Remove unnecessary .* from regex, as noted inRich Bowen1-2/+2
2011-04-08* server/util_expr_eval.c (req_table_func): Try r->err_headers_out forJoe Orton1-2/+8
2011-04-07gcc compatibilityJeff Trawick1-1/+1
2011-04-07rework choice of cgi implementation, handling MinGWJeff Trawick1-6/+21
2011-04-07don't build checkgid or fcgistarter on MinGWJeff Trawick2-1/+15
2011-04-07hide some unused code on Win32 and NetWareJeff Trawick2-4/+14
2011-04-07Remove mentions of the 1.3 generation of the server.Rich Bowen2-7/+2
2011-04-07Stop explicitly including the current pid in WinNT MPM messages,Jeff Trawick2-52/+46
2011-04-07There are no versions of httpd earlier than 2.0. Oceania has always been at w...Rich Bowen1-6/+1
2011-04-07Rebuild transformations.Rich Bowen3-3/+3
2011-04-07Oops. Mixed file names in my example.Rich Bowen3-7/+9
2011-04-07Adds an example of constructing a type-map file.Rich Bowen3-2/+41