48b9f4e277
Fix typo which was already fixed in 2.4.x.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238808 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 20:51:11 +00:00
c7f1896fa7
Wish came true: CacheEnable works within LocationMatch, giving us mod_cache
...
regexes for no additional cost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208920 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 00:47:31 +00:00
e68738b5dc
Partial cleanup of trunk STATUS.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204927 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 11:28:30 +00:00
e6efd62b2b
Fix assertion failure during very high load by preventing race condition
...
between appending to the timeout queues and adding to the pollset. We don't
add additional locking calls but only extend the present calls to include the
apr_pollset_add. Therefore this hopefully should not cause too much performance
regression.
Add some comments
Replace two AP_DEBUG_ASSERTS with better error handling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201146 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12 01:32:56 +00:00
6b8849335f
Found a bug in mpm_event, investigating
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200049 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09 23:56:12 +00:00
7ce4868e40
And we are at 2.3.16-dev
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199519 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:07:29 +00:00
4cab24c02a
Getting ready to tag 2.3.15-dev
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199516 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:05:46 +00:00
35525c0841
Point to list of undocumented modules in the docs subdirectory
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199064 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 02:12:41 +00:00
873d3e160c
remove solved Windows AcceptFilter blocker
...
add mod_lua blocker
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198968 13f79535-47bb-0310-9956-ffa450edef68
2011-11-07 22:02:43 +00:00
7f59e98923
- start definitive list of modules not to be included in 2.4
...
- mod_fcgid not a blocker
- install of beta on www.a.o done thanks to pquerna/infra
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171229 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 19:07:23 +00:00
aec65acf30
GA plan
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171085 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 12:56:34 +00:00
5408b5221f
two more blockers
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1155061 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 19:16:16 +00:00
2a3d1f91c9
remove two obsolete or done items
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154762 13f79535-47bb-0310-9956-ffa450edef68
2011-08-07 20:48:17 +00:00
db7bd57c24
And we are at 2.3.15-dev
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152855 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 16:24:16 +00:00
3ae9c54dfc
Get ready to tag 2.3.14
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152854 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 16:22:39 +00:00
6b31b2617e
One more showstopper gone
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142492 13f79535-47bb-0310-9956-ffa450edef68
2011-07-03 19:57:41 +00:00
fa8dc749ee
And roll on to 2.3.14
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 17:18:24 +00:00
c0497d613d
Get ready to tag as 2.3.13-beta
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140730 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 17:16:06 +00:00
fcd2bae83c
The example configuration looks good enough to me
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132801 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 22:07:58 +00:00
3dd90a26b7
Use the new "ap_expr" expression parser.
...
The old parser can still be used by setting the new directive
SSILegacyExprParser
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128614 13f79535-47bb-0310-9956-ffa450edef68
2011-05-28 11:47:55 +00:00
f60e484691
fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMs
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103595 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 02:19:42 +00:00
78179707d5
one ap_expr item done
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103133 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 15:18:52 +00:00
39be1083f7
One I'm signing up to finish
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103090 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 12:36:44 +00:00
f30aa27a1d
Some STATUS thoughts from the 2.4.0 barcamp session
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103015 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 10:38:41 +00:00
d625ae4adb
and bump to 2.3.13
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 12:15:55 +00:00
b3247b2f5a
Ready to tag 2.3.12-beta
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101853 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 12:12:01 +00:00
a5e30cc848
1.3? nah
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083580 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 21:42:16 +00:00
4c477f6497
GA plan
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082628 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 18:34:51 +00:00
9296d0f2ec
Note release date
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078775 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 13:40:04 +00:00
e7e30d8231
And roll onto 2.3.12
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075924 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 17:06:22 +00:00
32184f07c3
Ready to tag 2.3.11 as beta!
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075919 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 17:03:59 +00:00
6df9deb239
no docs should only be a blocker for GA
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074912 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:50:10 +00:00
1789c23347
'votes'
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074778 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 02:14:15 +00:00
01c5600f20
We are going for beta
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074527 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 14:13:07 +00:00
2e8f78ee92
revert r1026746:
...
If an unknown Content-* header is received for a PUT request, we must not
ignore it but reply with 501 per RFC 2616 9.6.
PR: 42978
Vetoed by Roy T. Fielding:
http://mail-archives.apache.org/mod_mbox/httpd-dev/201102.mbox/%3C9A5A8B62-ED16-4BD3-97DA-8475026BB81D@gbiv.com%3E
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070061 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 12:16:18 +00:00
77ce7da768
Add support to set variables with the 'Define' directive. Change
...
ap_resolve_env() to look for variables defined in this way. This allows to use
the variables in the config using the ${VAR} syntax known from envvar
interpolation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1061465 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 19:12:32 +00:00
4080f31b51
minor note... bunch of old, old stuff lives here
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059018 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 14:32:43 +00:00
e0c3e0b85d
note release
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051599 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21 18:19:31 +00:00
4638eaa5da
And roll on 2.3.11...
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045185 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 15:44:55 +00:00
6bcc599e34
Get ready to tag 2.3.10-alpha
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045183 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 15:42:50 +00:00
adc749dac4
Update with blocker notes and indicate that 2.3.10 was never released
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045174 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13 15:35:08 +00:00
c8f912e613
Further trivial updates mod_disk_cache -> mod_cache_disk.
...
No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039300 13f79535-47bb-0310-9956-ffa450edef68
2010-11-26 10:20:16 +00:00
cabf0280ee
Roll on .10
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1038144 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 14:43:27 +00:00
eb169b42e8
Get ready for tagging
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1038141 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 14:37:23 +00:00
3874a4cb9e
Add a thing to do.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037845 13f79535-47bb-0310-9956-ffa450edef68
2010-11-22 19:26:27 +00:00
c6230cc889
Update status of ap_expr and Limit
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037326 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 20:53:13 +00:00
26d9243e32
Fix hook sorting for the pre_config hook.
...
Move modules/http/config2.m4 back to modules/http/config.m4, since this was
only done as work-around in r88887 for the broken hook-sorting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032002 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 11:11:17 +00:00
ed06b066ca
More whitespace
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031025 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:16:18 +00:00
9bef107d64
Whitespace commit
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031023 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 15:13:25 +00:00
34cb5319a2
cleaning up / replacing ap_expr should be a blocker for a beta
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030642 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 20:13:31 +00:00