Re: Httpd 3.0 or something else

2009-11-12 Thread Greg Stein
On Thu, Nov 12, 2009 at 09:59, Arturo 'Buanzo' Busleiman bua...@buanzo.com.ar wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Greg Stein wrote: Apache remains the broad solution, but for narrow requirements, people will select something that is easier to handle for their particular

Re: Obsolete modules in 2.3

2009-11-12 Thread Greg Stein
On Thu, Nov 12, 2009 at 11:27, Rich Bowen rbo...@rcbowen.com wrote: On Nov 12, 2009, at 11:12 , Nick Kew wrote: Ken Dreyer wrote: (another user's perspective) At my work (US. Geological Survey) we try to discourage webmasters from using server-side imagemaps, since they are not Section 508

Re: Httpd 3.0 or something else

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 14:14, Akins, Brian brian.ak...@turner.com wrote: On 11/10/09 6:20 PM, Greg Stein gst...@gmail.com wrote: I'd like to see a few network threads multiplexing all the writing to clients. That's what I meant. I just didn't state it properly. Then take all

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 17:11, Jeff Trawick traw...@gmail.com wrote: At present, whatever was in errno at the time the dav_error {} was created is treated as an apr_status_t by ap_log_rerror(). http://mail-archives.apache.org/mod_mbox/httpd-dev/200211.mbox/%3c20021101033848.b29...@lyra.org%3e

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 20:09, Jeff Trawick traw...@gmail.com wrote: On Wed, Nov 11, 2009 at 6:58 PM, Greg Stein gst...@gmail.com wrote: On Wed, Nov 11, 2009 at 17:11, Jeff Trawick traw...@gmail.com wrote: At present, whatever was in errno at the time the dav_error {} was created is treated

Re: Obsolete modules in 2.3

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 20:56, Rich Bowen rbo...@rcbowen.com wrote: Don't you think that maybe it's time to drop mod_imagemap and mod_cern_meta? there is already a large number of CERN users who can exploit this module. Seriously? I say hell yes. And my response to a user would be you want

Re: Httpd 3.0 or something else

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 15:00, Arturo 'Buanzo' Busleiman bua...@buanzo.com.ar wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Greg Stein wrote: Right. But they don't have the depth/breadth of modules like we do. ... yet. Keep going, but if there are great things like lighttpd

Re: Obsolete modules in 2.3

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 23:21, William A. Rowe Jr. wr...@rowe-clan.net wrote: Rich Bowen wrote: Don't you think that maybe it's time to drop mod_imagemap and mod_cern_meta? there is already a large number of CERN users who can exploit this module. Seriously? LOL FWIW I know of one

Re: Httpd 3.0 or something else

2009-11-10 Thread Greg Stein
On Mon, Nov 9, 2009 at 18:47, Graham Leggett minf...@sharp.fm wrote: ... When you read from a serf bucket, it will return however much you ask for, or as much as it has without blocking. When it gives you that data, it can say I have more, I'm done, or This is what I had without blocking.

Re: Httpd 3.0 or something else

2009-11-10 Thread Greg Stein
On Tue, Nov 10, 2009 at 11:14, Akins, Brian brian.ak...@turner.com wrote: On 11/9/09 3:08 PM, Greg Stein gst...@gmail.com wrote: 2) If you have 10,000 client connections, and some number of sockets in the system ready for read/write... how do you quickly determine *which* buckets to poll

Re: Httpd 3.0 or something else

2009-11-10 Thread Greg Stein
On Tue, Nov 10, 2009 at 12:01, Jim Jagielski j...@jagunet.com wrote: On Nov 9, 2009, at 2:19 PM, Akins, Brian wrote: On 11/9/09 2:06 PM, Greg Stein gst...@gmail.com wrote: These issues are already solved by moving to a Serf core. It is fully asynchronous. Okay that's one convert, any others

Re: Httpd 3.0 or something else

2009-11-10 Thread Greg Stein
On Tue, Nov 10, 2009 at 12:54, Graham Leggett minf...@sharp.fm wrote: Greg Stein wrote: Who is you? Anybody who reads from a bucket. In this case, the core network loop when a client connection is ready for writing. So would it be correct to say that in this theoretical httpd, the httpd

Re: Httpd 3.0 or something else

2009-11-10 Thread Greg Stein
On Tue, Nov 10, 2009 at 16:33, Lieven Govaerts svn...@mobsol.be wrote: On Tue, Nov 10, 2009 at 6:10 PM, Greg Stein gst...@gmail.com wrote: ... You have 10k buckets representing the response for 10k clients. The core loop reads the response from the bucket, and writes that to the network. Now

Re: Httpd 3.0 or something else

2009-11-10 Thread Greg Stein
On Tue, Nov 10, 2009 at 17:30, Akins, Brian brian.ak...@turner.com wrote: On 11/10/09 1:56 PM, Greg Stein gst...@gmail.com wrote: But some buckets might be performing gzip or SSL encryption. That consumes CPU within the network thread. You could just run x times CPU cores number of network

Re: dropping inode keyed locks in mod_dav_fs

2009-11-09 Thread Greg Stein
Sorry for missing earlier messages; I don't follow httpd as closely as before. See my replies below: On Mon, Nov 9, 2009 at 06:28, Stefan Fritsch s...@sfritsch.de wrote: On Friday 23 October 2009, Stefan Fritsch wrote: On Thursday 22 October 2009, Joe Orton wrote: Is the performance

Re: svn commit: r834049 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/lock.c modules/dav/fs/repos.c

2009-11-09 Thread Greg Stein
On Mon, Nov 9, 2009 at 08:14, s...@apache.org wrote: Author: sf Date: Mon Nov  9 13:14:07 2009 New Revision: 834049 URL: http://svn.apache.org/viewvc?rev=834049view=rev Log: Make PUT with DAV_MODE_WRITE_TRUNC create a temporary file first and, when the transfer has been completed

Re: svn commit: r834049 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/lock.c modules/dav/fs/repos.c

2009-11-09 Thread Greg Stein
On Mon, Nov 9, 2009 at 08:42, Stefan Fritsch s...@sfritsch.de wrote: On Monday 09 November 2009, Greg Stein wrote: On Mon, Nov 9, 2009 at 08:14,  s...@apache.org wrote: Author: sf Date: Mon Nov  9 13:14:07 2009 New Revision: 834049 URL: http://svn.apache.org/viewvc?rev=834049view=rev

Re: Httpd 3.0 or something else

2009-11-09 Thread Greg Stein
On Mon, Nov 9, 2009 at 14:21, Paul Querna p...@querna.org wrote: ... I agree in general, a serf-based core does give us a good start. But Serf Buckets and the event loop definitely do need some more work -- simple things, like if the backend bucket is a socket, how do you tell the event loop,

Re: svn commit: r834049 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/lock.c modules/dav/fs/repos.c

2009-11-09 Thread Greg Stein
On Mon, Nov 9, 2009 at 15:21, Greg Stein gst...@gmail.com wrote: On Mon, Nov 9, 2009 at 14:46, Stefan Fritsch s...@sfritsch.de wrote: On Monday 09 November 2009, Greg Stein wrote: Why did you go with a format change of the DAVLockDB? It is quite possible that people will miss that step

Re: Httpd 3.0 or something else

2009-11-09 Thread Greg Stein
On Mon, Nov 9, 2009 at 16:19, Graham Leggett minf...@sharp.fm wrote: Greg Stein wrote: These issues are already solved by moving to a Serf core. It is fully asynchronous. Backend handlers will no longer push bits towards the network. The core will pull them from a bucket. *Which* bucket

Re: Httpd 3.0 or something else

2009-11-05 Thread Greg Stein
On a phone, so pls excuse my brevity... I think a lot of your discussion can be easily passed off to Apache Thrift. Let it handle all the message passing to external procceses, and its provided multi-language support. On Nov 5, 2009 4:31 PM, Graham Dumpleton graham.dumple...@gmail.com wrote:

Re: changing mod_wombat's name

2008-12-16 Thread Greg Stein
Yeah, that can be confusing with the natural language directives/concepts. mod_script_lua mod_embedded_lua (me likee this one) I'm also fine with just taking mod_lua. mod_luau doesn't seem bad, and I don't think there'd be typos: the directives would probably be LuaSomething anyways. Cheers,

Re: Update on status of mod_wombat

2008-12-16 Thread Greg Stein
I think it would be a bad idea to tie it to a specific version. On Tue, Dec 16, 2008 at 19:59, Brian McCallister bri...@skife.org wrote: Another suggestion from the lua mailing list, and not a bad one... On Tue, Dec 16, 2008 at 5:53 PM, Jeff Pohlmeyer yetanotherg...@gmail.com wrote: Just a

Re: please set up a mod_python core group

2006-01-22 Thread Greg Stein
On Wed, Jan 18, 2006 at 08:01:07PM -0500, Jorey Bump wrote: ... So, please, take a few moments to decide amongst yourselves who should have binding votes on mod_python (i.e., who has earned it), ... I vote that Grisha gets all three votes. Benevolent dictatorship is the Python way, after all.

Re: apache/sitemaps?

2005-10-06 Thread Greg Stein
on that? Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: bumping mod_dav

2005-05-26 Thread Greg Stein
a lot of code here. If others agree, I can start posting patches. (Greg Stein, I assume you're okay with this too? I think it was your idea to bump mod_dav in the first place...) Oh, I'm totally fine with it, but I think you're a bit late in the cycle for 2.2. The idea is to close

Re: simple-conf branch

2005-04-05 Thread Greg Stein
website. We already have a lot of documentation. Admittedly, it doesn't describe scenarios like yours, but I'll venture to guess that you're in the few-percent case. I'm more than happy to have our doc folks concentrating on the other 97% :-) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Do these broken clients still exist?

2005-04-04 Thread Greg Stein
; Update a; AK; Windows 95) via proxy gateway CERN-HTTPD/3.0 libwww/2.17 Given that it appears to be proxied, then I'm betting the keepalive is totally fine. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: simple-conf branch

2005-04-04 Thread Greg Stein
. We've been to the multiple .conf world before. It sucked. We pulled everything back into a single .conf to get the hell outta there. Small examples are fine. The default configuration should remain as a single .conf file. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: simple-conf branch

2005-04-03 Thread Greg Stein
separate files. So: given that... I'm very supportive of a smaller default file. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: svn commit: r159797 - in httpd/httpd/branches/simple-conf/docs/conf: extra/httpd-mpm.conf httpd-std.conf.in

2005-04-03 Thread Greg Stein
/httpd-mpm.conf # Multi-language error messages # Include @relsysconfdir@/extra/httpd-multilang-error.conf -- Greg Stein, http://www.lyra.org/

Re: Do these broken clients still exist?

2005-04-03 Thread Greg Stein
if they make up even 1/100 of a percent of the trafic, but it seems silly to keep these extra regexes on every single request if these clients don't exist anymore in the wild. I'll take a look at some logs tomorrow, and mail back with some results. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Forthcoming 2.2 - Win32 specific questions

2005-03-30 Thread Greg Stein
have a quick vote before beta to rename our program to 'httpd.exe' on Windows, matching our Unix builds? Bill -- Greg Stein, http://www.lyra.org/

Re: The use of CORE_PRIVATE

2005-02-11 Thread Greg Stein
. And if it is referring to one of those functions via defining CORE_PRIVATE, then it rightly deserves a thrashing. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: The use of CORE_PRIVATE

2005-02-10 Thread Greg Stein
that thing should be made public. That's your best solution. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: [PATCH] fixing broken gnu ld (mis)detection problem

2004-12-31 Thread Greg Stein
recent should be fine. For people using tarballs, it is totally irrelevant. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Towards a generic database connection API

2004-12-13 Thread Greg Stein
in very light ways. That's alright, but it is also very rare. Most apps are very tied to a database, even if they use a common API. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Towards a generic database connection API

2004-12-13 Thread Greg Stein
(UTIL). Cheers, -g -- Greg Stein, http://www.lyra.org/

mod_comment (was: svn commit: r106879 ...)

2004-11-29 Thread Greg Stein
. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: mod_comment (was: svn commit: r106879 ...)

2004-11-29 Thread Greg Stein
On Mon, Nov 29, 2004 at 04:20:21PM +0100, Andr? Malo wrote: * Greg Stein [EMAIL PROTECTED] wrote: https://ssl.bulix.org/projects/rici/file/apache/mod_comment.c?rev=49 That module uses a feature of the configuration parser that should be removed. The capability of code external

Re: mod_comment (was: svn commit: r106879 ...)

2004-11-29 Thread Greg Stein
. Yes, we can change the API (that was allowed going from 1.3 to 2.0), but we were not allowed to remove features. Removing the fp from the API would have disabled this feature in mod_perl, among others. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: mod_comment

2004-11-29 Thread Greg Stein
On Mon, Nov 29, 2004 at 01:54:18PM -0500, Geoffrey Young wrote: Justin Erenkrantz wrote: --On Monday, November 29, 2004 10:41 AM -0800 Greg Stein [EMAIL PROTECTED] wrote: but we were not allowed to remove features. Removing the fp from the API would have disabled this feature

Re: mod_comment

2004-11-29 Thread Greg Stein
of the problem :-) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: mod_comment

2004-11-29 Thread Greg Stein
with it :-) But no... if somebody happens to get the desire to fix it by 2.2, then great. If nobody does, then great. On Mon, Nov 29, 2004 at 09:19:04PM +0200, Graham Leggett wrote: Greg Stein wrote: Yes, we can change the API (that was allowed going from 1.3 to 2.0), but we were not allowed to remove features

Re: mod_comment

2004-11-29 Thread Greg Stein
-- Greg Stein, http://www.lyra.org/

Re: [AJP] proxy status

2004-08-16 Thread Greg Stein
to fix things wherever they might be borken. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: using APR_STATUS_IS_SUCCESS

2004-07-28 Thread Greg Stein
with Ryan on calling that macro wrong, and just tossing it. We tossed its use from SVN a long time ago and just relied on the ==0 contract. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Any plans for RFC3744

2004-06-14 Thread Greg Stein
the current state is. Have you applied much thought to the issue yet? Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Move apache-1.3 to Subversion

2004-06-07 Thread Greg Stein
, an rsync of the raw files doesn't really work. Not to mention that the files change even without any commits occurring. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Move apache-1.3 to Subversion

2004-05-14 Thread Greg Stein
. -- justin AOL Me too! /AOL -- Greg Stein, http://www.lyra.org/

Re: WebDAV and reading / writing files as system users

2004-05-09 Thread Greg Stein
as root, why would the server grow a lot of functionality to run in that particular mode of operation? Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: WebDAV and reading / writing files as system users

2004-05-09 Thread Greg Stein
On Fri, Apr 30, 2004 at 11:29:45AM +0530, Amit Athavale wrote: Greg Stein wrote: ... My POV has been (for a LONG while now): the DAV repository is private to the web server and the mod_dav module. Don't let local users near it. May be DAV ACL is the way to go ? Nope. That is only about

Re: WebDAV and reading / writing files as system users

2004-04-29 Thread Greg Stein
it. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: WiX - the Windows XML MSI

2004-04-11 Thread Greg Stein
end up helping things quite a bit. Cheers, -g -- Greg Stein, http://www.lyra.org/

[OT] sco stuff (was: [PROPOSAL] Move httpd to the subversion repository)

2004-03-17 Thread Greg Stein
. -- Geoff Thorpe [EMAIL PROTECTED] http://www.geoffthorpe.net/ -- Greg Stein, http://www.lyra.org/

Re: [PROPOSAL] Move httpd to the subversion repository

2004-03-17 Thread Greg Stein
. It is useful information for other people, too. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: [OT] sco stuff

2004-03-17 Thread Greg Stein
community. When Guido replied with, effectively, oh, shut the hell up. Greg's contributed more to the Python community than you have (I don't even know who you are), so you have no standing to harsh on him. Okay, maybe not that quote, but close enough :-) Cheers, -g -- Greg Stein, http

Re: making filters more efficient

2004-03-04 Thread Greg Stein
the state, then we can examine whether it should hook into the processing differently. I bet there is a different hook or approach that can avoid a query of the state. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

2004-02-25 Thread Greg Stein
? I don't think we'd need a new hook. -- justin Rather than a finish_connection hook, I'd just suggest that people attach cleanups to the connection pool. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: [PATCH] SSL not sending close alert message

2004-02-24 Thread Greg Stein
file. I say httpd. Agreed. -- Greg Stein, http://www.lyra.org/

Re: apr/apr-util python dependence

2004-02-20 Thread Greg Stein
I think the people maintaining APR would prefer Python over Perl. And the notion of well, now it doesn't build on my platform is quite suspect. The output of the process (run at buildconf time) is build-outputs.mk. Just copy that from *anywhere* to your target platform. Cheers, -g -- Greg Stein

Re: apr/apr-util python dependence

2004-02-20 Thread Greg Stein
. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: apr/apr-util python dependence

2004-02-20 Thread Greg Stein
On Fri, Feb 20, 2004 at 06:12:07PM +0100, Sander Striker wrote: From: Greg Stein [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 6:00 PM And the notion of well, now it doesn't build on my platform is quite suspect. The output of the process (run at buildconf time) is build

Re: apr/apr-util python dependence

2004-02-20 Thread Greg Stein
EBCDIC. Jeff reminded me, so my fix was to fix apr_uri rather than poke at the gen-uri stuff. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: apr/apr-util python dependence

2004-02-20 Thread Greg Stein
was effectively a separate change, and that one forgot about EBCDIC and also created a pain for Brad's NetWare build. I'm working on a solution for the former, and have a solution (to-be-coded) for the latter. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: apr/apr-util python dependence

2004-02-20 Thread Greg Stein
, but will look at those custom Makefiles that you have checked in. We should be able to do something. Please let me know where your pain points are now. Thanks, -g -- Greg Stein, http://www.lyra.org/

Re: apr/apr-util python dependence

2004-02-18 Thread Greg Stein
no... switching to a shell script would not be beneficial, as it would cut off future capabilities. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: License 2.0

2004-02-18 Thread Greg Stein
modules, we can relicense them at that time. -- justin I'd like to see those modules pulled into one big-ass SVN repository with all the rest of the HTTPD PMC's code. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0 STATUS

2004-01-23 Thread Greg Stein
the redirect-carefully variable. It's a matter of degree. Just how many clients are broken, and what percentage of traffic do they represent? The redirect-carefully was put in because of a great many, popular clients were borken. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/server/mpm/experimental/threadpool threadpool.c

2003-12-13 Thread Greg Stein
-- Greg Stein, http://www.lyra.org/

Re: filtering huge request bodies (like 650MB files)

2003-12-10 Thread Greg Stein
. The *buckets* might get returned to memory when the brigade is cleared, but the brigade itself won't. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0 CHANGES

2003-12-10 Thread Greg Stein
. Everything else is red tape. Amen, brother! -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0 CHANGES

2003-12-09 Thread Greg Stein
); } __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- Greg

Re: cvs commit: httpd-2.0/modules/aaa mod_authn_anon.c

2003-11-09 Thread Greg Stein
, + sent_pw ? sent_pw : \'none\'); } Hmm. This is taking input from the request and dropping it right into the log. I don't recall what our policy is around there. Do we need to escape it in any way? (e.g. remove newlines) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: broken fragment of apache-1.3/htdocs/manual/

2003-11-02 Thread Greg Stein
-fingering can really mess up the file. (of course, I happen to know a version control system that doesn't allow people to move ,v files straight out of the Attic ... :-) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Greg Stein
it based on the compiler or is there a better way? Revert. I'll live with the warning. Hm. That isn't ideal either. The problem is that we jam a bunch of different types of functions into that one slot. The ideal is probably a union of function pointer types. Cheers, -g -- Greg Stein, http

Re: Hackathon discussion; Pluggable Backends [was r-filename]

2003-10-28 Thread Greg Stein
on the fly, I would suggest an accessor function rather than representing metadata as a hash table. To keep the system general, I would suggest a 'const char *' for the name, and a binary ptr/len pair for the value. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: [proposal] styleguide tweak

2003-10-03 Thread Greg Stein
the code for a multi-line conditional ] Note: I'm not desiring to raise a debate or change the style. Merely supporting the notion that a line of almost-whitespace should occur after the multi-line conditional. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: adding map_to_storate to mod_example.c

2003-10-02 Thread Greg Stein
); ap_hook_header_parser(x_header_parser_handler, NULL, NULL, APR_HOOK_MIDDLE); ap_hook_check_user_id(x_check_user_id, NULL, NULL, APR_HOOK_MIDDLE); ap_hook_fixups(x_fixer_upper, NULL, NULL, APR_HOOK_MIDDLE); -- Greg Stein, http://www.lyra.org/

Re: [proposal] styleguide tweak

2003-10-02 Thread Greg Stein
, arguments)) { vs if (some_function_call(with, arguments, out, the wazoo) || another_function_call(with, more, arguments)) { The latter is much easier to quickly read/parse. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: [PROPOSAL] Remove ap_*_client_block in 2.1 series

2003-09-16 Thread Greg Stein
On Wed, Sep 10, 2003 at 10:27:42AM -0400, [EMAIL PROTECTED] wrote: Greg Stein wrote: ap_rput* should be torched as well. what about simplicity? how many lines of code are required for an alternative? Yes, the ap_r* functions are a bit simpler for the module author, but definitely cause

Re: cvs commit: httpd-2.0 STATUS

2003-09-16 Thread Greg Stein
do, and she loves me for it. :-) -- Greg Stein, http://www.lyra.org/

Re: [PROPOSAL] Remove ap_*_client_block in 2.1 series

2003-09-09 Thread Greg Stein
On Sun, Aug 31, 2003 at 09:39:39AM -0700, Justin Erenkrantz wrote: I'd like to axe ap_{setup|should|get}_block in future releases (i.e. 2.1+). +1 ... absolutely zero pushback from this camp :-) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: [PROPOSAL] Remove ap_*_client_block in 2.1 series

2003-09-09 Thread Greg Stein
time on this issue. Anyone? -- justin ap_rput* should be torched as well. The filter functions should be used instead with r-output_filters. Tossing the ap_rput* functions would also get rid of the OUTPUT_WRITE filter stuff, which would be quite nice. Cheers, -g -- Greg Stein, http

Re: RCS files for httpd-2.0 and apache-1.3 CVS modules

2003-08-20 Thread Greg Stein
it publically available. Realize that it is *already* available :-) (via CVS, ViewCVS, and I think rsync) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c

2003-08-14 Thread Greg Stein
FakeBasicAuth spoof: %s, username); Providing the request means that you get more information in the error_log. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: About time to do 2.0.48?

2003-08-09 Thread Greg Stein
tagging somewhere next (mid) week, following release 1 or 2 weeks after that. I encourage people to take a look at STATUS in the 2.0 branch to review and vote. Thanks, Sander -- Greg Stein, http://www.lyra.org/

Re: mod_rewrite.h cleanup?

2003-07-31 Thread Greg Stein
that mod_rewrite.h was the only offender :-) Splitting out a dav_private.h would be very nice... Now where's that Round Tuit that I had... Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/server util_md5.c

2003-07-17 Thread Greg Stein
; apr_md5_update(context, buf, nbytes); +nbytes = sizeof(buf); } That indentation looks funny. Did a TAB character get in there? Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0 CHANGES

2003-07-15 Thread Greg Stein
]] In the CVS commit message, put Brian Pane, Paul J. Reder in the Reviewed by: field. Well, given that Paul committed it, I'd assume the review is implicit :-) Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: apr-util/include apr_buckets.h

2003-07-02 Thread Greg Stein
-- Greg Stein, http://www.lyra.org/

Re: ap_max_requests_per_child isn't part of the API, is it?

2003-06-30 Thread Greg Stein
would prefer to see that stuff moved to httpd_private.h and just not include that file into our public docs (nor install it). Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Changing user ID with prefork

2003-06-21 Thread Greg Stein
what the perchild mpm is for. You can't do this with prefork. perchild is not working. you should use muxmpm instead. cu -- Greg Stein, http://www.lyra.org/

Re: [PATCH] mod_dav streamy error handling

2003-06-19 Thread Greg Stein
(ctx.bb, r, HTTP_MULTI_STATUS, doc ? doc-namespaces : NULL); -- Greg Stein, http://www.lyra.org/

Re: [PATCH] mod_dav streamy error handling

2003-06-19 Thread Greg Stein
): if the dav provider throws an error in the middle of streaming a response, have mod_dav log an error and abort the connection. ... -- Greg Stein, http://www.lyra.org/

Re: [PATCH] mod_dav streamy error handling

2003-06-18 Thread Greg Stein
On Tue, Jun 17, 2003 at 11:33:48PM -0700, Justin Erenkrantz wrote: --On Tuesday, June 17, 2003 7:49 PM -0700 Greg Stein [EMAIL PROTECTED] wrote: Hmm. It seems possible that deliver_report could fail before generating any response. Thus, we want to test what the situation is, and deliver

Re: [PATCH] mod_dav streamy error handling

2003-06-17 Thread Greg Stein
data, then we need to just bail. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/include httpd.h

2003-06-17 Thread Greg Stein
... -- Greg Stein, http://www.lyra.org/

Re: libtool 1.4.2 vs. libtool 1.5 for httpd releases

2003-06-13 Thread Greg Stein
. Not sure if the checks allow 1.5 or not. *shrug* I'm a big +1 on falling back to 1.4.3 for the releases. The 1.5 stuff breaks third party modules (like SVN) in certain build environments. Cheers, -g -- Greg Stein, http://www.lyra.org/

Re: Help with DAV SEGV

2003-06-10 Thread Greg Stein
... Generally, the 64-bit problems that mod_dav has had focus around the dbm 'datum' datatype. Cheers, -g -- Greg Stein, http://www.lyra.org/

<    1   2   3   4   5   >