Re: any thing new as to FTP on ver 2

2001-11-04 Thread Justin Erenkrantz
On Sun, Nov 04, 2001 at 11:24:31AM -0500, Ofer Baranes wrote: Hi , I think i read somewhere that Apache should have FTP , is it true ? is there any information about that ? Apache 2.0 has the ability to support multiple protocols. There is a mod_pop3 module available that allows Apache to

Re: [PROPOSAL] Install Script (please)

2001-11-04 Thread Justin Erenkrantz
On Sun, Nov 04, 2001 at 10:10:47AM -0800, Sander Temme wrote: on 11/4/01 12:44 AM, Justin Erenkrantz at [EMAIL PROTECTED] wrote: Second, why do we want an installation script? What is wrong with make install - is there something broken? If you could I think a lot of us are using

Re: cvs commit: httpd-2.0 STATUS

2001-11-10 Thread Justin Erenkrantz
On Sat, Nov 10, 2001 at 08:49:27PM -0500, Jeff Trawick wrote: How many people really give a shit? I'm truly curious. I do. =) I believe that our code is also a way to teach people. We are espousing our code as a reference implementation - to me, that means it must be clean, precise, and the

Re: coding style cleanup Re: cvs commit: httpd-2.0 STATUS

2001-11-10 Thread Justin Erenkrantz
On Sat, Nov 10, 2001 at 06:21:18PM -0800, Brian Pane wrote: While I'm not opposed in principle to doing a code cleanup before GA, I'd feel much more comfortable if it either: * didn't delay the release, or * added some quantifiable, incremental value for users. I think it adds some

Re: [PATCH] syncing up

2001-11-10 Thread Justin Erenkrantz
On Wed, Nov 07, 2001 at 09:07:41PM +1100, Daniel Stone wrote: Hi guys, Here's a quick sync up of all the patches that I have in my Debian package that probably should go upstream. If you're in the top src dir of HEAD, apply with -p2 (they're +++ apache2-version.diffed.against/apache2/).

Re: [PATCH] syncing up

2001-11-10 Thread Justin Erenkrantz
On Sun, Nov 11, 2001 at 06:31:43PM +1100, Daniel Stone wrote: On Sat, Nov 10, 2001 at 11:25:16PM -0800, Justin Erenkrantz wrote: On Wed, Nov 07, 2001 at 09:07:41PM +1100, Daniel Stone wrote: 003_program_build: Contributed by Thom May, does autoconf substitutions on support

Re: [PATCH] Make apr_table_elts const

2001-11-11 Thread Justin Erenkrantz
On Sat, Nov 10, 2001 at 04:46:00PM -0800, Brian Pane wrote: All the current uses of apr_table_elts in Apache 2.0 are for const iterators, so the only change required to the httpd code is the replacement of apr_array_header_t* declarations with const apr_array_header_t* (the patch includes the

Re: new tarballs

2001-11-08 Thread Justin Erenkrantz
On Thu, Nov 08, 2001 at 05:56:49PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: The libtool problem was not because of the version (atleast on HPUX).. mktemp was failing on HPUX and hence all those errors :-(.. Are you seeing this with the 2.0.28 tarball that Greg sent you? It seems

Re: new tarballs

2001-11-08 Thread Justin Erenkrantz
On Thu, Nov 08, 2001 at 07:08:00PM -0800, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Yep.. I understand that.. We'll have to patch the ltmain.sh (where-ever it appears), to not use mktemp for HPUX, so that the resulting libtool is generated properly.. I can post a patch do that - but is

Re: Fwd: DSO broken on MacOS X 10.1

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 12:46:00AM -0800, Aaron Bannert wrote: Has anyone had a chance to try this out? This was also my first thought when the -bundle_loader option for MacOS X was first suggested a month or two ago. -bundle_loader isn't going to work at all without something getting thrown

Re: [PATCH] Remove mod_dir showstopper

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 01:46:23PM -0800, Greg Stein wrote: The patch looks very good to me! Cool. Hmm... we have several pieces of information redirect, directories, and non-GET methods. That is a lot to put into a single name. I say forget trying... Yeah, I attempted. How about:

Re: cvs commit: httpd-2.0 STATUS

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 01:48:21AM -0800, Roy T. Fielding wrote: 2) it isn't a showstopper, because the current state of the code base is no worse than the last release and we certainly aren't going to prevent 2.0.28 going out as alpha or beta before it is done. I will move my

Re: 2_0_28 tarballs rolled and available

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 05:19:17PM -0500, Greg Ames wrote: ...in http://dev.apache.org/dist/ . Please download, test, and vote for beta. +1 for beta. Compiles on Linux 2.4 and passes all httpd-tests. *Crosses fingers* -- justin

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

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 11:49:08PM -, [EMAIL PROTECTED] wrote: rbb 01/11/12 15:49:08 Log: Begin to abstract out the underlying transport layer. The first step is to remove the socket from the conn_rec, the server now lives in a context that is passed to the core's

Re: 2_0_28 tarballs rolled and available

2001-11-12 Thread Justin Erenkrantz
On Tue, Nov 13, 2001 at 01:06:55AM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Compiles and installs fine on HP-UX !!.. I did some minimal tests and it passes.. +1 for beta (ofcourse, i'd have loved to have the SSL session caching stuff in the beta itself, but if it requires more

Re: 2_0_28 tarballs rolled and available

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 10:59:14PM -0800, sterling wrote: Hi - I still have an outstanding bug (and patch) that hasn't gotten a response. I consider it a showstopper. Given the current default config simply add a Location / stanza with auth enabled and that triggers the bug I reported

Re: 2_0_28 tarballs rolled and available

2001-11-12 Thread Justin Erenkrantz
On Mon, Nov 12, 2001 at 10:35:36PM -0800, Ryan Bloom wrote: Where is your tree breaking during the build? I have three trees, all synch'ed, and all three build just fine. mod_proxy as described earlier because it wants to use r-connection-client_socket. I don't feel like disabling it now in

Re: SSL and certficates script

2001-11-13 Thread Justin Erenkrantz
On Tue, Nov 13, 2001 at 01:14:54PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Yes.. that was a pretty useful script. But it required some changes to the makefile - I'd prefer not to put in those changes - but rather use the script directly. I have a script which does similar stuff

2.0.28-beta release?

2001-11-13 Thread Justin Erenkrantz
I'm not sure what the policy is here (this is really up to Greg as RM), but if 2.0.28 makes it to beta (which I think it has with three +1s), can we add that patch that fixes the header filters with ap_die into the beta tarball (modules/http/http_request.c)? I know that we can't touch the

Re: 2.0.28-beta release --coredumps

2001-11-13 Thread Justin Erenkrantz
On Tue, Nov 13, 2001 at 11:04:04AM -0800, Ian Holsman wrote: I'm getting a coredump with proxy linux ;( Scenario: R-proxy server BEA-Weblogic 5.1.0 Sp10 Location /x ProxyPass http://appserver /Location /location /y ProxyPass http://appserver /location What if you do: Location /x

Re: 2.0.28-beta release --coredumps

2001-11-13 Thread Justin Erenkrantz
On Tue, Nov 13, 2001 at 03:07:00PM -0500, Jeff Trawick wrote: If you're starting httpd as root on Solaris, I don't think you're gonna get core dumps. End of story. (I'd be thrilled to be proven wrong!!! Please!!!). There is no sort of system control on Solaris to let a process that

Re: 2.0.28-beta release --coredumps

2001-11-13 Thread Justin Erenkrantz
On Tue, Nov 13, 2001 at 12:49:50PM -0800, Ian Holsman wrote: yep... I can get coredumps via this method. but it doesn't dump core on solaris. it serves a page weirdly, like the mod-include is putting the buckets into the bridgade in the wrong order. This only happens when both the main

Re: [2.0] mod_proxy doesn't compile

2001-11-14 Thread Justin Erenkrantz
On Wed, Nov 14, 2001 at 02:21:06PM +0100, Martin Kraemer wrote: I'm going to commit this when I am done, and people can comment and make changes. Once this is done, I am hoping to work on the perchild MPM and the proxy. Do you refer to the change in httpd.h which moved the client_socket

Re: 2_0_28 tarballs rolled and available

2001-11-15 Thread Justin Erenkrantz
On Tue, Nov 13, 2001 at 12:27:48AM -0800, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: -Original Message- From: Aaron Bannert [mailto:[EMAIL PROTECTED]] I think Justin is going in the other direction -- your proposed changes need to be broken down into finer grained

2.0.28 notice?

2001-11-15 Thread Justin Erenkrantz
Shouldn't the mirrors be updated with the tarballs by now? =) -- justin

Re: can somebody remind me why the threaded.c MPM is still around?

2001-11-16 Thread Justin Erenkrantz
On Fri, Nov 16, 2001 at 08:11:10AM -0800, Aaron Bannert wrote: On Fri, Nov 16, 2001 at 09:07:33AM -0500, Jeff Trawick wrote: (the subject says it all) We just need to decide if the worker MPM is to become the primary hybrid threaded/process MPM, no? +1 for removing threaded MPM. +1 for

Re: worker MPM Question

2001-11-17 Thread Justin Erenkrantz
On Sat, Nov 17, 2001 at 11:26:15AM -0800, Aaron Bannert wrote: On Sat, Nov 17, 2001 at 11:09:54AM -0800, Brian Pane wrote: My hypothesis is that the inactive processes are never able to lock the accept mutex. If you truss one of the processes that never does anything, what do you see?

Re: cvs commit: httpd-2.0/modules/proxy CHANGES

2001-11-17 Thread Justin Erenkrantz
On Sat, Nov 17, 2001 at 10:07:15PM -, [EMAIL PROTECTED] wrote: ianh01/11/17 14:07:15 Modified:modules/proxy CHANGES Log: should this file be used or the main httpd one? Main one please. At this point in time, proxy is not separate from httpd-2.0. -- justin

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

2001-11-17 Thread Justin Erenkrantz
On Sun, Nov 18, 2001 at 02:57:13AM -, [EMAIL PROTECTED] wrote: ianh01/11/17 18:57:13 Modified:include http_core.h server core.c Log: change the signature of ap_custom_response() to use a const char * instead of a char *. Okay in concept, but...

New httpd.apache.org website...

2001-11-19 Thread Justin Erenkrantz
http://httpd.ucf.ics.uci.edu/ Last call. This is anakia-based, XML-based, blah, blah, blah. Rough cuts for the replacement of the dev.apache.org site as well. I plan on going live with this on Wednesday morning (replacing the content in httpd-site with this and then doing a fresh checkout of

Re: Proxy Filters

2001-11-19 Thread Justin Erenkrantz
On Sat, Nov 17, 2001 at 02:25:57PM -0800, Ian Holsman wrote: Just came across something weird. I can't get a filter to run on top of a proxied file... I think it is just me being stupid.. but the following doesn't seem to parse the SSI commands coming through ;( Locaton /foo

Remove input filtering as a showstopper?

2001-11-19 Thread Justin Erenkrantz
Would anyone complain if I downgrade the revamp the input filter semantics entry in STATUS from a showstopper to a nice to wrap this up? I'd say about 90% of it is done - the only thing left is determining what the heck to do with ap_getline(). I'm of the idea that there is no clean solution

Re: Reporting on Patches of FreeBSD ports (fwd)

2001-11-19 Thread Justin Erenkrantz
On Mon, Nov 19, 2001 at 09:58:49PM +0100, GOMEZ Henri wrote: - It could be fine also to add --with-ssl-port I'd rather see them set the SSL port manually, but that's me. Other people? - config_vars.mk is installed under $prefix/build whereas I'd like to put it on /usr/lib/apache2

Re: Remove input filtering as a showstopper?

2001-11-19 Thread Justin Erenkrantz
On Mon, Nov 19, 2001 at 09:57:50PM -0600, William A. Rowe, Jr. wrote: If you mixed up ap_getline into the input filtering semantics, you were very confused, please split those issues again. Yeah, your update to the STATUS file seems like the right division here. Apologize for the confusion,

Re: Apache 2.0.27 and 2.0.28 RPM available

2001-11-20 Thread Justin Erenkrantz
[ Please inline your patches rather than attaching them unless you are using LookOut! It makes it awfully hard to review. ] On Tue, Nov 20, 2001 at 09:29:19AM +0100, GOMEZ Henri wrote: - Modify apachectl and apxs to use @sbindir@/@progname@ instead of @prefix@/bin/@progname@.

Re: New httpd.apache.org website...

2001-11-20 Thread Justin Erenkrantz
On Mon, Nov 19, 2001 at 06:43:37PM -0800, Justin Erenkrantz wrote: http://httpd.ucf.ics.uci.edu/ Last call. This is anakia-based, XML-based, blah, blah, blah. Rough cuts for the replacement of the dev.apache.org site as well. I plan on going live with this on Wednesday morning

Re: [PATCH] Check the mpm exists when using --with-mpm=MPM

2001-11-21 Thread Justin Erenkrantz
On Wed, Nov 21, 2001 at 11:40:56AM -0500, Jeff Trawick wrote: (maybe AC_MSG_ERROR() bails out; I dunno) It does. -- justin

Re: 2 modules

2001-11-26 Thread Justin Erenkrantz
On Mon, Nov 26, 2001 at 02:49:20PM -0800, Ian Holsman wrote: 1. mod_ssi_stub is of interest to module developers. It allows people to stub out custom SSI tags with a bit HTML code. This has helped us when other developers haven't had their modules ready in time. Can you give an example of its

Re: Please help with this Snake Oil problem

2001-11-27 Thread Justin Erenkrantz
On Tue, Nov 27, 2001 at 09:24:36PM -0600, William A. Rowe, Jr. wrote: this is a perception problem for end users [much like the It Worked! Apache is successfully installed. message] that should be avoided when Apache 2.0's final SSL components are put in place. Which is why we don't enable

Re: cvs commit: httpd-2.0 ROADMAP STATUS

2001-11-27 Thread Justin Erenkrantz
On Tue, Nov 27, 2001 at 05:19:40AM -, [EMAIL PROTECTED] wrote: wrowe 01/11/26 21:19:39 Modified:.STATUS Added: .ROADMAP Log: OK... we keep deferring these issues, it's time for a ROADMAP. Jump in everyone. I think the ROADMAP file

Re: 64 bit solaris

2001-11-28 Thread Justin Erenkrantz
On Wed, Nov 28, 2001 at 12:25:57AM -0800, Aaron Bannert wrote: On Wed, Nov 28, 2001 at 01:44:11AM -0500, Dale Ghent wrote: On Tue, 27 Nov 2001, Gigi Sebastian Alapatt wrote: | Is there a 64 bit solaris working port for Apache. unless one of your apache processes require 2GB of RAM, why

Segfault with MMAPed files...

2001-12-01 Thread Justin Erenkrantz
Requesting a large file segfaults with HEAD in bucket MMAP code. The bucket data looks like it is getting trounced somehow. Looking into this now, but posting in case this strikes an immediate chord with someone. =) -- justin #0 0xdfb51614 in apr_mmap_offset (addr=0xdf1ff744, mmap=0x10,

Re: Segfault with MMAPed files...

2001-12-01 Thread Justin Erenkrantz
On Sat, Dec 01, 2001 at 04:30:19PM -0800, Justin Erenkrantz wrote: Requesting a large file segfaults with HEAD in bucket MMAP code. The bucket data looks like it is getting trounced somehow. Looking into this now, but posting in case this strikes an immediate chord with someone

Re: cvs commit: apr-util/buckets apr_buckets_file.c

2001-12-01 Thread Justin Erenkrantz
On Sat, Dec 01, 2001 at 07:48:44PM -0500, Cliff Woolley wrote: On 2 Dec 2001 [EMAIL PROTECTED] wrote: @@ -94,7 +94,7 @@ filelength = APR_MMAP_LIMIT; } } -else if ((filelength = APR_MMAP_THRESHOLD) +else if ((filelength

Async I/O question?

2001-12-05 Thread Justin Erenkrantz
How would an async I/O MPM handle a flush bucket? What I'm missing is that you may not always migrate the thread when doing an I/O because the non-I/O thread may still have stuff to write. In Dean's descriptions of his ASH MPM (again, I may be missing something), he talked about how the thread

Re: Async I/O question?

2001-12-05 Thread Justin Erenkrantz
On Wed, Dec 05, 2001 at 01:10:42PM -0800, Ryan Bloom wrote: 2) In a partial Async model, like what Dean is suggesting, the I/O thread needs to be able to accept multiple chunks of data to be written to the client. This would allow you to handle a flush bucket, and the processing thread

Re: Source in .msi packages

2001-12-06 Thread Justin Erenkrantz
On Thu, Dec 06, 2001 at 02:04:53PM -0500, Rodent of Unusual Size wrote: That said, the /dist/httpd/ tree contains over 500MB. About 65% of that is in binaries/, and most files in there contain the source and a small delta (the binary proper). It seems reasonable to suspect that we could

Re: cvs commit: httpd-2.0 STATUS

2001-12-07 Thread Justin Erenkrantz
On Fri, Dec 07, 2001 at 10:30:29AM -0800, Ian Holsman wrote: hey Justin I mailed something about this a couple of days ago. The patch stopped some of the core dumps, but aaron I found other points. I never patched it as I wasn't confident that I wasn't breaking other things along the way.

Re: cvs commit: httpd-2.0 STATUS

2001-12-07 Thread Justin Erenkrantz
On Fri, Dec 07, 2001 at 10:43:15AM -0800, Ian Holsman wrote: yeah.. that was the first one. the patch was to not call set_listener when we have a NULL socket. it stopped this problem, and some of the restarts, but we found another blocker I can see if I can reproduce Isn't the problem that

Re: make certificate Doesn't Work, Apache 2.0.28, Unix, and mod_ssl (fwd)

2001-12-11 Thread Justin Erenkrantz
On Wed, Dec 12, 2001 at 12:50:39AM -0500, Cliff Woolley wrote: Acked. Did we decide what we're going to do about this? Or is it just waiting on somebody to do it? I think wrowe and I were of the mind that we shouldn't have any dummy certificates or any automated process to create a

Re: make certificate Doesn't Work, Apache 2.0.28, Unix, and mod_ssl (fwd)

2001-12-12 Thread Justin Erenkrantz
On Wed, Dec 12, 2001 at 12:18:13PM -0500, Cliff Woolley wrote: Okay, sorry, I was confused. I didn't realize make certificate was the Snake Oil thing... I thought it was the script to generate a private key and a real CSR. I'm not exactly sure what make certificate is in this context. =)

Re: [PATCH] get environment variables out of apachectl

2001-12-14 Thread Justin Erenkrantz
On Fri, Dec 14, 2001 at 01:03:46PM -0500, Jeff Trawick wrote: For 2.0 we currently have a key environment variable set in apachectl to tell the loader how to find our shared libraries (e.g., libapr). On some platforms we want to set additional environment variables so that Apache runs better.

Re: Core dump in mod-include

2001-12-14 Thread Justin Erenkrantz
On Fri, Dec 14, 2001 at 09:32:11AM -0800, Ian Holsman wrote: hi guys. we've been investigating a couple of core dumps in some testing and we think we found one in mod-include. here is the email thread. does anyone have any reason NOT to reset the state when reseting the bytes parsed ?

Re: [PATCH] get environment variables out of apachectl

2001-12-14 Thread Justin Erenkrantz
On Fri, Dec 14, 2001 at 01:18:54PM -0500, Jeff Trawick wrote: Hmmm... I don't see them as analogous. This script is for use by apachectl to pick up environment variable settings required for httpd to work. On most platforms, this would just have LIBPATH/LD_LIBRARY_PATH/whatever. On some

Re: threaded and pthread

2001-12-14 Thread Justin Erenkrantz
On Fri, Dec 14, 2001 at 02:03:06PM +, Austin Gonyou wrote: I do daily builds of the httpd-2.0 cvs tree automatically with some scripts I wrote. Recently I decided to try to just compile it and see what's changed since several weeks ago. I noticed that help reports that there is no

Re: Core dump in mod-include

2001-12-14 Thread Justin Erenkrantz
On Fri, Dec 14, 2001 at 04:44:26PM -0800, Brian Pane wrote: Thanks, this patch seems to fix the problem. One question, though: why remove the bucket and then insert it at the end of the same brigade? Is that just in case there's an EOS in the middle of the brigade? Oh, yeah, the EOS is

Re: cvs commit: httpd-2.0/modules/proxy config.m4

2001-12-19 Thread Justin Erenkrantz
On Mon, Dec 17, 2001 at 11:57:46PM -, [EMAIL PROTECTED] wrote: orlikowski01/12/17 15:57:46 Modified:modules/proxy config.m4 Log: No point in linking the proxy objects with the submodules. However, proxy is not working on AIX since the rtl changes. Any details about

Re: [PATCH] get mod_ssl to work again

2001-12-20 Thread Justin Erenkrantz
On Thu, Dec 20, 2001 at 11:29:43AM -0600, William A. Rowe, Jr. wrote: I'll see your +1 and double :) Yes - perhaps the MPM itself should generate ap_server_entropy. FWIW, DougM submitted this function to flood to generate OpenSSL entropy. I'd almost suggest somehow factoring this into

Re: [PATCH] get mod_ssl to work again

2001-12-20 Thread Justin Erenkrantz
On Thu, Dec 20, 2001 at 10:17:13AM -0800, Doug MacEachern wrote: since flood only seeds at startup time, might be better for you just to use apr_generate_random_bytes(). don't want to use that in modssl for 'SSLRandomSeed builtin connect', since /dev/random blocking will be too slow for

Re: cvs commit: httpd-2.0 LICENSE

2001-12-23 Thread Justin Erenkrantz
On Sun, Dec 23, 2001 at 05:39:41PM -, [EMAIL PROTECTED] wrote: stoddard01/12/23 09:39:41 Modified:.LICENSE Log: First cut an an all inclusive LICENSE file. Please feel free to format it differently and add any missing components. Shouldn't the apr and apr-util

Re: cvs commit: httpd-2.0 ROADMAP

2001-12-26 Thread Justin Erenkrantz
On Wed, Dec 26, 2001 at 05:54:38PM -, [EMAIL PROTECTED] wrote: + David says: +The style guide needs to be reviewed before this can be done. +http://dev.apache.org/styleguide.html +The current file is dated April 20th 1998! +Also the file

Largefile support?

2001-12-26 Thread Justin Erenkrantz
jerenkrantz@kiwi% ls -l access_log -rw-r--r-- 1 jerenkrantz other2147484642 Dec 26 14:49 access_log Yes, I'm a slacker and I don't rotate my logs. This introduced an interesting problem though. When the server got rebooted, httpd refused to start since the file was over the 2GB limit:

Re: Time for and Apache 2.0 Tag and Roll?

2001-12-27 Thread Justin Erenkrantz
On Wed, Dec 26, 2001 at 08:39:57PM -0500, Bill Stoddard wrote: I'll tag in a few days if I don't hear any dissent. I was about to suggest the same thing. =) -- justin

Re: Time for and Apache 2.0 Tag and Roll?

2001-12-27 Thread Justin Erenkrantz
On Thu, Dec 27, 2001 at 11:39:39AM -0500, Dale Ghent wrote: mod_ssl still identifies itself as alpha code. Is this not the case anymore? Well, does it work for you? The only outstanding issue I'm aware of is that shmem session caching isn't implemented. And, it really is waiting for someone

Re: conn_rec apr_bucket_alloc_t* field

2001-12-27 Thread Justin Erenkrantz
On Thu, Dec 27, 2001 at 08:29:39PM -0800, Ian Holsman wrote: I personally like bucket_alloc It might be a bit long, but it is descriptive, and people will can understand exactly what it is about by looking at the name +1. =) -- justin

[PATCH] Re: f-c and f-r-connection

2001-12-27 Thread Justin Erenkrantz
On Thu, Dec 27, 2001 at 11:07:22PM -0500, Cliff Woolley wrote: Why are there some circumstances when f-c is NULL but f-r and f-r-connection are valid? I could understand f-r being NULL while f-c would not be, but the other way around took me totally by surprise. I agree. I wonder if this

Re: Running Apache in the foreground

2001-12-27 Thread Justin Erenkrantz
On Thu, Dec 27, 2001 at 05:44:22PM -0800, Jos Backus wrote: I'm willing to code a patch which allows Apache to run in the foreground in its own session. Currently it kills the pgrp it is in even though it didn't create it (bad practice imo - only destroy what you create). That is, if there is

Re: Running Apache in the foreground

2001-12-28 Thread Justin Erenkrantz
On Fri, Dec 28, 2001 at 12:59:42AM -0801, Jos Backus wrote: Controller as well as Dan Bernstein's daemontools. As a sysadmin, this is something I am interested in. I am of course willing to do the rest of the coding and doc updates for this. Well, looking at it, it may be better to just

Re: Tagging 2.0.30 in a couple of hours

2001-12-28 Thread Justin Erenkrantz
On Fri, Dec 28, 2001 at 01:51:13PM -0500, Bill Stoddard wrote: If my network connection cooperates. I'd like to get feedback from David if my posted apu-conf.m4 patch fixes his configure problem (I bet it will, but I want to be sure). Since I think you'll be doing a tag not just a roll, we

Re: connections are hanging for 2.0 cvs on Cygwin 1.x (worker mpm)

2001-12-28 Thread Justin Erenkrantz
On Fri, Dec 28, 2001 at 08:16:36PM +0100, Stipe Tolj wrote: worker: this has been at least the first successfull build using Cygwin's pthread support which are now known to work accordingly. (basicly httpd.conf left as make install copied it) httpd starts and listens to port 80, client A

Re: connections are hanging for 2.0 cvs on Cygwin 1.x (worker mpm)

2001-12-29 Thread Justin Erenkrantz
On Sat, Dec 29, 2001 at 06:10:41PM +0100, Stipe Tolj wrote: Yup, it is. So, this isn't just FreeBSD. Good. Or, not so good. This may be our bug. -- justin If you have traced that error, can you point me to the location the code where this is happening and I'll try to check this on the

Input Filtering and Pushback.

2001-12-31 Thread Justin Erenkrantz
I've attempted to think some more about how we should handle pushback in the input filtering (say that a caller does a speculative read - i.e. MIME-continuation in ap_[r]getline). I think the best strategy would be to introduce a new input filter mode (call it PEEK and rename the current PEEK

Re: Directory completion?

2001-12-31 Thread Justin Erenkrantz
On Mon, Dec 31, 2001 at 06:09:56PM -0600, William A. Rowe, Jr. wrote: Yes... definately the problem [it bit me just today.] What would the group think about validating that the ServerName/ServerAlias directives resolve to a valid Listen'er of this server? What about proxies? It is valid to

Re: cvs commit: httpd-2.0 STATUS

2002-01-02 Thread Justin Erenkrantz
On Wed, Jan 02, 2002 at 01:03:29AM -0800, Aaron Bannert wrote: Do either platforms pass the tests in APR (testthread, etc)? FreeBSD-CURRENT passes sendfile, testthread and testlockperf. Any others? I can't seem to get my [recently updated 5.0-CURRENT] FreeBSD box to compile anything except

Re: Fw: [PATCH] mod_proxy infinite cpu eating loop

2002-01-02 Thread Justin Erenkrantz
On Wed, Jan 02, 2002 at 01:34:57PM -0500, Bill Stoddard wrote: I see this pattern several places in the code: rc = apr_get_brigade(); if (rc != APR_SUCCESS) { fail; } /* Is the brigade empty? */ if (APR_BRIGADE_EMPTY(b)) { fail; } /* Get first bucket */ e =

Re: 2.0.30-dev load spiking [was: upgrade to FreeBSD 4.5-PRERELEASE]

2002-01-02 Thread Justin Erenkrantz
On Wed, Jan 02, 2002 at 12:52:57PM -0800, Aaron Bannert wrote: On Wed, Jan 02, 2002 at 12:46:46PM -0800, Brian Pane wrote: Do you have a way to take a snapshot of each httpd process's stack backtrace? On Solaris, I'd do this by running /usr/proc/bin/pstack on each pid; I don't know if

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

2002-01-02 Thread Justin Erenkrantz
On Wed, Jan 02, 2002 at 05:15:34PM -0500, Bill Stoddard wrote: This patch breaks the proxy. Specifically, anyone who uses ap_proxy_make_fake_req(). Get a seg fault in ap_get_limit_req_body because r-per_dir_config is NULL. I'll spend some time on this tomorrow unless someone wants to jump

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

2002-01-02 Thread Justin Erenkrantz
On Wed, Jan 02, 2002 at 04:46:01PM -0600, William A. Rowe, Jr. wrote: Broke more than proxy, without a rebuild all. Time for an MMN bump, it seems :) I was wondering about that. =) What are the rules for a MMN bump? -- justin

Re: cvs commit: httpd-2.0 STATUS

2002-01-03 Thread Justin Erenkrantz
On Thu, Jan 03, 2002 at 06:03:00AM -0800, Aaron Bannert wrote: Good theory, but in my trace we were only looking at the PID of the parent process, where there aren't any threads (* technically there is only 1 thread). It is almost certainly a bug somewhere, since consuming CPU without bounds

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

2002-01-03 Thread Justin Erenkrantz
On Thu, Jan 03, 2002 at 02:31:49PM -0500, Bill Stoddard wrote: I've spent some time on this and this is one reason I am sort of interested in a proxy specific input filter. I agree with Ryan that 99.9% would be identical to what is already in HTTP_IN now. Then, why have a separate input

Re: trouble with httpd-2.0 HEAD

2002-01-05 Thread Justin Erenkrantz
On Sat, Jan 05, 2002 at 03:55:45PM -0800, Doug MacEachern wrote: updating for the first time in 2 weeks, blowing up here: /bin/sh /usr/local/apache/build/prefork-debug-shared-all-exp/srclib/apr/libtool --silent --mode=compile gcc -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations

Re: trouble with httpd-2.0 HEAD

2002-01-05 Thread Justin Erenkrantz
On Sat, Jan 05, 2002 at 04:37:35PM -0800, Doug MacEachern wrote: CFLAGS=-Wall -g; export CFLAGS /usr/local/apache/src/httpd-2.0-cvs/srclib/apr-util/configure \ snip, snip --with-apr=../apr \ --prefix=/usr/local/apache/install/prefork-debug-shared-all-exp \ $@ Huh. That's what I have and it

Re: mod_deflate as a DSO on Solaris (perhaps generic?)

2002-01-05 Thread Justin Erenkrantz
On Sat, Jan 05, 2002 at 06:38:01PM -0600, Albert Chin wrote: On Fri, Jan 04, 2002 at 07:38:02PM -0500, Jeff Trawick wrote: On my Solaris systems (Solaris 8 for i86 and Sparc), configure finds /usr/local/lib/libz.a and /usr/local/include/whatever, but mod_deflate.so won't load because of an

Re: trouble with httpd-2.0 HEAD

2002-01-05 Thread Justin Erenkrantz
On Sat, Jan 05, 2002 at 04:50:11PM -0800, Doug MacEachern wrote: On Sat, 5 Jan 2002, Justin Erenkrantz wrote: Huh. That's what I have and it works. What does config.status say for APR_INCLUDES: nada. there's no reference to APR_INCLUDES in there at all. are you using a --srcdir

Re: mod_deflate as a DSO on Solaris (perhaps generic?)

2002-01-05 Thread Justin Erenkrantz
On Sat, Jan 05, 2002 at 06:53:43PM -0600, Albert Chin wrote: You'll note that there is *no* -lz anywhere. So, I don't see how mod_deflate would ever get loaded. Looking at config.status, -lz is in EXTRA_LIBS. So: Correct. We specify the libraries in EXTRA_LIBS when we build httpd not when

Libtool library dependencies was Re: mod_deflate as a DSO on Solaris (perhaps generic?)

2002-01-06 Thread Justin Erenkrantz
On Sun, Jan 06, 2002 at 09:35:26AM -0500, Jeff Trawick wrote: Justin, what I keep trying to say w.r.t. the other thread is that it seems that adding extra .la dependencies is what causes the problem on AIX, not adding plain libraries. On AIX we already are adding EXTRA_LIBS to SH_LDFLAGS on

Re: Emacs stanza?

2002-01-06 Thread Justin Erenkrantz
On Wed, Jan 02, 2002 at 04:50:06PM -0500, Rodent of Unusual Size wrote: I don't know how many people use Emacs to edit the Apache stuff, but would anyone object to a stanza at the bottom of the source files to help put Emacs in the right stylistic mood? To wit, something like: I don't know

[PATCH] Split out libtool dependencies

2002-01-06 Thread Justin Erenkrantz
Jeff (and anyone else interested), Can you please test out this patch on AIX and report on what you get back? Per your earlier email, this tries to separate out any libexpat.la's so that it is not specified when linking libaprutil.la. This *may* work around the bug you are seeing in libtool.

Re: [PATCH] Split out libtool dependencies

2002-01-06 Thread Justin Erenkrantz
On Sun, Jan 06, 2002 at 10:03:13PM -0500, Jeff Trawick wrote: Justin Erenkrantz [EMAIL PROTECTED] writes: Jeff (and anyone else interested), Can you please test out this patch on AIX and report on what you get back? no problems caused by/exposed by your patch as far as I can tell

[PATCH] Make mod_auth_dbm only use APR-util's dbm

2002-01-07 Thread Justin Erenkrantz
I think this is the way to go. apr-util is going to snarf in any DB libraries it can find and provide a portable way to access them. The only thing we can do in mod_auth_dbm is shoot ourselves in the foot by attempting to conflict. Therefore, I see no reason to keep this cruft. And on a

Re: Time to tag (was Re: [PROPOSAL] apr_shm_t, a new shared memory API to replace old)

2002-01-07 Thread Justin Erenkrantz
On Mon, Jan 07, 2002 at 01:55:05PM -0800, Aaron Bannert wrote: Do I have any support for a tag right now? +1. My only concern is that we're changing lots of APIs between betas. I don't know if that is an overall concern or not. (I know David has brought up this issue before.) I'd expect

Re: Running Apache in the foreground

2002-01-07 Thread Justin Erenkrantz
On Mon, Jan 07, 2002 at 10:53:00PM -0800, Jos Backus wrote: this may not be desired behavior. So maybe we should factor out the setpgid()/setsid() part into its own function (apr_proc_newsessid()?) and call it instead of apr_proc_detach() when using NO_DETACH? (apr_proc_detach() would also

Re: APACHE_2_0_30 tagged

2002-01-08 Thread Justin Erenkrantz
On Tue, Jan 08, 2002 at 04:20:40PM -0800, Brian Pane wrote: Don't we already know that it's not beta-quality, based on the problems with 2.0.30 on daedalus? I thought that the problems on daedalus were related to CGIs reading one char at a time? Wouldn't a simple change to make the CGIs use

Re: APACHE_2_0_30 tagged

2002-01-08 Thread Justin Erenkrantz
On Tue, Jan 08, 2002 at 09:16:42PM -0500, Greg Ames wrote: The CGI problem also happens in 2_0_28, which doesn't experience the high load averages and big CPU spikes. We don't know yet what's doing it. I just had 2.0.29 up for a while, and it also has high load averages, so whatever it is

Re: 2.0.29 high load avg

2002-01-08 Thread Justin Erenkrantz
On Tue, Jan 08, 2002 at 10:18:18PM -0500, Greg Ames wrote: as I mentioned in another post, 2.0.29 also seems to have the high load average problem. The run queue size numbers displayed by vmstat weren't quite as extreme as what I saw yesterday pm, which may be because there's less traffic in

load spikes due to lingering close?

2002-01-08 Thread Justin Erenkrantz
Well, first off, here are some kdumps on this: http://www.apache.org/~jerenkrantz/freebsd/ ktrace.dump.abs.gz - kdump'd output with absolute timestamps ktrace.dump.rel.gz - kdump'd output with relative timestamps ktrace.out.gz - raw ktrace file One thing I noticed is that shutdown(2)

Re: load spikes due to lingering close?

2002-01-09 Thread Justin Erenkrantz
On Tue, Jan 08, 2002 at 11:52:56PM -0800, Brian Pane wrote: Can you clarify what it is that these traces are supposed to show? Was there a spike in load during the middle of the test case that the traces represent? Or for the entire duration of the test? Or none of it at all? I can't find

Re: 2.0.29 high load avg

2002-01-09 Thread Justin Erenkrantz
On Wed, Jan 09, 2002 at 10:19:11AM -0500, Greg Ames wrote: do you see the Mutex wait in the STATE column? and is walla FreeBSD w/prefork? when this gets really bad on daedalus, top shows RUN in the state column for most of the httpd's briefly, then after the screen refreshes you see more

Re: shm.h problem with current CVS ...

2002-01-09 Thread Justin Erenkrantz
On Wed, Jan 09, 2002 at 10:10:02PM -0400, Marc G. Fournier wrote: FreeBSD System ... gmake[4]: Entering directory `/usr/local/src/httpd-2.0/srclib/apr/shmem/unix' /bin/sh /usr/local/src/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -D_REENTRANT

FreeBSD load statistics.

2002-01-09 Thread Justin Erenkrantz
Yes, I'm seeing more system calls with post-2.0.28 builds. But, I can't really say that they are hurting anything. Remember that we did a lot of optimization to take bottlenecks out. I'm wondering if we've just shoved the optimization requirements from us to FreeBSD. If so, that's exactly

<    7   8   9   10   11   12   13   14   15   16   >