summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* When restarting, reset ap_server_config_defines to what was set on the commandStefan Fritsch2010-11-101-0/+18
* Supress generation of unused yy_top_state function, to avoid a compilerStefan Fritsch2010-11-102-57/+49
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-9/+9
* support error log id as variablesStefan Fritsch2010-11-091-0/+6
* Add Error directive for aborting startup or htaccess processingJeff Trawick2010-11-081-0/+21
* Support %{HANDLER} in ap_expr (required for mod_filter)Stefan Fritsch2010-11-071-0/+3
* Implement "reqenv", "note", "-z", "-n" in ap_expr.Stefan Fritsch2010-11-071-26/+64
* Port "file" function from ssl_exprStefan Fritsch2010-11-071-0/+46
* More fixes for picky compilersStefan Fritsch2010-11-073-10/+6
* Implement "HTTPS" and "IPV6" vars in ap_exprStefan Fritsch2010-11-061-5/+57
* Another ooops: properly return APR_SUCCESSStefan Fritsch2010-11-061-0/+1
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-064-25/+10
* Netware build fixesStefan Fritsch2010-11-061-1/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-0612-1294/+6469
* Fix hook sorting for the pre_config hook.Stefan Fritsch2010-11-061-2/+2
* correction to r1031776, retain OR_UNSET with default AllowOverride NoneEric Covener2010-11-051-1/+1
* PR49823: Make the hardcoded default for AllowOverride match the default confi...Eric Covener2010-11-051-1/+1
* PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the Eric Covener2010-11-054-4/+4
* PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3Eric Covener2010-11-041-1/+3
* use temp pool in some more placesStefan Fritsch2010-10-232-15/+16
* Be extra careful to only pass the main server config toStefan Fritsch2010-10-201-1/+17
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-202-0/+6
* Some minor fixes to provide protos and build with Watcom.Guenter Knauf2010-10-203-12/+18
* Set the LogLevel of a newly initialized virtual hosts to UNSET. OtherwiseStefan Fritsch2010-10-191-1/+1
* revert r1023227 as discussed on httpd-dev:Stefan Fritsch2010-10-191-8/+2
* Fix compiler warning in maintainer-modeStefan Fritsch2010-10-181-1/+1
* core: Log a warning if <Limit> or <LimitExcept> are used. They areStefan Fritsch2010-10-161-2/+8
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-126-10/+19
* info.file, info.line, and info.status should not be defined for per-request orStefan Fritsch2010-10-121-6/+9
* fix description of the change for PR43857; it is a work-aroundJeff Trawick2010-10-121-1/+1
* add %v and %V to ErrorLogFormatStefan Fritsch2010-10-061-0/+21
* Removed duplicate global; removed obsolete cast.Guenter Knauf2010-10-041-5/+1
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg.Guenter Knauf2010-10-041-11/+11
* merge if blocksStefan Fritsch2010-10-021-3/+1
* Use ptemp in some places to save some memory when parsing included configStefan Fritsch2010-10-021-7/+7
* core: Speed up config parsing if using a very large number of configStefan Fritsch2010-10-021-0/+19
* Add "IN" operator to expression parser, to evaluate membership ofNick Kew2010-09-291-1/+30
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-2/+2
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-3/+3
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-282-24/+43
* Small cleanup and macro rename to make clearer for what it is.Guenter Knauf2010-09-261-3/+3
* In ErrorLogFormat, make it possible to log an item only if the loglevelStefan Fritsch2010-09-262-4/+33
* Fix crash accessing pollset on worker thread when child process is exiting.Jeff Trawick2010-09-241-18/+21
* Because PATH and the library path are closely interrelated, and the causeWilliam A. Rowe Jr2010-09-231-6/+26
* fix Sun Studio type mismatch warningsJeff Trawick2010-09-231-2/+8
* Minor MMN bump for ap_rxplus APINick Kew2010-09-211-1/+0
* Remove cruft that accidentally got into r999533Nick Kew2010-09-211-56/+0
* Introduce ap_rxplus class: higher-level regexps supporting perl-styleNick Kew2010-09-213-1/+263
* add errorlog formats for request notes and env varsStefan Fritsch2010-09-121-19/+37
* readability fix, as suggested by Ruediger PluemStefan Fritsch2010-09-101-6/+3