Re: Going GA

2002-04-05 Thread Thomas Eibner
nging it up for the first time it's all ready to be pushed out. (Just an observation) -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>

Re: Going GA

2002-04-05 Thread Thomas Eibner
On Fri, Apr 05, 2002 at 06:23:30PM -0500, Cliff Woolley wrote: > On Sat, 6 Apr 2002, Thomas Eibner wrote: > > > As a bystander I can second that. Wondering if anyone who might not > > be able to read the list today wanted a say in that too. > > Less than 8 hours afte

[PATCH] mod_auth_anon 1.3

2002-04-26 Thread Thomas Eibner
56,258c256 < ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, r, < "Anonymous: Passwd <%s> Accepted", < sent_pw ? sent_pw : "\'none\'"); --- > r->connection->remote_logname = ap_pstrdup(r->

Re: [PATCH] mod_auth_anon 1.3

2002-04-26 Thread Thomas Eibner
On Fri, Apr 26, 2002 at 12:49:12PM -0700, Joshua Slive wrote: > > On Fri, 26 Apr 2002, Thomas Eibner wrote: > > > > > After a short discussion on #apache we came to the conclusion that the > > way mod_auth_anon logs the "passwd" used to access the uri i

Re: Apache History Project - Call for comments

2002-05-12 Thread Thomas Eibner
ssion that goes on here on dev@. Right now we're still brainstorming on which kind of information we'd like to see in the history project and it would benefit having a seperate mailinglist for that. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/> !(C)<http://copywrong.dk/> <http://apachegallery.dk/> Putting the HEST in .COM <http://www.hestdesign.com/>

Re: Apache History Project - Call for comments

2002-05-14 Thread Thomas Eibner
1: Sameer Parekh 1196 1.367% 22: Dirk-Willem van Gulik 1064 1.216% 23: Cliff Woolley 1011 1.155% 24: Manoj Kasichainula 964 1.102% 25: Justin Erenkrantz953 1.089% Full list of posters with more than 10 posts can be fou

Re: Apache History Project - Call for comments

2002-05-14 Thread Thomas Eibner
On Tue, May 14, 2002 at 08:30:49PM -0700, Doug MacEachern wrote: > On Tue, 14 May 2002, Doug MacEachern wrote: > > > On Wed, 15 May 2002, Thomas Eibner wrote: > > > > > Full list of posters with more than 10 posts can be found at: > > > http://stderr.net/his

Re: Apache History Project - Call for comments

2002-05-15 Thread Thomas Eibner
going generated on a regular basis anyway. This was not an attempt to degrade anyone's effort on the Apache httpd list. > It is extremely hard to get people to remain detached about these things. Very true. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <h

Re: Apache History Project - Call for comments

2002-05-15 Thread Thomas Eibner
ired for a patch to be included, review-then-commit > vs. commit-then-review, etc... Very useful, adding that to our notes. Thanks. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>

Re: Internal redirection without a HTTP redirection

2002-05-21 Thread Thomas Eibner
he response before returning it to the user agent. > How can I do this? mod_proxy -- Thomas Eibner <http://thomas.eibner.dk/>

[1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
Win98; en-US; rv:1.0rc3) Gecko/20020523 MIME-Version: 1.0 Thomas Eibner wrote: > On Tue, May 28, 2002 at 01:21:59PM +0200, Anthony Howe wrote: > >>Are you using Apache 1.3? Are you using mod_proxy? I submitted a long >>time ago a patch to Apache to fix a bug in mod_proxy

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
On Wed, May 29, 2002 at 06:47:20PM +0200, Graham Leggett wrote: > Thomas Eibner wrote: > > > Anyone looked at the remaining open bugs in 1.3 and might want to include > > this patch (and bug)? > > Only if someone can verify that this patch actually does anything. The

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
On Wed, May 29, 2002 at 07:10:25PM +0200, Graham Leggett wrote: > Thomas Eibner wrote: > > > Looking at apache-1.3 in cvs VS httpd-2.0 there seems to be a few > > changes, and the X-Forwarded-* headers are some of them. I have a > > patch ready if needed (with what I beli

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
On Wed, May 29, 2002 at 07:20:17PM +0200, Graham Leggett wrote: > Thomas Eibner wrote: > > > Ah yes, X-Forwarded-For is there, but not the two others there is in > > 2.0 (X-Forwarded-Server and X-Forwared-Host) I read in the source that > > someone thinks it needs t

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
On Wed, May 29, 2002 at 07:44:16PM +0200, Graham Leggett wrote: > Thomas Eibner wrote: > > > Inline patch here, but I'm wondering if you want the X-Forwarded-For > > header to be stuck inside the conditional too? > > I think it should be... will sort this out

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
On Wed, May 29, 2002 at 02:02:53PM -0400, Greg Marr wrote: > At 01:30 PM 05/29/2002, Thomas Eibner wrote: > >Index: proxy_http.c > >=== > >RCS file: /home/cvspublic/apache-1.3/src/modules/proxy/proxy_http.c,v &

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
On Wed, May 29, 2002 at 08:18:53PM +0200, Thomas Eibner wrote: > On Wed, May 29, 2002 at 02:02:53PM -0400, Greg Marr wrote: > > At 01:30 PM 05/29/2002, Thomas Eibner wrote: > > >Index: proxy_http.c > > >=

Re: [1.3] Proxy fixes and FWD: Re: [apache-modules] Setting bytes_sent in Request Record while generating all headers by myself in Apache 1.3]

2002-05-29 Thread Thomas Eibner
ting the > header namespace with more non-standard cruft. Not good. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/> !(C)<http://copywrong.dk/>

Re: [patch mod_example.c] various fixes, mostly docs

2002-07-01 Thread Thomas Eibner
thing to replace with, so those who know can easily spot what should be > fixed. > > of course this module requires much more work. I hear you on that point, anyone interested in a little hacking session on mod_example? -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone &

Re: Header fields for canned error pages

2002-07-02 Thread Thomas Eibner
to the response header. > > Is this a bug? I'm not sure either way.. Isn't it only because the subrequest that serves the error document for the 404 is a cgi script? Have you tried with a regular file and seen the same header being set? -- Thomas Eibner

Re: Port 80 vs 8080 when not SU.

2002-07-10 Thread Thomas Eibner
w to use > --port on the configure command line. Yeah, or have a seperate config file they use specifically for their testing. -- Thomas Eibner <http://thomas.eibner.dk/>

Re: Rewriting incoming & outgoing headers

2002-07-19 Thread Thomas Eibner
ust after coming into > the server and just before going out to the browser. for 1.3 at least: 1) post read request phase 2) fixup phase And why can't you do that with a simple custom written module? -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>

Re: Thread-unsafe libraries in httpd-2.0

2002-08-16 Thread Thomas Eibner
modules for inclusion in httpd!) > > > > I think that the doc/pages that Rasmus started is an excellent 1st > step. Could anyone recommend some reading on threading issues for people without much/any knowledge about threading? (Books/articles/etc) -- Thomas Eibn

Re: stupid question?

2002-09-12 Thread Thomas Eibner
amp; !ap_isspace(*last)) { ++last; /* end at next whitespace */ } return ap_pstrndup(r->pool, first, last - first); } -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.n

Re: stupid question?

2002-09-24 Thread Thomas Eibner
my >server? Probably not the right list for this, but you can't really be 100% sure that the form is being submitted from your server. But what you are looking for is really the referer. (still not 100% sure though) -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <htt

Re: url finishing by / are declined by cache

2002-10-16 Thread Thomas Eibner
Not for negotiation reasons? (I seem to remember discussions where that was brought up). > > > > > > /* DECLINE urls ending in / ??? EGP: why? */ > > > > if (url[urllen-1] == '/') { > > return DECLINED; > > > > } --

Re: stable 2.0 trees

2002-10-16 Thread Thomas Eibner
dy exists please point me to it... Point me in that direction too. It's a very good idea Guenter (if there is no such list already). -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/> !(C)<http://copywrong.dk/> <http://apachegallery.dk/> Putting the HEST in .COM <http://www.hestdesign.com/>

Re: merging httpd-pop3 into httpd-2.0?

2003-01-23 Thread Thomas Eibner
On Thu, Jan 23, 2003 at 10:22:16AM -0500, Ben Hyde wrote: > Moving to closure on the decision - my sense is that this plan is > acceptable. > > Now we can transition to doing the deed. Anybody got enough of an itch > around that code to rescue it? > > I'll advocate retiring it otherwise. - b

Re: merging httpd-pop3 into httpd-2.0?

2003-01-23 Thread Thomas Eibner
On Thu, Jan 23, 2003 at 11:10:11AM -0500, Bill Stoddard wrote: > Thomas Eibner wrote: > > >On Thu, Jan 23, 2003 at 10:22:16AM -0500, Ben Hyde wrote: > > > > > >>Moving to closure on the decision - my sense is that this plan is > >>acceptable. > &

Re: merging httpd-pop3 into httpd-2.0?

2003-01-26 Thread Thomas Eibner
pop3 > >jim +1 modules/experimental > >bills -0 !modules/pop3 > >willrowe -0 modules/experimental / +0 modules/pop / +1 for it's > >current repository > > > >plus some positive votes from Daniel Lopez, Thomas Eibner, Harrie > >Hazwinkel and Chris Taylor. >

Re: Advanced Mass Hosting Module

2003-03-14 Thread Thomas Eibner
On Thu, Mar 13, 2003 at 08:27:30PM +0900, Nathan Ollerenshaw wrote: > Resending this to this list as I got no response on users list. > > Currently, we are using flat config files generated by our website > provisioning software to support our mass hosted customers. The reason > for doing it this

Re: Advanced Mass Hosting Module

2003-03-14 Thread Thomas Eibner
On Sat, Mar 15, 2003 at 01:00:18AM +0900, Nathan Ollerenshaw wrote: > On Saturday, March 15, 2003, at 12:02 AM, Thomas Eibner wrote: > > >On Thu, Mar 13, 2003 at 08:27:30PM +0900, Nathan Ollerenshaw wrote: > >>Resending this to this list as I got no response on users list. &

Re: Advanced Mass Hosting Module

2003-03-17 Thread Thomas Eibner
On Sat, Mar 15, 2003 at 07:45:00PM -0800, Ian Holsman wrote: > I was looking at the code, and I think we could acheive alot if we replaced > the calls > to the vhost-parsing code on > http://lxr.webperf.org/source.cgi/server/protocol.c#L980 & > http://lxr.webperf.org/source.cgi/server/connection.

Re: [PATCH] Add mod_gz to httpd-2.0

2001-09-03 Thread Thomas Eibner
hat big of a problem? Of course the sources could be bundled with a guide on how to install zlib on Win32 if you really wanted it anyway.. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: [PATCH] Add mod_gz to httpd-2.0

2001-09-03 Thread Thomas Eibner
On Mon, Sep 03, 2001 at 01:37:38PM -0600, Jerry Baker wrote: > Thomas Eibner wrote: > > > > On Mon, Sep 03, 2001 at 12:22:33PM -0700, Justin Erenkrantz wrote: > > > My point is that almost every OS comes with a copy of zlib now. We > > > can't expect mos

using table/array functions standalone for examples

2001-09-03 Thread Thomas Eibner
the output of what would happen if they ran it, but I think writing a stand-alone program of their own would benefit in their understanding of how it works. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: [PATCH] Add mod_gz to httpd-2.0

2001-09-05 Thread Thomas Eibner
eal like this. More money, more likely that Ryan, Randy, Dough, William, etc. will keep up their very good work on Apache. my $cent = 2; [1] http://www.covalent.net/company/press/news-20010828.php -- Thomas Eibner

Re: mod_rewrite.c adding X-Forwarded-For for proxy requests

2001-10-04 Thread Thomas Eibner
ur backend? I made a little module that does the opposite of mod_proxy_add_forward, it's called mod_rpaf and you can find it on http://stderr.net/apache/rpaf/ -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: [PATCH] for ServerSignatures / ServerTokens

2001-11-19 Thread Thomas Eibner
mething in the first thread about the server tokens. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: Better privacy with SERVER_SIGNATURE

2001-11-19 Thread Thomas Eibner
On Wed, Oct 17, 2001 at 06:35:27AM +0200, Thomas Eibner wrote: > I don't like the idea of people being able to change the server > signature to something like "AnythingGoes/1.0", 'cause there is really > no product called that, if it's Apache, it should say A

Re: [STATUS] (httpd-2.0) Wed Nov 28 23:45:08 EST 2001

2001-11-28 Thread Thomas Eibner
retrieving revision 1.449 retrieving revision 1.450 diff -r1.449 -r1.450 2a3,5 > *) Add mod_deflate to experimental. > [Ian Holsman, Justin Erenkrantz] > -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: cvs commit: apache-1.3/src CHANGES

2001-12-20 Thread Thomas Eibner
dig into this, it would be > a good thing to fix, and then call 1.3 'done' for a while :) Would it be possible to integrate the changes needed to export all of the API functions consistently to all platforms? I still have a patch in-progress for a few months now, but I might sch

Re: cvs commit: apache-1.3/src CHANGES

2001-12-20 Thread Thomas Eibner
xported). I will look at it when I get home tonight. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

[PATCH (1.3)] Export functions defined in httpd.exp

2001-12-21 Thread Thomas Eibner
eloaded_modules ap_rfc1413_timeout ap_scoreboard_image ap_signal ap_slack ap_sys_siglist ap_util_init ap_util_uri_init The rest of the functions should be exported now. Anyone care to take a look if they're all done right? Are there any more platforms it need to be done for? -- Thomas Eibner <

Re: [PATCH (1.3)] Export functions defined in httpd.exp

2001-12-21 Thread Thomas Eibner
the actual patching automated with and kept an eye on what it did. I would just like for someone other than myself to verify that I'm using the correct API_EXPORT,CORE_EXPORT,API_EXPORT_NONSTD definitions all over. thanks, -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: Debugging help, please?

2002-01-02 Thread Thomas Eibner
using different execution environments on Linux.) > If this is a known problem with known workarounds or fixes, > that would be even better than trying to use gdb :-D Try recompiling Apache with CFLAGS=-g and then start it in single child mode in gdb: $ gdb /path/to/bin/httpd (gdb

Re: Debugging help, please?

2002-01-02 Thread Thomas Eibner
hat I can do. Thanks! - Bruce That's why you run apache in the single process mode (-X). -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: Emacs stanza?

2002-01-03 Thread Thomas Eibner
But it's still kinda ugly having to commit indent fixes. http://httpd.apache.org/dev/styleguide.html has the indent arguments. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>

Re: Tag 1.3.23?

2002-01-18 Thread Thomas Eibner
t have been in the tree since it was made. If you want the fix pulled out I'd suggest that you don't make the functions available at all from src/support/httpd.exp since it has never correctly been exported, which I consider a reasonable bug. So basically you're told that there&

Re: Tagging 1.3.23

2002-01-21 Thread Thomas Eibner
ache-1.3/src' > make[1]: *** [build-std] Error 2 > make[1]: Leaving directory `/home/coar/apache-1.3' > make: *** [build] Error 2 ln -s /usr/include/gdbm-ndbm.h /usr/include/ndbm.h in case you're running debian and have installed libgdbmg1-dev. (If that is the case:

Re: Tagging 1.3.23

2002-01-21 Thread Thomas Eibner
y sure > this is something new. I just tried it on my debian, with the ndbm.h symbolic link it works, without it breaks. So I'd say it's a linux problem. It's been happening to me for ages on my new debian boxen until I did the link from gdbm-ndbm.h -- Thomas Eibner <

Re: Tagging 1.3.23

2002-01-21 Thread Thomas Eibner
On Mon, Jan 21, 2002 at 04:15:25PM -0500, Rodent of Unusual Size wrote: > Thomas Eibner wrote: > > > > ln -s /usr/include/gdbm-ndbm.h /usr/include/ndbm.h in case > > you're running debian and have installed libgdbmg1-dev. > > (If that is the case: debian breakag

Re: Tagging 1.3.23

2002-01-21 Thread Thomas Eibner
king against gdbm? If so, > solution 1 will do for now, since we will have to force the user to > install db1-devel. However, find-dbm-lib has always felt like > something of a hack to me. Moving around on the way that find-dbm-lib looks for the libs works for me on my Debian box. Is this

Re: Tagging 1.3.23

2002-01-21 Thread Thomas Eibner
On Mon, Jan 21, 2002 at 05:04:01PM -0500, Rodent of Unusual Size wrote: > Thomas Eibner wrote: > > > > Moving around on the way that find-dbm-lib looks for the libs works for > > me on my Debian box. Is this going to break something else? > > Without testing this pat

Re: Tagging 1.3.23

2002-01-21 Thread Thomas Eibner
On Mon, Jan 21, 2002 at 05:04:01PM -0500, Rodent of Unusual Size wrote: > Thomas Eibner wrote: > > > > Moving around on the way that find-dbm-lib looks for the libs works for > > me on my Debian box. Is this going to break something else? > > Without testing this pat

Re: Tagging 1.3.23

2002-01-22 Thread Thomas Eibner
Is there something similar on other distributions (I ask about Debian > in particular, as I am rather ignorant of its setup)? /etc/debian_version, but I'm not sure any dbm headers are included by default in debian, I'll have to install a vmware test box later tonight. -- Thoma

Re: [PATCH] log cookie values in 1.3, repost

2002-01-29 Thread Thomas Eibner
Akins > Systems Engineer III > CNN Internet Technologies -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> !(C)<http://copywrong.dk/> Putting the HEST in .COM <http://www.hestdesign.com/>

Re: modules.apache.org

2002-02-12 Thread Thomas Eibner
hine in my spare time, so things may take a while to > > get kick-started. > > Please colour me interested in helping.. Are there any projects regarding modules.apache.org that will require development effort? I'd be interested in helping if that is the case. -- Thoma

Re: modules.apache.org

2002-02-12 Thread Thomas Eibner
t; and running, I can create a mailing list, and we can all discuss our > > goals for the site at that time. > > Hopefully it will be better connected (at least for european users, the > current modules.apache.org is dead slow and unreliable). Funny. I never had any problems accessing i

Re: modules.apache.org

2002-02-13 Thread Thomas Eibner
JSP/perl/PHP ? > or a custom apache module (this is dev@ after all) Already a lot of ideas floating around, maybe it would be good to get a mailinglist set up for discussion on it? -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_po

Re: modules.apache.org

2002-02-13 Thread Thomas Eibner
nt mail server. It's fine, and I was just trying to make people stop emptying out their ideas before something was set up :-) And if it really was important then I'm sure there'd be more than a few offering a temp list setup, but I have no problem waiting for it. -- Thomas Eibn