LZMA tar balls ?

2008-12-28 Thread Ian Holsman
hi. I've noticed that some tar balls are getting created using the lzma format as a download option (ftp.gnu.org and Imagemagik being the latest two I've noticed) with the file size being significantly smaller than bz2. I just did a very scientific benchmark on compression tools (that is ran

Re: svn commit: r693697 - in /httpd/sandbox/mod_valid_utf8: ./ README mod_valid_utf8.c

2008-09-10 Thread Ian Holsman
Thanks for the feedback. I'll fix the code soon. Nick Kew wrote: On Wed, 10 Sep 2008 03:54:00 - [EMAIL PROTECTED] wrote: Author: ianh Date: Tue Sep 9 20:53:59 2008 New Revision: 693697 URL: http://svn.apache.org/viewvc?rev=693697view=rev Log: initial check in. this filter validates

Re: Better mod_unique_id

2008-04-29 Thread Ian Holsman
Hi Konstantin. I'm about to look at the same issue for my employer. for my version I was planning on using apr_uuid_get that uses uuid_create / uuid_generate function to generate a unique value. have you looked at this function? regards Ian Konstantin Chuguev wrote: Hi, I'm developing a

Re: Apache 3.0

2008-04-13 Thread Ian Holsman
Paul Querna wrote: For those who were not there, slides from Roy's keynote at ApacheCon EU: http://roy.gbiv.com/talks/200804_Apache3_ApacheCon.pdf I've got a couple of naive questions about 3. My apologies.. but i'm only looking at the slides, not the speech itself. What will the role of

Re: Integrity of Apache source code

2007-12-20 Thread Ian Holsman
While open source is fantastic, and provides highly visible means. It can still be hacked. I can describe what has happened in this case: 1. joe hacker hacks one of the 'open source groups' machines. at this point he is assumed to have access to the source code repository. 2. assume he

Re: Proxying subrequests

2007-11-01 Thread Ian Holsman
Akins, Brian wrote: -1 from me (if that counts.) Using ProxyPass should be fine for 95% of the use cases?? ProxyPass /cnn http://www.cnn.com/ !--#include virtual=/cnn/WORLD/index.html -- yes. if you: a. have a static small number of hosts b. those hosts don't change often if either of

Re: Proxying subrequests

2007-10-31 Thread Ian Holsman
Nick Kew wrote: Our subrequest API currently handles only local subrequests, so for example mod_include doesn't support !--#include virtual=http://example.com/example.txt--. I've worked around this in the past with some ugly hacks. Looking at the code, it's actually very simple to build in

Re: svn commit: r569204 - in /httpd/httpd/trunk/modules/experimental: config.m4 mod_rewrite_filter.c mod_sedfilter.c

2007-08-24 Thread Ian Holsman
Ruediger Pluem wrote: On 08/24/2007 05:30 AM, William A. Rowe, Jr. wrote: Roy T. Fielding wrote: On Aug 23, 2007, at 7:21 PM, William A. Rowe, Jr. wrote: Joshua Slive wrote: On 8/23/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: I changed it, I'll

OS/X + Cisco VPN == trouble

2007-08-23 Thread Ian Holsman
Hi. This one is frustrating me to no end, and was wondering if some BSD/OSX guru can help me out a bit. I'm using the trunk, and trying to start apache, but I keep getting a lock/sem problem [Fri Aug 24 10:51:53 2007] [emerg] (28)No space left on device: Couldn't create accept lock

Re: OS/X + Cisco VPN == trouble

2007-08-23 Thread Ian Holsman
Graham Dumpleton wrote: On 24/08/07, Ian Holsman [EMAIL PROTECTED] wrote: Hi. This one is frustrating me to no end, and was wondering if some BSD/OSX guru can help me out a bit. I'm using the trunk, and trying to start apache, but I keep getting a lock/sem problem [Fri Aug 24 10:51:53

[ANN] mod_concat

2007-07-03 Thread Ian Holsman
I’ve just created a new module which implements one of Brad’s features of perlbal -- http://www.danga.com/perlbal/ http://www.danga.com/perlbal/. The ability to concatenate CSS or javascript files into a single HTTP request. the request will look like:

Re: mod_atom

2007-06-27 Thread Ian Holsman
Tim Bray wrote: On Jun 27, 2007, at 12:44 AM, Paul Querna wrote: As it is currently written, I don't think it makes too much sense to put it into httpd -- but if we could work on abstracting down a core, and a set of separate hooks for storage + maybe a way to easily build end user display, I

Re: [Fwd: Apache httpd vulenrabilities]

2007-05-29 Thread Ian Holsman
Hey Bill just to clarify these are LOCAL DoS attacks? ie you need access to the machine (or the ability to execute php) in order for this to be an issue? William A. Rowe, Jr. wrote: Published - ergo moving discussion from security@ to [EMAIL PROTECTED] Of course if in the course of this

Re: Question about httpd / APR version relationship

2007-05-10 Thread Ian Holsman
Guenter Knauf wrote: Hi, On 5/9/07, Guenter Knauf [EMAIL PROTECTED] wrote: Apache 2.0.x - has to use APR 0.9.x Apache 2.2.x - has to use APR 1.2.x Apache 2.3.x - has to use APR 1.3.x is this now a mandatory relationship, or is it valid to: build Apache 2.2.x with APR 1.3.x

Re: Question on multi-process CGID

2007-03-29 Thread Ian Holsman
tackling this another way. how hard would it be to use something like mod_fastcgi of instead of the standard CGI interface? On 21/06/2006, at 8:00 AM, Paul Querna wrote: Mendonce, Kiran (STSD) wrote: We tried using mod_cgi with worker. And its very slow. So that's not an option we

Re: flood: enhancement - random string substitution in URL

2006-10-04 Thread Ian Holsman
East fax: 1.908.575.7474 Bridgewater, NJ 08807 cel: 1.732.618.0250 Ian Holsman [EMAIL PROTECTED] http://parent-chatter.com -- what do parents know?

Re: Memory usage in apache

2006-08-23 Thread Ian Holsman
for speed freaks!') -- Ian Holsman [EMAIL PROTECTED] http://car-chatter.com/ where car fanatics meet

Re: [Patch]: Do not compress bodies of header only requests in mod_deflate

2006-07-17 Thread Ian Holsman
personally I think GET HEAD processing should be identical until the very last moment. this avoids bugs creeping in which process the body for some reason and add a header after mod_deflate is run (I can't think of any which do this BTW) are you seeing a problem somewhere Ruediger? regards

Re: [Patch]: Do not compress bodies of header only requests in mod_deflate

2006-07-17 Thread Ian Holsman
On 18/07/2006, at 8:06 AM, Ruediger Pluem wrote: (I can't think of any which do this BTW) are you seeing a problem somewhere Ruediger? The biggest problem at the moment is that I fear that I do not get your point correctly :-). So some explanations from your side would be very helpful

Re: [PATCH] Compilation on Solaris

2006-06-16 Thread Ian Holsman
huh? why is the licensing terms stopping us recommending something? we recommend VC2005 for windows and that it commercial, I don't see the difference. (and yes.. I saw mads's comment that this studio is free if your register) On 17/06/2006, at 4:56 AM, Justin Erenkrantz wrote: On

Re: Email address on mail archive (fwd)

2006-04-28 Thread Ian Holsman
you could design the mailing list software *to* obsfucate personal email addresses (similar to what gmane does). It is just that the status quo isn't there yet for mailing lists. --Ian -- Ian Holsman Ian_at_Holsman.NET Never forget that you are unique, like everyone else.

Re: RFC: make selecting virtual host a hook

2006-04-27 Thread Ian Holsman
host selection a hook as well? I have a few really strange setups that would be alot easier to configure if I could override how the virtual host is selected. Thoughts? -- Brian Akins Lead Systems Engineer CNN Internet Technologies -- Ian Holsman ++61-3-9818-0132 in this place it takes

Re: mod_deflate patch

2006-04-18 Thread Ian Holsman
) @@ -240,7 +240,7 @@ const char *encoding; /* only work on main request/no subrequests */ -if (!ap_is_initial_req(r)) { +if (r-main != NULL) { ap_remove_output_filter(f); return ap_pass_brigade(f-next, bb); } -- Ian Holsman

Re: Summer of Code 2006 -- a link

2006-04-18 Thread Ian Holsman
Be careful when it comes to scoping work. I found last year that some students last year will do what is asked for, not more. On 19/04/2006, at 9:59 AM, Justin Erenkrantz wrote: On 4/18/06, Ian Holsman [EMAIL PROTECTED] wrote: it sounds like we have got some pretty good ideas so far

It's that time of the year again

2006-04-17 Thread Ian Holsman
don't think really took off) and 2 active comitters. so.. lets get brainstorming. Let's see HTTP get the prize for most ideas (and beat those java weanies) --Ian -- Ian Holsman ++61-3-9877-0909 in this place it takes all the running you can do, to keep in the same place. - Lewis Caroll

Re: It's that time of the year again

2006-04-17 Thread Ian Holsman
can work with him as well ) To clarify, I really meant to say mod_memcache, the client part, not the server. Was just an idea, I can help in some way as well. I have a working prototype now. -- Brian Akins Lead Systems Engineer CNN Internet Technologies -- Ian Holsman ++61-3-9818-0132

Re: mod_cache_shared?

2006-03-11 Thread Ian Holsman
My only thoughts is that if you could integrate with ICP (which squid uses) it might make it easier to get mod_cache_shared installed, tested, and used in large organizations who already use a caching solution. That way they could put a single mod_cache_shared into their existing pool and see

Re: how does this get changed?

2006-02-16 Thread Ian Holsman
maybe if mod_access_compat is included by default statically into httpd itself? (unless explicitly disabled) we could make it optional in 2.6 (and remove docs on it), and remove in 2.8 or something. this will give people plenty of time to switch over. David Reid wrote: Joshua Slive wrote:

Re: Change in how to configure authorization

2006-01-26 Thread Ian Holsman
Hi Joshua: httpd.conf.in has the new structure httpd-std.conf (the one I was looking at) didn't ;( regards

Change in how to configure authorization

2006-01-25 Thread Ian Holsman
Hi. It looks like recently some people have changed how authorization is working on the trunk. Could those people please 1. add a note to docs/upgrading.html to document what us idiots need to do to get our config to work again? 2. change httpd-std.conf so it doesn't reference the

Re: [PATCH] mod_disk_cache: store/read array table

2006-01-24 Thread Ian Holsman
Brian Akins wrote: This is a rather nasty patch (sorry). Basically, it changes the way arrays and tables are stored on disk. This allows us to do a much cleaner and quicker read_array and read_table. It cuts down significantly on the number of disk reads for header files (one big one) and

[patch] FCGI -- pass path-info to FCGI process

2006-01-05 Thread Ian Holsman
this allows you to pass a 'path' to the fast cgi process to use: ProxyPass /forum fcgi-tcp://127.0.0.1:8005/foruX request /forum/zx will have a path_info of /foruX/zx posting it as a patch, as the code is a bit fugly. Index: mod_proxy_fcgi.c

fcgi

2006-01-04 Thread Ian Holsman
I'm not sure why we aren't just reading the plen at the same time as the clen... but as is when the 2nd header is read, it is not in sync (out by padding-len bytes) this patch makes it read at the same time, and it seems to make the handler work for larger responses (as the following header

apr_socket_sendfile not found on OS/X?

2005-12-03 Thread Ian Holsman
Hi. I just checked out the latest trunk of apr httpd on my mac, and can't build it anymore. it is complaining about apr_socket_sendfile not being defined. so I checked .. and apr.h has APR_HAS_SENDFILE as 0. the problem is sendfile_nonblocking calls apr_socket_sendfile ;(

Re: apr_socket_sendfile not found on OS/X?

2005-12-03 Thread Ian Holsman
Thanks Paul, I didn't realize the trunk wasn't 2.2.x.. otherwise I would have just fixed it myself ;-) Paul Querna wrote: Paul Querna wrote: Ian Holsman wrote: Hi. I just checked out the latest trunk of apr httpd on my mac, and can't build it anymore. it is complaining about

Re: mod_auth[nz]_dbd password caching

2005-12-03 Thread Ian Holsman
Hi Phil, A while back I wrote a auth wrapper which used a MD5 hash inside a cookie to determine if the user was authenticated. If the cookie was invalid or not present it would fall back to the regular auth method (in your case a DB hit). It also had a bit which sat just after the

Re: What do you want in HTTPD 2.4/3.0/X/GREEN?

2005-12-03 Thread Ian Holsman
Paul Querna wrote: My intention is for this to be a wide open brainstorming thread. I expect that we will be able to discuss several ideas in much more detail at the Hackathon next week, but I really want to get all ideas 'on the table'. I have a few things I would like to see, but I am

Re: What do you want in HTTPD 2.4/3.0/X/GREEN?

2005-12-03 Thread Ian Holsman
Garrett Rooney wrote: On 12/3/05, Ian Holsman [EMAIL PROTECTED] wrote: I'd also like to brainstorm a better solution to running Rails/Django applications inside of the httpd process than the SCGI/FastCGI solution which most people use. Out of curiosity, what do you think is wrong

Re: What's up for mod_mbox ?

2005-09-29 Thread Ian Holsman
Maxime Petazzoni wrote: Hi, It's been one month that my SoC project is now over. I even received the money from Google. Thanks again to all of you for your help and support during the summer. For now, I would really like to see something moving around mod_mbox. I did not get any news from the

Re: mod_dbd

2005-09-09 Thread Ian Holsman
I don't see why not. Committed. regards Ian Brian J. France wrote: Any reason why this patch couldn't be applied to allow the option of building mod_dbd? The title might need a little tweaking. Thanks, Brian - with no commit access Index: modules/experimental/config.m4

Re: Proposed connection state diagram

2005-09-05 Thread Ian Holsman
Brian Pane wrote: On the subject of asynchronous write completion, I've drawn a connection state model that combines the current state transitions of the event MPM with new states for write completion and the handler phase. Comments welcome... Am I missing any state transitions (particularly

Re: What happened to the Apache 2 cross reference?

2005-08-28 Thread Ian Holsman
Brandon Fosdick wrote: For a month or two now I've been using the cross reference that was linked from the developer documentation page. Then it went away for awhile and now its back with some weird crippled version that can't do wild card searches for identifiers. The source navigation is

Re: Doxygen

2005-08-28 Thread Ian Holsman
Hi Neale. I'll go through and review the patch today. I'll try to get it commited in a couple of hours. Neale Ranns wrote: Sander, I put a patch here (http://www.ranns.org/~ndrr/apache2/), it's kinda big to be emailing to all. There is also a tar ball there of the html files if anyone would

Re: CTR policy for experimental modules in A2.0?

2005-08-09 Thread Ian Holsman
Jim Jagielski wrote: I have a bug I'd like to squash in mod_auth_ldap.c in 2.0 that doesn't exist in 2.1/2.2 (non-existent authn_ldap_request_t req struct during auth check)... since the module is experimental, can I assume CTR ? Hey Jim can you post the patch ? while this discussion about

Re: How long until 2.2

2005-08-08 Thread Ian Holsman
Akins, Brian wrote: As I sit here debugging our home grown proxy code for 2.0, I wonder how long until 2.2? We wrote our own proxy because the cool 2.1 stuff was not out at the time. The new proxy stuff would be wonderful for us, but noone wants to run alpha code in production. (However, we

Re: [PATCH] Improved doxygen output for http_connection.h

2005-08-05 Thread Ian Holsman
Hi Neale what does removing the package line do? doesn't it remove the function from their grouping on the modules page? and the removal of the deffunc prototype... why? Neale Ranns wrote: hi, I'm new to the project and have been reading the code to see how it all works and i've been fixing

Re: mod-cache-requestor plan

2005-07-19 Thread Ian Holsman
Parin Shah wrote: you should be using a mix of # requests last access time cost of reproducing the request. Just to double check, we would insert entry into the 'refresh queue' only if the page is requested and the page is soon-to-be-expired. once it is in the queue we would use above

Re: svn commit: r219372 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2005-07-17 Thread Ian Holsman
William A. Rowe, Jr. wrote: At 12:12 AM 7/17/2005, [EMAIL PROTECTED] wrote: Author: ianh Date: Sat Jul 16 22:12:10 2005 New Revision: 219372 URL: http://svn.apache.org/viewcvs?rev=219372view=rev Log: This patch adds a new hook (request_status) that gets ran in proxy_handler just before the

Re: mod-cache-requestor plan

2005-07-16 Thread Ian Holsman
Parin Shah wrote: On 7/15/05, Colm MacCarthaigh [EMAIL PROTECTED] wrote: On Fri, Jul 15, 2005 at 01:23:29AM -0500, Parin Shah wrote: - we need to maintain a counter for url in this case which would decide the priority of the url. But mainting this counter should be a low overhead operation,

Re: [PATCH] new proxy hook 2.1

2005-07-16 Thread Ian Holsman
Akins, Brian wrote: This patch adds a new hook (request_status) that gets ran in proxy_handler just before the final return. This gives modules an opportunity to do something based on the proxy status. A couple of examples where this is useful: -You are using a caching module and would rather

Re: mod-cache-requestor plan

2005-07-14 Thread Ian Holsman
Akins, Brian wrote: On 7/13/05 6:41 PM, Ian Holsman [EMAIL PROTECTED] wrote: a pool of threads read the queue and start fetching the content, and re-filling the cache with fresh responses. How is this better than simply having an external cron job to fetch the urls? You have total

Re: mod-cache-requestor plan

2005-07-14 Thread Ian Holsman
This was a private message. I will continue this one offline. Akins, Brian wrote: On 7/13/05 6:36 PM, Ian Holsman [EMAIL PROTECTED] wrote: Hi There. just remember that this project is Parin's SoC project, and he is expected to do the code on it. sure. I am expected to do what's best

Re: mod_mbox: js speed and mbox size

2005-07-13 Thread Ian Holsman
Bill Stoddard wrote: Maxime Petazzoni wrote: Hi, As I already said, the AJAX browser in mod_mbox relies on a hidden XmlHttpRequest and on Javascript processing of the replied XML document to generate the message list. After setting up a browser stub, I'm not going to concentrate on

Re: mod_cache new directive

2005-07-03 Thread Ian Holsman
Sergio Leonardi wrote: Hi all I'm a newbie and I'd like to plan to add to mod_cache a directive like this one, if possible. What could be the correct procedure to do it? Am I sending the message to the wrong place? Hi Sergio. It sounds like a great idea. How do you plan on implementing

Re: Move to dev@httpd?

2005-06-30 Thread Ian Holsman
+1 On 7/1/05, Paul Querna [EMAIL PROTECTED] wrote: I believe that we should close down [EMAIL PROTECTED], and move all discussion of this project to [EMAIL PROTECTED] This way more people can see some of the really cool things going on, and we get much better review of ideas than the very

Re: Monitoring HTTP error logs

2005-06-29 Thread Ian Holsman
Henri Gomez wrote: Hi to all, Did you know a tools on Unix/Linux system, which should be able to monitor in real-time the error_log of Apache2 servers and for example, send email/syslog message when a [error] string is detected ? Regards and thanks for your help look for a tool called

Re: mod_smtpd project planning

2005-06-29 Thread Ian Holsman
Roy T. Fielding wrote: On Jun 28, 2005, at 4:20 PM, Paul Querna wrote: So, to accommodate this, we would need a mod_smtpd space in subversion and a [EMAIL PROTECTED] mailing list. -1. The point of SoC is to get more people involved in open source projects, not to encourage the ASF to

Re: About mod_mbox future improvements

2005-06-26 Thread Ian Holsman
re-send to list On 6/27/05, Ian Holsman [EMAIL PROTECTED] wrote: you can make the XSLT 'standard' enough to handle both IE and firefox (and Safari) aim to do this. If you have some XSLT transform which you need and can't be done on IE, then we might need to fallback to mod_transform, but I

Apache Webserver Usage Survey

2005-06-21 Thread Ian Holsman
to complete. http://survey.zilbo.com/dev.survey I wish I could say there was a prize being given away if you fill it out, but there isn't.. This is 'opensource' research.. I don't have a marketing budget ;-) Regards Ian Holsman [EMAIL PROTECTED]

Out of Office AutoReply:

2005-05-05 Thread Ian Holsman
Title: Out of Office AutoReply: i am currently out of the office until May 23rd. if the matter is urgent, please contact tech-pma or my manager Paul Osterhus

Re: Actively Promoting Apache 2

2005-03-01 Thread Ian Holsman
The biggest hurdle 2.0 has had to face IMO is: - 1.3 isn't broken - we run 1.3 already - module XYZ only runs on 1.3 - 2.0 doesn't do anything that 1.3 doesn't do anyway What I would suggest for your marketing campaign would be to write and submit several technical articles about apache2 and how

Re: Apache HTTP Server 2.1.2 tagged...

2004-12-13 Thread Ian Holsman
Paul Querna wrote: +1 for promoting it to beta status. +1 for making it beta.. time to get some more people to shake the bugs out. been using it on OS/X for a while now and it seems not to crash every 5 seconds ;-) Ian

2.1 build broken ?

2004-11-27 Thread Ian Holsman
hi. I'm building from a clean slate (new box) and am having issues building it. It seems not to be including the stuff in listen.c its OS/X 10.3.6 with november's gcc patch.. no fink on it either. /ex/build-1/libtool --silent --mode=link gcc -faltivec -mcpu=7450 -mtune=7450 -mpowerpc

Re: More musings about asynchronous MPMs Re: Event MPM

2004-11-24 Thread Ian Holsman
Bill Stoddard wrote: Brian Pane wrote: Paul Querna wrote: Paul Querna wrote: A thread per-connection that is currently being processed. Yeah, SEDA's model of processing stages--basically a succession of thread pools through which a request passes, each with a queue in front--looks like a

Re: Whitespace strip filter for httpd v2.1

2004-11-22 Thread Ian Holsman
Cliff Woolley wrote: On Mon, 22 Nov 2004, Graham Leggett wrote: I have attached a small filter module that strips leading whitespace from text files. This would typically be used to remove the indenting whitespace found inside HTML files, resulting in a significant reduction in network traffic

Re: People still using v1.3 - finding out why

2004-11-18 Thread Ian Holsman
Matthieu Estrade wrote: I think people rely on apache 1.3 stability and security. many people consider httpd-2.0 as too young and don't try to understand why it's better. Does somebody have some percentage about 1.3 use and 2.0 ? I don't think 1.3 is still here because of modules, there is too

Re: 2.2 roadmap meeting tomorrow

2004-11-17 Thread Ian Holsman
Cliff Woolley wrote: For any committers interested: we're going to do a lunch meeting tomorrow (Monday) over lunch. Place TBA. I propose Hamburger Mary's since it's close and I haven't been there yet this year. --Cliff would you care to post a abbreivated dialouge/notes from the meeting up

Re: make the server not to start in case the Initialization is a failure

2004-09-10 Thread Ian Holsman
[EMAIL PROTECTED] wrote: Hi All, I am trying to write a sample Plugin on APACHE 2.0 which does some initialization. I am attaching the code portion for the same. static void mod_register_hooks(apr_pool_t *p) { ap_hook_child_init(mod_init_Child, NULL,NULL, APR_HOOK_FIRST);

Re: mod_cache 2 questions

2004-09-08 Thread Ian Holsman
Justin Erenkrantz wrote: --On Tuesday, September 7, 2004 2:48 PM +1000 Ian Holsman [EMAIL PROTECTED] wrote: Not really, but I'd like to see a patch posted to this list first before committing it. There's a couple ways I could see implementing this, but not sure which way you are intending

mod_cache 2 questions

2004-09-06 Thread Ian Holsman
ok.. so I've started playing with mod-cache again, and I noticed the following: - there is no way to cache something with query-args which doesn't return a expires tag. proposal: add a CacheIgnoreNoExpires directive so that we can cache them - Even if we add a optional function to ignore the

Re: [PATCH] mod_cache fixes: #6

2004-08-03 Thread Ian Holsman
Justin Erenkrantz wrote: --On Monday, August 2, 2004 11:44 AM -0400 Bill Stoddard [EMAIL PROTECTED] wrote: These are debug messages so not sure why they are a problem. +0 The logging code is expensive to call for every request like that as many times as it does. IMHO, there's no benefit to

Re: mod_cache performance

2004-08-03 Thread Ian Holsman
Brian Akins wrote: Justin Erenkrantz wrote: That brings it in line with mod_disk_cache in maxing out my network. Time to craft some better tests or find a faster network... -- justin I can probably help with the latter :) Can you send me details of your setup and I'll try to test later this

Re: building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread Ian Holsman
try raising a bug with PHP or mailing php-internals (which you didn't seem to crosspost to?) It looks like configuring with --with-mysql and --with-mysqli is probably the problem, but I'm not familiar with enough with mysqli php5 to really comment. bruce wrote: hi... this is cross posted to

The Byterange filter -- a new design -- feel free to rip it to shreds

2004-07-11 Thread Ian Holsman
ok, now before I start this let me say one thing, this is not for *ALL* requests, it will only work for ones which don't have content-length modifiable filters (like gzip) applied to the request, and it would be left to the webserver admin to figure out what they were, and if you could use

Re: 2.0.50 tarballs available for testing

2004-06-29 Thread Ian Holsman
Graham Leggett wrote: Joe Orton wrote: The vote is in STATUS, the patch has been shown to work independantly by one of the testers, could someone please add the last +1 so I can commit this trivial fix. Pretty please? your welcome. Regards Ian. Regards, Graham --

Re: multithreaded mpm's and mod_php

2004-04-19 Thread Ian Holsman
Enrico Weigelt wrote: Hi folks, does mod_php work w/ multithreaded MPMs ? cu It can, but it really depends on what libraries you link in, but yes it does work if the linked in libraries are thread safe. --Ian

Re: [PROPOSAL] Move httpd to the subversion repository

2004-03-14 Thread Ian Holsman
In article [EMAIL PROTECTED], Andre Malo [EMAIL PROTECTED] wrote: * Aaron Bannert [EMAIL PROTECTED] wrote: On Sat, Mar 13, 2004 at 02:04:09PM +0100, Sander Striker wrote: I hereby would like to propose that we move the HTTP Server project codebase to the Subversion repository at:

Re: [Q PATCH] - mod_cache - Cache Control: no-cache/no-store

2004-01-09 Thread Ian Holsman
Jean-Jacques Clar wrote: These are comments copied from ap_cache_check_freshness() line 163 cache_util.c: -- * - RFC2616 14.9.4 End to end reload, Cache-Control: no-cache. no-cache in * either the request or the cached response means that we must * revalidate

Re: Save brigade and buckets

2004-01-07 Thread Ian Holsman
Brian Akins wrote: This may not be apache-dev related, but I do not know where else to ask it. Is it possible to save an entire bucket bridade (including it's buckets) across requests. I looked at ap_save_brigade, but I'm sure that will work. It seems that the brigades are always tied to a

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

2003-12-10 Thread Ian Holsman
Cliff Woolley wrote: Which is exactly what is supposed to happen. Obviously it's not how things work at the moment, as the memory is never freed (which could probably be dealt with), but the real problem is that no data will leave the server out before it was completely read in. Yes, that

mod_mem_cache pools

2003-12-09 Thread Ian Holsman
hi. I was wondering if the queue/hash routines in mod-mem-cache could be reverted to using the pool based ones, instead of the malloc-based ones. and possibly change some of the object creation to pool based as well. this would leave the headers/content as malloc'd 2 reasons I can see for

Re: cvs commit: httpd-2.0/modules/generators mod_autoindex.c

2003-11-20 Thread Ian Holsman
André Malo wrote: * Paul Querna [EMAIL PROTECTED] wrote: On Thu, 20 Nov 2003 07:18:55 +0100, André Malo wrote * [EMAIL PROTECTED] wrote: mod_autoindex: new directive IndexStyleSheet Hmm, why not new IndexOption? Isn't that what Indexoptions are for? You mean somthing like: IndexOpion

[Fwd: cvs commit: httpd-test/specweb99/specweb99-2.0 mod_specweb99.c]

2003-11-19 Thread Ian Holsman
this commit reminds me.. weren't we going to do something similiar to this in 2.1 for the default file handler? (replace the 'stat' with a 'fstat') Will .. do you remember the whole details? it was something about putting the handle into the request_rec or something Original Message

Re: [PATCH] Add IndexStyleSheet to 2.0/2.1

2003-11-19 Thread Ian Holsman
Commited to the 2.1 branch. Thanks guys! Paul Querna wrote: Based on the Patch by Tyler Riddle for 1.3, these patches add an IndexStyleSheet for mod_autoindex in 2.0 and 2.1. The version for 2.1 also handles XHTML. -Paul Querna also online:

Re: caching includes parse tree

2003-11-17 Thread Ian Holsman
Brian Akins wrote: Any thought into parsing the results of the includes filter (offsets, etc.). In our environment, parsing the includes files is a huge performance hit. We are willing to help in any way. Hey Brian, it has been discussed before, and the two approaches is what I recall we

Re: consider reopening 1.3

2003-11-16 Thread Ian Holsman
Glenn wrote: On Sun, Nov 16, 2003 at 03:37:19PM -0500, Jim Jagielski wrote: Oh, how about my (effectively) 2-line patch which adds vhost to the error log, which I have posted to this list NO LESS THAN 6 TIMES and spaced out over the past 6 MONTHS in three different formats, using a global,

Re: consider reopening 1.3

2003-11-16 Thread Ian Holsman
Glenn wrote: On Mon, Nov 17, 2003 at 09:35:20AM +1100, Ian Holsman wrote: Glenn wrote: I have some different ideas. One is to distribute APR with 1.3 so that modules developers could incrementally move their modules to APR. why can't you just link APR into your 1.3 module? I don't think

Re: consider reopening 1.3

2003-11-16 Thread Ian Holsman
Rasmus Lerdorf wrote: I have always had the feeling that Apache2+prefork was a bit of a second-class citizen. I have tested it periodically over the past 2 years and it has never gotten anywhere close to Apache1 in performance. I ran another test of 1.3.29 vs 2.0.48-prefork just now just to

Re: ScriptLog

2003-09-06 Thread Ian Holsman
Cliff Woolley wrote: It's too bad you can't set the ScriptLog in a per-dir context -- that would allow an individual user (aka myself) to debug their own cgi scripts into their own error log even though there's no global ScriptLog enabled. --Cliff Hey Cliff, I guess the other one I'd like to see

Re: ScriptLog

2003-09-06 Thread Ian Holsman
Astrid Keßler wrote: Cliff wrote: On Sat, 6 Sep 2003, Astrid Keßler wrote: +1 for ScriptLog and RewriteLog(Level), although I'm not sure this is easy to implement. As I know, all log files are opend at server start. Allow directory based logging would mean to open and close log files per

Re: Fw: apr_shm_create

2003-08-21 Thread Ian Holsman
Nedelcho Stanev wrote: sending this twice, since i did'n get this in mail list. may be there are some problem mailing list is probable VERY slow, thanks to all the worms to clean up your shared memory, try looking at ipcs and ipcrm. you need to remove the shared memory segments from ther via

Re: strip rewritelog functionality per compiler option

2003-08-05 Thread Ian Holsman
André Malo wrote: On high-traffic production sites it is unlikely that RewriteLog will ever be used, so it may be desirable to strip the code entirely per compiler option from mod_rewrite. -0 from me. from a high-traffic site's perspecitve, I don't think we would use this option. we use the

AddOutputByType and the proxy

2003-07-18 Thread Ian Holsman
hey guys. I'm trying to add the DEFALTE filter like this Addoutputbytype DEFLATE text/html and it works spiffy for most things. except for reverse-proxied stuff now before I go patching things, I was wondering if this was desired behavior.. I'm thinking that it should be changed way down in

[PATCH] UDP Listeners (was Re: DNS+HTTP redirection system insidean Apache module)

2003-07-14 Thread Ian Holsman
Very interesting Michal. I would like to commit your UDP listener patch to apache 2.1's source tree. (providing other people don't have any major objections) Of course.. I would need your permission to do this first. Regards Ian Michal Szymaniak wrote: Hello, for those of you who are

Re: mod_deflate and load

2003-07-03 Thread Ian Holsman
Bill Marrs wrote: Ian, I'm cross posting this to [EMAIL PROTECTED] I had been a user of Apache 1.3 and mod_gzip, but I recently upgraded to Apache 2.0 and I'm trying to use mod_deflate. I got it working fairly well, but it's causing high load and page timeouts during peak periods of operation

Re: Scoreboard failure: v2.0.45 won't start on RH v7.3

2003-04-05 Thread Ian Holsman
Hi Graham... we see this often on unclean shutdowns one of our developers (hi Blaise) over here wrote this script (we start as user 'httpd', not root BTW) just be carefull if anything else is running as the same user. # find shared memory ipcs shmipcs=$(ipcs -m | egrep -v 'Shared|shmid' | grep

Re: mod_deflate -- File size lower bound needed?

2003-03-31 Thread Ian Holsman
Stephen Pierzchala wrote: All: A question for discussion: should a lower bound be set in mod_deflate? I just ran a test using the Linux Documentation Project files and found that some of the files in the test group were quite small, less that 100 bytes. When mod_deflate tackled these files, I

Re: Scalability of mod_cgid

2003-03-27 Thread Ian Holsman
Steve Sabljak wrote: Currently with apache 2.0.43 (64 bit, Solaris 8, worker mpm), under high load, we're seeing lots of connection refused to the cgi daemon in the error log. Am I right in saying mod_cgid forks new processes as they're required? Would a pre-forking cgi daemon be worth

2 off-topic questions

2003-03-27 Thread Ian Holsman
1. does anyone know of a tool which can replay http traffic caught via tcpdump, and possibly change the hostname/ip# of the host. 2. I heard mention of a module which logs post-data (and works in apache2) can anyone remember the name. TIA Ian

Re: Modify the content after having got it

2003-03-18 Thread Ian Holsman
Stas Bekman wrote: Cliff Woolley wrote: On Mon, 17 Mar 2003, Greg Ames wrote: I have 'data' datas long 'lenght'. If I try to modify the data I get and to send it again inside the bucket, it doesnt work. What kind of buckets do you have before you try to modify them? You can't modify some

  1   2   3   4   >