Hi, Attached is the patch for fix of PR#21779. I am not sure whether I have added that code at best/ideal place, so please review it and let me know if there...
amit athavale
amit_athavale@...
Jan 1, 2004 9:43 am
47014
--On Tuesday, December 30, 2003 3:41 PM +0000 Ben Laurie <ben@...> ... I'd say commit to HEAD (aka 2.1) right now. We can deal with merging back ...
Justin Erenkrantz
justin@...
Jan 1, 2004 1:34 pm
47015
... Why? Unless the file changes in 2004, the copyright doesn't. And, in any case, the earliest date applies, so it gets us nowhere. Cheers, Ben. -- ...
Ben Laurie
ben@...
Jan 2, 2004 12:32 pm
47016
... It was done for LICENSE 1.0 and 1.1 all the time for some reason. But I don't know the american copyright rules that well, so I don't really know the...
... We seem to have this discussion every year. I'm too lazy to extensively dig in the archives, but: ...
Sander Striker
striker@...
Jan 2, 2004 1:35 pm
47018
... Me neither. Something like: This file is covered by the Apache 1.1 license see http://www.apache.org/licenses/LICENSE for details. Should be IMHO enough...
Mladen Turk
mturk@...
Jan 2, 2004 5:41 pm
47019
... This function is not EBCDIC safe. I'd suggest to use one of the escaping functions in server/util.c. Additionally please use ap_assert, which logs before...
... IANAL (nor am I Roy, of course) but after reading http://www.copyright.gov/circs/circ1.html (especially #noc and #hlc) it appears to me that basically the...
Erik Abele
erik@...
Jan 3, 2004 12:40 am
47021
... Ooops, forgot to bring that forward from 1.3. Thanks. Cheers, Ben. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no limit...
Ben Laurie
ben@...
Jan 3, 2004 1:40 pm
47022
... None of them do what I need. In particular, | and : must be escaped, and no other weird munging should occur (though I could live with things being escaped...
Ben Laurie
ben@...
Jan 3, 2004 2:08 pm
47023
... I don't think this is a safe change: 0 is now flagged with T_ESCAPE_FORENSIC|T_ESCAPE_LOGITEM|T_HTTP_TOKEN_STOP|T_ESCAPE_SHELL_CMD. At least...
Joe Orton
jorton@...
Jan 3, 2004 4:45 pm
47024
... I shall fix it. Cheers, Ben. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no limit to what a man can do or how far he...
Ben Laurie
ben@...
Jan 3, 2004 5:26 pm
47025
For some reason, VC6/SP5 exported makefiles don't copy os.h into the include directory. Any idea, someone? Thanks, nd...
... In fairness this has been Roy's practice, so let's not beat on Andre. Roy's logic is that this is a single work. If someone obtains a new tarball in...
William A. Rowe, Jr.
wrowe@...
Jan 3, 2004 7:30 pm
47027
Since the test_char.h header file is not located in the same place on the NetWare build as it is for Linux, the path can not be hardcoded. This may break the...
Brad Nicholes
BNICHOLES@...
Jan 3, 2004 7:36 pm
47028
... This patch is broken. Don't make me reverse it. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no limit to what a man can...
Ben Laurie
ben@...
Jan 3, 2004 9:12 pm
47029
Broken??? jorton already fixed up the INCLUDE path. Brad ... if ... Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business...
Brad Nicholes
BNICHOLES@...
Jan 4, 2004 3:16 am
47030
I have found a major buffer overflow bug... I found this while working on my ftp module for apache 2.0.. <http://outoforder.cc/projects/apache/> which was...
Edward Rudd
eddie@...
Jan 4, 2004 3:20 am
47031
Hi folks. Just announcing my port of apache to the embedded motorola powerpc 8xx processors running embedded Linux. The port can be found at:...
daniel.koerner@...
Jan 4, 2004 1:40 pm
47032
... Ooops. Guess I screwed up, it didn't build for me. Try again. Sorry. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no...
Ben Laurie
ben@...
Jan 4, 2004 1:41 pm
47033
Attached below is a highly experimental module which I hacked together in an hour or so to add "acquisition" (a la Zope) to Apache. It's mainly for comment....
... Is there a specific reason you ported 1.3, instead of using 2.0? Sander...
Sander Striker
striker@...
Jan 4, 2004 7:06 pm
47037
Hello, i am using mod_vdbh with MySQL database for my Virtual Hosts. I need to implement one feature in mod_vdbh, which allows to change external (mod_php)...
Lubo
mailings@...
Jan 5, 2004 10:45 am
47038
... Maybe you did not follow the discussion on dev@. This breaks the build at least on netware. nd...
... Not only is it possible, I wrote one. This code is originally based off of mod_vdbh, but I converted it to use libdbi and added a few other things. It...
Paul Querna
chip@...
Jan 5, 2004 12:26 pm
47040
Hi there ! Just a small question, is it possible in a HTTP response to unset or modify the Date and Content-Type header with mod_headers ? I can't manage to do...
CASTELLE Thomas
tcastelle@...
Jan 5, 2004 2:37 pm
47041
Hello all, how i can handle when some thread exit/die? there are ap_hook_child_init hook but nothing for cleanup. decho...
Nedelcho Stanev
decho@...
Jan 5, 2004 4:03 pm
47042
... I haven't used mod_headers, so I can't tell whether they do what you want, but if you use Apache 2 / mod_perl 2 combo you can easily modify response...