APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-06-30 16:42:43 -0400 (Thu, 30 Jun 2005) $] The current...
Rodent of Unusual Size
coar@...
Sep 1, 2005 7:14 am
55473
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-08-31 14:49:34 -0400 (Wed, 31 Aug 2005) $] The current...
Rodent of Unusual Size
coar@...
Sep 1, 2005 7:16 am
55474
FYI this totally borked any 2.1.7 candidate (built on Win32 with the psdk layered atop the vc98, using zlib 1.2.3, final OpenSSL 0.9.8, apr and apr-util 1.2.1...
William A. Rowe, Jr.
wrowe@...
Sep 1, 2005 6:29 pm
55475
We have no need to support anything other than the latest updates of Win2k and WinXP. Anything other than that should not be running a server and can continue...
Roy T. Fielding
fielding@...
Sep 1, 2005 6:38 pm
55476
Hey everyone, I have a quick question regarding authorization against multiple groups in mod_ldap. Currently, if any of the require lines succeed, the user...
Ryan Morgan
ryanmorgan@...
Sep 1, 2005 10:34 pm
55477
... +1 (I think we agreed Win9x is dead). It will be worthwhile to note what the results are, so we can advise users of specific builds and operating systems,...
William A. Rowe, Jr.
wrowe@...
Sep 1, 2005 11:56 pm
55478
Hi list, [I'm answering to myself in order to revive the thread.] The aim of Summer of Code projects is that the work done by the student is then integrated...
Maxime Petazzoni
maxime.petazzoni@...
Sep 2, 2005 12:10 am
55479
Hi, The subscribers of pmc@ knows about it already, Ian asked his SoC students to give their opinions about their work during the last two month. Here comes...
Maxime Petazzoni
maxime.petazzoni@...
Sep 2, 2005 12:34 am
55480
... Shame on me, I forgot the file. Sorry for the noise. -- Maxime Petazzoni (http://www.bulix.org) -- gone crazy, back soon. leave message. Summer of Code...
Maxime Petazzoni
maxime.petazzoni@...
Sep 2, 2005 12:36 am
55481
Hi All, I would like to share some of my experiences (in brief :-) ) about Summer of Code program. I worked on mod-cache-requester as a part of this program....
Parin Shah
parin.soc@...
Sep 2, 2005 5:07 am
55482
Before I point out that the current betas have all previously been vetoed on the 2.1 release chain - can anyone point me at the conclusion of the vote to split...
William A. Rowe, Jr.
wrowe@...
Sep 2, 2005 7:12 am
55483
It seems someone collapsed the ssl.crt/ and ssl.key/ directories from the default ssl.conf file for 2.1 dev, yet didn't collapse them entirely because the ca...
William A. Rowe, Jr.
wrowe@...
Sep 2, 2005 7:15 am
55484
... Was there a vote? ISTR discussing a muchly-stripped-down httpd.conf, and a bunch of illustrative demo/examples, which is something I could live with. But...
Nick Kew
nick@...
Sep 2, 2005 7:28 am
55485
... "make install" never creates such directories so it's pretty pointless referencing them from the default config. With this config it's possible to get an...
Joe Orton
jorton@...
Sep 2, 2005 8:12 am
55486
... First, you are working from a faulty assumption. We do not have multiple conf files in 2.1. We have a single, short and simple config file, and a...
Joshua Slive
joshua@...
Sep 2, 2005 1:36 pm
55487
the prefix_matches (sometimes called alias_matches) is used in several modules and I use it in several of my own. Also, I use the bndm stuff from mod_include...
Brian Akins
bakins@...
Sep 2, 2005 6:20 pm
55488
I've prototyped a modification to the event MPM that uses a (mostly) nonblocking output filter in place of ap_core_output_filter(). This patch adds a new...
Brian Pane
brianp@...
Sep 4, 2005 9:55 am
55489
Attached is a patch in response to my email earlier in the week. This adds the ability for auth_ldap to check all require lines before allowing access through...
Ryan Morgan
rmorgan@...
Sep 4, 2005 8:06 pm
55490
So, here is a hackish patch to allow easier building of custom core output filters, for places like the Event MPM. It uses the APR optional functions to...
... Thanks, that's a bit cleaner than the hack that I put in to the event_hooks() callback function. To complicate the issue a bit, I'm wondering if we should...
Brian Pane
brianp@...
Sep 4, 2005 11:12 pm
55494
... I am thinking we should create a svn branch to flesh out some of these ideas? How does 'branches/async-dev' sound to you? -Paul...
Paul Querna
chip@...
Sep 4, 2005 11:26 pm
55495
... +1. I'd also be comfortable doing work under server/mpm/experimental in the 2.3 trunk and then refactoring it up into the core once it's stable, but an...
Since the errors are still there, if my configuration is right, I think it should be a proxy_ajp bug. I will file a bug report later. Thx, Xuekun...
Xuekun Hu
xuekun.hu@...
Sep 5, 2005 3:43 am
55498
... Hi. Please do file a bugzilla entry. You have a bug in your config: <IfModule mod_proxy.c> ProxyPass /jspdir ajp://localhost:8009/jspdir ProxyPassReverse...
Mladen Turk
mturk@...
Sep 5, 2005 5:56 am
55499
On the subject of asynchronous write completion, I've drawn a connection state model that combines the current state transitions of the event MPM with new ...
Brian Pane
brianp@...
Sep 5, 2005 6:14 am
55500
Thanks, I have noticed that. For the later testing, I only used the single directive ProxyPass. Thx, Xuekun...
Xuekun Hu
xuekun.hu@...
Sep 5, 2005 6:42 am
55501
Hi, Since we have a problem with recent patched from Jim for loadbalancer, that basically core dumps WIN32 build, and I suppose other platforms are working OK,...