I get this when compiling 2.0.48 via gentoo's ebuild: /bin/sh /portage/apache-2.0.48/work/httpd-2.0.48/srclib/apr/libtool \ --silent --mode=compile gcc...
James H.Cloos Jr.
cloos@...
Nov 1, 2003 8:24 am
46088
Hi, Piped log files still dont work with apache 2.0.48 piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xxxxxxxx/logs/access_log'...
Bastiaan van der Put
bas@...
Nov 1, 2003 3:10 pm
46089
... I still have this patch in my tree for this feature. ISTR wondering what other people thought about it, and forgetting about the issue until you just...
Jeff Trawick
trawick@...
Nov 1, 2003 3:17 pm
46090
... That doesn't really work either, except with gcc. See the command stuff for Apache modules for that one made as good as we can. Cheers, Ben. -- ...
Ben Laurie
ben@...
Nov 1, 2003 6:20 pm
46091
Hi guys, at http://cvs.apache.org/~kess/programs/ you'll find a draft for a configure script documentation. There are still some open ends - mostly commented...
Astrid Keßler
kess@...
Nov 1, 2003 11:28 pm
46092
... It looks great -- go ahead and commit it. If there are any typos they won't get fixed until after you commit. I suggest adding some mention of config.nice...
Roy T. Fielding
fielding@...
Nov 2, 2003 12:04 am
46093
Hi. The attached patch corrects the description of the --with-apr-util configure option. The argument can be a directory path as well as the filename to the...
Astrid Keßler
kess@...
Nov 2, 2003 12:38 am
46094
... Looks very good. Here are some comments: - How are we planning to integrate this with install.xml? I assume we'll just rip out most of the "Configuring...
Joshua Slive
joshua@...
Nov 2, 2003 2:52 am
46095
I figured this out shortly after posting ... :( What is happening is that something in the latest glibc or kernel headers (not linked into /usr/include, but...
James H.Cloos Jr.
cloos@...
Nov 2, 2003 3:30 am
46096
I have an Intel S875WP1-E with FreeBSD 4.8-STABLE running Apache 2.0.48 prefork with mod_ldap enabled, built against OpenLDAP 2.1.23. I'm getting a SEGV when I...
Albert Chin
httpd-dev@...
Nov 2, 2003 4:47 am
46097
... Excellent! This has been sorely missed - I agree that you should just commit it as it is. vh Mads Toftum -- Speaking at ApacheCon 2003 -...
Mads Toftum
mads@...
Nov 2, 2003 10:07 am
46098
Hi, In the httpd there is #define HTTP_VERSION (me be clever ;). Well, there is also diferent define in the wininet.h with the same name. Can we rename that...
[ cleaning out an mbox and ran into this; not trimming the message since this is so old... ] ... You can mark those revisions as "dead". It would be something...
Greg Stein
gstein@...
Nov 2, 2003 7:37 pm
46103
On Thu, 30 Oct 2003, Nick Kew wrote:
> I've just hacked a couple of patches that fill gaps in Apache's
> URI manipulation, sufficient to construct HTTP...
Nick Kew
nick@...
Nov 3, 2003 12:53 am
46104
Would it be safe to say that everything posted on the mailing list is covered by the GNU Free Documentation License http://www.fsf.org/licenses/fdl.txt if I am...
Kyle Hamilton
williamhamilton@...
Nov 3, 2003 3:21 am
46105
... Actually nothing at the Apache Software Foundation falls under any GNU license. With the exception of PHP, it's all under the Apache License (currently...
Cliff Woolley
jwoolley@...
Nov 3, 2003 3:26 am
46106
[What's with the cross-post? Seems quite rude to me.] ... And I see no reason to believe that mailing list postings are covered by any license, including the...
Joshua Slive
joshua@...
Nov 3, 2003 4:13 am
46107
Hi Albert, Could you try this little patch posted on bugzilla: http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=8185 It works under linux but...
does somebody have any idea, why the following does not work? how do i correctly specify the location of berkely db? berkely db install: ../dist/configure...
solo turn
soloturn99@...
Nov 3, 2003 3:23 pm
46110
... In order for this to work, we'd need to let ServerAlias be used in the main server context. Otherwise, there is no way to specify that a site is known...
Joshua Slive
joshua@...
Nov 3, 2003 3:34 pm
46111
Hi, CustomLog "|/usr/local/apache2/bin/logresolve >> /home/accounts/x/xxxxx/logs/access_log" combined Works now, When stopping apache i still get piped log...
Bastiaan van der Put
bas@...
Nov 3, 2003 6:32 pm
46112
... Ya know - this is such a cool idea I'm thinking we aught to do the same for local CGI and backend proxy transmissions. Something like 'G' while we are...
... Others will when you break their modules. Your code will have to #undef that symbol depending on what meaning you are looking for (frankly, it's ...
William A. Rowe, Jr.
wrowe@...
Nov 3, 2003 8:33 pm
46116
Same here. Reported as bug ID 24337. Sincerely Jie...