Re: ARGH! Libtool 1.4 breaks our build!

2001-08-21 Thread Ian Holsman
\ --enable-cgi=shared \ --enable-status=shared \ --enable-cgid=shared \ --enable-mmap_static=shared \ --disable-oid \ Ryan Bloom wrote: Unless you are trying to create shared modules, you won't see the problem Ryan On Tuesday 21 August 2001 13:26, Ian Holsman wrote: hmm

Re: ARGH! Libtool 1.4 breaks our build!

2001-08-21 Thread Ian Holsman
1.4 removes ltconfig, so we can't create shlibtool. Since our build system relies on shlibtool to build DSO's, this really shouldn't work. Did you have libtool 1.3.x installed the first time you tried to build shared libraries? Ryan On Tuesday 21 August 2001 13:51, Ian Holsman wrote: my

Re: proxy patch for apr uri changes

2001-08-19 Thread Ian Holsman
1 tic. mod-proxy hasn't tagged itself yet I'll add the mailing list [EMAIL PROTECTED] to the readme. (proxy has the same karma as httpd BTW so you should be able to commit as you have access to httpd) ..Ian Doug MacEachern wrote: i don't have karma for httpd-proxy, i tried mailing [EMAIL

Re: proxy patch for apr uri changes

2001-08-19 Thread Ian Holsman
Victor J. Orlikowski wrote: Erp. Nope. Karma on proxy is different from karma on httpd. Procedural question: If I have commit on proxy, can I give someone the needed karma? If no, then we have to wait on Chuck to get back in town (Ian or I could commit it, but are there any tagging issues, Ian?)

Re: What did I do wrong?

2001-08-19 Thread Ian Holsman
Ben Laurie wrote: Recently updated tree... remove aclocal.m4 from apr-util and try again ben@scuzzy:~/work/httpd-2.0$ ./buildconf rebuilding srclib/apr/configure buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: libtool version 1.3.4 (ok) Copying libtool

Re: cvs commit: httpd-2.0 STATUS

2001-08-17 Thread Ian Holsman
William A. Rowe, Jr. wrote: jerenkrantz01/08/16 17:26:38 Modified:.STATUS Log: Hello, Goodbye. * use apu_dbm in mod_auth_dbm Status: Greg +1 (low-priority volunteer) +Justin says: Seems like this is already there, so should we just +

Re: cvs commit: httpd-2.0 STATUS

2001-08-17 Thread Ian Holsman
William A. Rowe, Jr. wrote: From: Ian Holsman [EMAIL PROTECTED] Sent: Friday, August 17, 2001 10:18 AM William A. Rowe, Jr. wrote: jerenkrantz01/08/16 17:26:38 * use apu_dbm in mod_auth_dbm Status: Greg +1 (low-priority volunteer) +Justin says: Seems like

module config question

2001-08-17 Thread Ian Holsman
I'm building my own module, which requires linking a library in. (a static library in this case libfoo.a) now.. if I build the module statically all is good. my problem is that when I build the module as shared, it doesn't link the module with the library. I was wondering how

problem with subrequests mod-include/mod-proxy

2001-08-17 Thread Ian Holsman
not sure if this is a proxy problem. it looks like somewhere we are not setting r-path_info causing the following to fail (main request .. from a proxy) html !--#include virtual=/foobar.html-- /html (foobar.html) !--#printenv-- as the note 'DOCUMENT_PATH_INFO' is set to null. causing

[PATCH] a different bug in mod-include fixed

2001-08-17 Thread Ian Holsman
Path_info is not set when the request is proxied. (can this patch make the 2.0.24) ? ..Ian Index: mod_include.c === RCS file: /home/cvspublic/httpd-2.0/modules/filters/mod_include.c,v retrieving revision 1.124 diff -u -u -r1.124

Re: Win32 Build Process Broken

2001-08-16 Thread Ian Holsman
Sebastian Bergmann wrote: William A. Rowe, Jr. wrote: Actually, bison and awk will soon be required Downloaded awk, installed it and the win32 build process works like a charm again :-) Is there a 'recommended' version of awk/bison that people use? or are people just using cygwin's

Re: Libtool 1.4, and MM....

2001-08-16 Thread Ian Holsman
I don't think the problem was with libtool, but with autoconf. I've been building on linux with libtool 1.4 for a couple of months all that is required is removing some of the libtool crud files and it will work. Victor J. Orlikowski wrote: Quickie: If MM is no longer being built/used,

Re: Win32 APACHE_2_0_24 .mak files untagged

2001-08-16 Thread Ian Holsman
William A. Rowe, Jr. wrote: The win32 .mak files are untagged. I can either commit and retag, or cvs rm these all. Please vote, win32 people! I plan to do one (or the other) tonight. I would vote to remove the mak/rc files from CVS. In the last couple of months I've seen 4-5 messages about

Re: [Contrib] mod-gz

2001-08-13 Thread Ian Holsman
On 12 Aug 2001 19:50:29 -0700, Brian Pane wrote: The module looks good. Here are some comments and questions (based on a reading of the code; I haven't had time to run it yet). Ian Holsman wrote

[Contrib] mod-gz

2001-08-12 Thread Ian Holsman
on the Apache Software Foundation, please see * http://www.apache.org/. * * Portions of this software are based upon public domain software * (zlib functions gz_open and gzwrite) */ /* * mod_gz.c: GZip's HTML content on the fly * * Written by Ian Holsman ([EMAIL PROTECTED]) * */ #include zlib.h

Re: modifying MIME handling

2001-08-09 Thread Ian Holsman
called before mod_mime's hook. but I think this is a server-wide setting, not a directory setting. -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608

Re: Currently known issues with 2.0.23

2001-08-08 Thread Ian Holsman
] - -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608

Re: Apache Bench and Wild Fluctuations

2001-08-08 Thread Ian Holsman
If you really want to benchmark the webserver, you need to run the load generator from another machine. Jerry Baker wrote: Jerry Baker wrote: Sometimes 2.0.24-dev is faster, and sometimes it is a lot slower using localhost to bench it. Here are the results for 5 test conducted with ab -n 1000

Re: cvs commit: httpd-2.0/server/mpm config.m4

2001-08-07 Thread Ian Holsman
-- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608

Build Results: Win2K Linux -- FYI -- MINOR BUG FOUND in W2K

2001-08-07 Thread Ian Holsman
Using standard apache build + proxy + mod_status Win2K build results: 1 warning in standard apache build in http_protocol (seperate email) 1 warning in mod_proxy (connect call) and that was it... vast improvement from a month ago... Win2K: build OK, runs OK Linux: build OK, runs OK when

[PATCH] document worker MPM in MPM.NAMING

2001-08-06 Thread Ian Holsman
-Champaign. */ +/* + * Multiple-worker/single listener MPM. (experimental) + */ -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608

[Fwd: httpd-2.0 nightly build log]

2001-07-31 Thread Ian Holsman
Over in the proxy mailing list, chuck has set up a automated nightly build system which emails warnings/errors to the list. here is a sample of it... -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608 Build started Tue Jul 31 01

[contrib] GZ filter -- resend

2001-07-31 Thread Ian Holsman
and NS6 and NS4. oh.. I've never done autoconf stuff before.. it kinda works but it should enable --with-z when a --enable-gz is set. ..Ian -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608 # a modules Makefile has no explicit targets

Re: lock benchmarks on Solaris 8/sparc uniprocessor

2001-07-31 Thread Ian Holsman
Aaron Bannert wrote: On Tue, Jul 31, 2001 at 02:32:48PM -0700, Aaron Bannert wrote: Would it be prudent for APR to provide a shared-memory implementation of posix mutexes? It seems to me that we don't have to rely on PROCESS_SHARED being available on a particular platform if we handle our own

Re: Testing PHP 4.0.6 + Apache 2_0_22 tarball

2001-07-30 Thread Ian Holsman
Gonyou, Austin wrote: Here it is. Please look at this and lemme know if you guys notice any issues. I've not been able to see any. http://digitalroadkill.hn.org/ipm/ login: apache pass: test Looks good enough for me to try ;-) now.. are you using a CVS version of php, or the released

Re: OSDLab projectL Accept() locking on large (6+ CPU) boxes

2001-07-28 Thread Ian Holsman
that the problem is Sun specfic. Haven't done similar measurements with Linux. is so solaris specific. I think there is also something fundamental in the way we do things in apache. But time in the lab will tell :-) Dw -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364

Re: apache.org is running the 2.0.21 tarball

2001-07-20 Thread Ian Holsman
on apache.org'' test? Greg -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608

Re: apache.org is running the 2.0.21 tarball

2001-07-20 Thread Ian Holsman
On 20 Jul 2001 15:02:11 -0400, Greg Ames wrote: Ian Holsman wrote: On 20 Jul 2001 13:18:46 -0400, Greg Ames wrote: I bounced the httpd server on daedalus over to a build from the new apache 2.0.21 tarball as of Friday, 20-Jul-2001 10:12:59 PDT. It looks fine, as expected. what

Re: apache.org is running the 2.0.21 tarball

2001-07-20 Thread Ian Holsman
On 20 Jul 2001 13:14:29 -0700, Ian Holsman wrote: On 20 Jul 2001 15:02:11 -0400, Greg Ames wrote: Ian Holsman wrote: On 20 Jul 2001 13:18:46 -0400, Greg Ames wrote: I bounced the httpd server on daedalus over to a build from the new apache 2.0.21 tarball as of Friday, 20-Jul

Re: 2.0.21 build/run summary for Solaris 8

2001-07-20 Thread Ian Holsman
On 20 Jul 2001 19:04:28 -0400, Dale Ghent wrote: On 20 Jul 2001, Ian Holsman wrote: | (if someone can tell me how to actually get the core files when it | core's I'll post a trace/theory on why, but I can't find the core files | ;( ) From the Solaris core(4) man page: A process

Re: 2.0.21 build/run summary for Solaris 8

2001-07-20 Thread Ian Holsman
On 20 Jul 2001 21:50:17 -0400, Dale Ghent wrote: On Fri, 20 Jul 2001, Dale Ghent wrote: | On 20 Jul 2001, Ian Holsman wrote: | | | yes. | | After applying Justin's patch, and re-running the load | | the fault disappears. | | so +1 on the patch from me. | | Wait, if you're running

Re: [PROPOSAL] spmt MPM

2001-07-19 Thread Ian Holsman
] - -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608

Re: daedalus is back on 2.0.21-dev

2001-07-18 Thread Ian Holsman
Gonyou, Austin wrote: I was running php4.0.6 with 2.0.20-dev and was experiencing some odd things. First, if I made too many connections too fast, HTTPD would hang, a few processes would go defunct..and then it wouldn't die. (unless I kill -9 them) I then took PHP out..and still had the problem.

Re: request_rec question

2001-07-17 Thread Ian Holsman
[EMAIL PROTECTED] wrote: On Tue, 17 Jul 2001, Brian Pane wrote: Is there anything that actually uses the headers_out or err_headers_out fields in the request_rec that's created for a subrequest? Anything written to these fields appears to be discarded upon completion of the subrequest. We could

Re: Nasty chunking bug (in MSIE?) when using ap_rwrite()/ap_rflush()

2001-07-16 Thread Ian Holsman
in the chunking filter just not to send the 0 byte chunk out.. can you see anything barfing on this? what do you think? -- Ian Holsman [EMAIL PROTECTED] Performance Measurement Analysis CNET Networks - (415) 364-8608

Re: Nasty chunking bug (in MSIE?) when using ap_rwrite()/ap_rflush()

2001-07-16 Thread Ian Holsman
[EMAIL PROTECTED] wrote: In a message dated 01-07-16 18:16:37 EDT, Ian Holsman wrote... On 25 Jun 2001 12:13:51 -0400, Bill Stoddard wrote: I have a module that calls ap_rwrite() followed by ap_rflush(). Content length is not provided so Apache 2.0 chunks the response. Here is what

Re: new hook for pre mpm phase

2001-07-16 Thread Ian Holsman
Cody Sherr wrote: This patch creates a new hook, pre_mpm. ap_create_scoreboard is moved to a function registered with the pre_mpm hook. This allows modules like mod_snmp and others to register further functions to be run in relation to the creation of the scoreboard, and before mpm. couldn't

Re: Nasty chunking bug (in MSIE?) when using ap_rwrite()/ap_rflush()

2001-07-16 Thread Ian Holsman
[EMAIL PROTECTED] wrote: In a message dated 01-07-16 23:17:20 EDT, you write: MSIE is choking due to a '0' byte happening in the middle of the response being sent back. Ah... okay... so you mean something is 'truncating' the data and adding the terminator chunk length too early? to

adding a hash_table to the request_rec structure

2001-07-15 Thread Ian Holsman
which could get called multiple times on a page and need to cache info from the first call. ..Ian (or is there a better way?) -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608

Re: adding a hash_table to the request_rec structure

2001-07-15 Thread Ian Holsman
the develop custom SSI tags which could get called multiple times on a page and need to cache info from the first call. ..Ian (or is there a better way?) -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608 -- Ian Holsman Performance Measurement Analysis

Re: Trying to start portal / help with modules

2001-07-10 Thread Ian Holsman
at JSP/jakarta.apache.org they have a custom tag facility, and might be easier to develop in than 'C' ..Ian --Cliff -- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA -- Ian Holsman [EMAIL PROTECTED

Re: 2.0.20/SSI problem?

2001-07-09 Thread Ian Holsman
in the way for SSI being read. The same config runs just fine on 1.3.x /dale -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608

RE: Mike Abbot's Patches

2001-07-06 Thread Ian Holsman
-9023 email: [EMAIL PROTECTED] -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608

Edge Server Includes in Apache

2001-07-06 Thread Ian Holsman
Hi. Just wondering if anyone is doing any work on implementing the ESI protocol as a apache module. ( http://edge-delivery.org for info about what ESI is/does) ..Ian -- Ian Holsman Performance Measurement Analysis CNET Networks-415 364-8608

Re: mod_file_cache performance

2001-07-02 Thread Ian Holsman
On 02 Jul 2001 15:52:05 -0700, dean gaudet wrote: is this across loopback? if so then it's useless for performance tuning/measurement. you gotta use a real network, and a beefy enough client to get any meaningful results. or is it a single 100baseT segment? if so then this is too little

[ANNOUNCE] docx.webperf.org lxr.webperf.org

2001-06-27 Thread Ian Holsman
These 2 sites are the current (updated nightly) doxygen LXR of the HTTP-2.0 source code. The LXR is a bit flaky, but it is usable. Cheers Ian

Re: plz vote on tagging current CVS as APACHE_2_0_19

2001-06-26 Thread Ian Holsman
On 26 Jun 2001 21:26:03 -0400, Bill Stoddard wrote: I would definitely like to decouple the portion of the scoreboard used to track status from the portion used for child process management. this is a nice lead in to the patch I submitted a while ago which implemented the

Re: Possible security enhancement to apache server

2001-06-25 Thread Ian Holsman
On 26 Jun 2001 10:01:14 +1000, David Campbell wrote: Hi, I would like to discuss with anybody who knows the internals of the software the viability of an Apache server change along the following lines. Verbose mode on. Apache is mostly started by system scripts at boot time, and as such,

mod-mgmt hook #2 - Implement the hook for the scoreboard

2001-06-18 Thread Ian Holsman
with the scoreboard image -- Ian Holsman Performance Measurement and Analysis CNET Networks PH: (415) 364 8608 Index: scoreboard.c === RCS file: /home/cvspublic/httpd-2.0/server/scoreboard.c,v retrieving revision 1.24 diff -u

RE: Apache 2.0 final ?

2001-06-13 Thread Ian Holsman
Hi Daniel, we are already devleoping custom modules for 2.0, ok.. sometimes we get a bit burnt and have to go and change some function names when something gets pulled into the APR, but in my experience the change is to a function name, the concept stays the same, and is a low-risk change. I

RE: cvs commit: httpd-2.0 CHANGES

2001-06-13 Thread Ian Holsman
I was wondering if mod_autoindex should be using subrequests at all. Wouldn't it be better if there was a optional function that both mod_mime mod_mime_magic exported which could provide the mime type of a file (which is what mod_autoindex needs the subrequest for) ..Ian -Original

RE: Bugtraq ID 2503 : Apache Artificially Long Slash Path Directory Listing Exploit (fwd)

2001-06-13 Thread Ian Holsman
I'm just wondering if anyone has a collection of this kind of things we can run on apache 2.0 to see if we handle them.. (I'm volunterring to run them if someone can point me to them) ..Ian -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June

RE: Apache 2.0 final ?

2001-06-13 Thread Ian Holsman
If it makes you feel comfortable we are starting to deploy it for internal sites and are currently developing modules for A2.0 for our next major platform upgrade -Original Message- From: Jeffrey A. Stuart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 4:01 PM To: [EMAIL

RE: [PATCH] mgmt_get_vars hook

2001-06-12 Thread Ian Holsman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 6:47 AM To: [EMAIL PROTECTED] Subject: Re: [PATCH] mgmt_get_vars hook 2) Why are we using a hash instead of a table? If this is all string based, I believe a table

RE: [PATCH] mgmt_get_vars hook

2001-06-12 Thread Ian Holsman
-Original Message- From: Harrie Hazewinkel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 11:00 AM To: [EMAIL PROTECTED] Subject: Re: [PATCH] mgmt_get_vars hook HI all, I am trying to understand as well the new module code mod_mgmt.c and mod_mgmt.h as well the

[PATCH] mgmt_get_vars hook (was RE: Hooks for management reporting)

2001-06-11 Thread Ian Holsman
reporting On Sun, Jun 10, 2001 at 09:36:34PM -0700, Ian Holsman wrote: how about this prototype? it registers a 'test' hook which generates somes values, I envison that this would be similliar to how the this would work for the 'get/walk' type commands Looks good to me. It's got

RE: [PATCH] mgmt_get_vars hook (was RE: Hooks for management reporting)

2001-06-11 Thread Ian Holsman
-Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 3:08 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] mgmt_get_vars hook (was RE: Hooks for management reporting) From: Ian Holsman [EMAIL PROTECTED] Sent: Monday, June 11, 2001 4

RE: [PATCH] mgmt_get_vars hook

2001-06-11 Thread Ian Holsman
-0700, Ian Holsman wrote: -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] ... data, and that will not be heavily string intensive, so we won't laden the server with unnecessary cpu. Yes? I was thinking that there would be a 'description

RE: Hooks for management reporting (was RE:New Hook)

2001-06-10 Thread Ian Holsman
-Original Message- From: Harrie Hazewinkel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 3:35 PM To: [EMAIL PROTECTED] Subject: Re: Hooks for management reporting (was RE:New Hook) HI, At this very moment I am trying to understand what Ian really wants. This is

RE: Hooks for management reporting (was RE:New Hook)

2001-06-10 Thread Ian Holsman
- From: Harrie Hazewinkel [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: Re: Hooks for management reporting (was RE:New Hook) Ian Holsman wrote: [snip] not exactly. there are 2 needs: 1. to see what is going on right now, when I am

RE: Hooks for management reporting (was RE:New Hook)

2001-06-08 Thread Ian Holsman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 8:32 AM To: [EMAIL PROTECTED] Subject: Re: Hooks for management reporting (was RE:New Hook) In another note, you mention shifting this from the scoreboard code to the MPM.

RE: Hooks for management reporting (was RE:New Hook)

2001-06-07 Thread Ian Holsman
-Original Message- From: Greg Stein [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: Re: Hooks for management reporting (was RE:New Hook) On Thu, Jun 07, 2001 at 09:43:24AM -0700, Ian Holsman wrote: Guys, I was wondering

RE: Hooks for management reporting (was RE:New Hook)

2001-06-07 Thread Ian Holsman
reporting (was RE:New Hook) On Thu, Jun 07, 2001 at 09:43:24AM -0700, Ian Holsman wrote: Guys, I was wondering if it would be usefull if there was some kind of 'status' hook which modules could implement to tell management apps (mod_snmp/mod_status) what is going

RE: broken includes

2001-06-06 Thread Ian Holsman
just to confirm. the patches Jeff posted works for me on win32, and solaris -Original Message- From: Greg Ames [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 12:48 PM To: [EMAIL PROTECTED] Subject: broken includes Jerry Baker wrote: Includes are now

RE: [PATCH] some HTTP filters unnecessary for subrequests

2001-06-06 Thread Ian Holsman
Hi Jerry. what happens if you put a '/' in front of the cgi or just run the cgi by itself? -Original Message- From: Jerry Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 2:33 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] some HTTP filters unnecessary for subrequests

RE: file/mmap buckets, subrequests, pools, 2.0.18

2001-06-05 Thread Ian Holsman
-Original Message- From: Greg Stein [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 3:18 PM To: [EMAIL PROTECTED] Subject: Re: file/mmap buckets, subrequests, pools, 2.0.18 On Mon, Jun 04, 2001 at 10:13:30AM -0700, Ian Holsman wrote: couldn't we have it so

RE: New hook.

2001-06-04 Thread Ian Holsman
would it make sense to have it so the hook is called before the error is logged so it could add some additional info to the error line perhaps? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 10:13 AM To: [EMAIL PROTECTED] Subject:

RE: New hook.

2001-06-04 Thread Ian Holsman
] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 8:17 AM To: '[EMAIL PROTECTED]' Subject: RE: New hook. On Mon, 4 Jun 2001, Ian Holsman wrote: would it make sense to have it so the hook is called before the error is logged so it could add some additional info to the error line

mod_include is currently broken

2001-06-01 Thread Ian Holsman
. resulting in NOTHING being output for that line. -- html body !--#include virtual=/cobrand/ftr.html -- !--#include file=1.html -- /body /html -- Ian Holsman Performance Measurement Analysis 415-364-8608

RE: More Migrations into APR/APR-UTIL

2001-05-29 Thread Ian Holsman
Hi. is there a reason why ap_ind, ap_rind, and ap_strchr* type functions are in httpd.h instead of in the apr/strings and changed to apr_ ? should I submit a patch for this? -- Ian Holsman Performance Measurement Analysis 415-364-8608

RE: mod_proxy patches for HTTP Header manipulation

2001-05-21 Thread Ian Holsman
what about the case where you need to change the header based on a environment variable set in mod_include before the request to the proxy. eg.. .. !--#set foo=bar-- !--#include virtual file=/proxycall -- !--#set foo=bar2-- !--#include virtual file=/proxycall -- .. can this kind of thing be

RE: Mod Proxy

2001-05-18 Thread Ian Holsman
hi bill. If you tell me how, I'll do it. it's pretty simple httpd-proxy/modules-2.0/* goes to httpd-2.0/modules/proxy/ ./buildconf It's the other parts I have no clue about. -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] Sent: Fri, May 18, 2001 3:57 PM

RE: Scoreboard redesign

2001-05-16 Thread Ian Holsman
-Original Message- From: Greg Ames [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 6:49 AM To: [EMAIL PROTECTED] Subject: Re: Scoreboard redesign Jim Jagielski wrote: Paul J. Reder wrote: For the time being, the shared storage will still be allocated in a

[PATCH/FIX] server/mpm/winnt/service.c

2001-05-16 Thread Ian Holsman
service.c --- service.c 2001/04/12 13:58:34 1.32 +++ service.c 2001/05/16 15:18:35 @@ -912,6 +912,7 @@ return (rv); } printf(The %s service is successfully installed.\n, mpm_display_name); + return APR_SUCCESS; } -- Ian Holsman Performance Measurement Analysis 415

Is it time for another Beta release?

2001-05-16 Thread Ian Holsman
* The Scorecard re-design has stablised (ie if it is going in, it would be before the next beta) * the SMS memory is working in the APR. Cheers Ian -- Ian Holsman Performance Measurement Analysis 415-364-8608

RE: mod_headers

2001-05-16 Thread Ian Holsman
It looks like there might be a problem in ap_get_brigade (util_filter.c) or ap_http_filter when it calls ap_get_brigade it looks like the input filters goes: HTTP_IN CORE_IN (which creates the socket bucket) HTTP_IN HTTP_IN HTTP_IN HTTP_IN and then goes on to process the page. it doesn't seem

RE: mod_headers

2001-05-11 Thread Ian Holsman
hi Graham. is there a way to specify a incoming filter for a reverse proxy request in the current config command structure? we intend and doing something similliar to what kwindla's patch does, but were going to ad header lines based on a prefix of notes in the notes table (ie .. add every

RE: cvs commit: httpd-2.0/server config.c

2001-05-11 Thread Ian Holsman
-Original Message- From: Greg Stein [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 2:42 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: httpd-2.0/server config.c Why are some AP_CORE_DECLARE and others AP_DECLARE? That doesn't make sense. I'm not sure. I've looked at

[PATCH] - WIN32 function defintion changes for mod_proxy

2001-05-09 Thread Ian Holsman
Hi. I'm trying to get mod-proxy to build on NT, and need the following patches applied to the core system. could someone with more win32 experience than I do review apply these. all the patches involve is adding the AP_DECLARE()/AP_CORE_DECLARE macros on the return types of functions used by

Win32: Debugging Apache 2.0 with VS GUI

2001-05-08 Thread Ian Holsman
hi. I was just wondering how to go about debugging apache2 inside of Visual C++'s IDE. I set a breakpoint but it never gets hit. any pointers??? also if anyone has tips about using the profiler in win32. Thanks Ian

RE: [PATCH] option to remove default listener

2001-05-04 Thread Ian Holsman
Hi Danek, are you guys doing any work to integtare Solaris's Network Cache Accelerator http://www.sun.com/software/white-papers/wp-snca/snca-wp.pdf with Apache 2.0 ??? -Original Message- From: Danek Duvall [mailto:[EMAIL PROTECTED]] Sent: Thu, May 03, 2001 4:12 PM To: [EMAIL

RE: Complete set of custom error messages?

2001-05-02 Thread Ian Holsman
but then the question is how does a 'french' version of apache use the french error message for 'unable to include...' are you wanting apache to implement some kind of string resource table and the code actually to grab the string from there instead of it (the english version) being hard-coded

[PATCH] mod_include -- Only evaluate the environmentvariables when needed - #2

2001-05-02 Thread Ian Holsman
here is a update of the patch, (the old one had a bug in it when you used a env variable in a virtual include) My testing on linux and solaris shows an overall improvement in times and machine load (I've included some output from AB from the linux test) David Reid's testing shows that it is

support for modules adding entires into the scoreboard

2001-05-01 Thread Ian Holsman
give me a hint on how you wanted to do this, and I'll try to create a patch to do this. ..Ian -- Ian Holsman Performance Measurement Analysis 415-364-8608

A build question

2001-04-30 Thread Ian Holsman
will change the date ??? Cheers Ian -- Ian Holsman Performance Measurement Analysis 415-364-8608

[Proposed PATCH] mod_include -- Only evaluate the environment variables when needed

2001-04-30 Thread Ian Holsman
); +add_include_vars(r, conf-default_time_fmt); + } } /* -- Ian Holsman Performance Measurement Analysis 415-364-8608

RE: thread locking within apr file io

2001-04-26 Thread Ian Holsman
-Original Message- From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2:52 PM To: [EMAIL PROTECTED] Subject: Re: thread locking within apr file io On Thu, Apr 26, 2001 at 01:56:56PM -0700, Justin Erenkrantz wrote: Greg Ames wrote:

RE: mod_proxy in HTTPd

2001-04-25 Thread Ian Holsman
I emailed the package maintainers of the mandrake and redhat distributions, asking them if they would like to add their 2c's on this, seeing this is how a large %ge of apache's user would install it. ..Ian -Original Message- From: Jim Winstead [mailto:[EMAIL PROTECTED]] Sent:

RE: [VOTE] mod_proxy in?

2001-04-20 Thread Ian Holsman
over here who are coders. Cheers Ian -Original Message- From: Jeff Trawick [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 4:47 AM To: [EMAIL PROTECTED] Subject: Re: [VOTE] mod_proxy in? Ian Holsman [EMAIL PROTECTED] writes: my only concen with splitting the proxy out

modules.apache.org (RE: [VOTE] mod_proxy in?)

2001-04-20 Thread Ian Holsman
what would be really cool would be if modules.apache.org had a) a categorization tree (so you could drill down) b) a method of grabbing 'all' the modules out there c) a method of seeing what is 'new' something like search.cpan.org this might be easier to accomplish than the ports thing, and

RE: [VOTE] mod_proxy in?

2001-04-19 Thread Ian Holsman
my only concen with splitting the proxy out is that no one will actively maintain it, and keep it up to date with the current http releases. saying that i'm quite happy to volunteer myself to do this function, but i'm not an ASF member, or even have commit access for that matter. ..Ian ps ..

RE: Suggested direction for fixing threaded mpm thread startup.

2001-04-19 Thread Ian Holsman
-Original Message- From: Greg Ames [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 6:04 PM To: [EMAIL PROTECTED] Subject: Re: Suggested direction for fixing threaded mpm thread startup. snip Before we start with the dualing scoreboard algorithms, could we please

mod_include performance numbers

2001-04-19 Thread Ian Holsman
hi. I have been running some tests on the performance of mod_include / filters on heavy traffic websites. the test results are available at http://webpref.org/mstone/ what I did. test situation. 1000 files of the same size, all in the same directory. (representing our front door page

Getting a list of VHosts

2001-04-12 Thread Ian Holsman
about the (based on the Vhost-type stats I described earlier) -- Ian Holsman Performance Measurement Analysis 415-364-8608

RE: [PATCH] mpm_query_2

2001-04-12 Thread Ian Holsman
could you have a mpm group of functions to determine the capabilites of the installed MPM. a function to show the name of it, it's threading model and maybe a string description of the configuration of it. so for example for mpm_prefork it would be "pre-fork" as a threading model, and it would

RE: Let's remove some modules from Apache 2.0

2001-04-11 Thread Ian Holsman
corporate user's (internal and B2B, etc.). I'll leave the module (mod_speling) in based on the feedback I have heard. Bill Jim, Rest assured that there are several large websites actively monitoring the list, and I am trying to get ours more involved in the development side Ian Holsman

LXR for httpd-2.0 CVS tree

2001-04-10 Thread Ian Holsman
-- Ian Holsman Performance Measurement Analysis 415-364-8608

RE: [PATCH] small apr-util doc fix

2001-04-09 Thread Ian Holsman
on this note, could someone please re-generate the APR docs on apr.apache.org.. it was lost done in Feb. ..ian -Original Message- From: Greg Ames [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 12:22 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] small apr-util doc fix

Some modules from CNET.

2001-04-09 Thread Ian Holsman
the set of substrings to match against it). Regards Ian -- Ian Holsman Performance Measurement Analysis 415-364-8608

Virutal Host Statistics

2001-04-08 Thread Ian Holsman
Hi. I was looking over the code, trying to see how hard it would be to implement stats on a virtual host basis. from what I can see the modification would be a) add some fields to the vhost record b) change ap_increment_counts to add the request stats to the corresponding vhost. c) change

  1   2   >