History log of /httpd/support/config.m4
Revision Date Author Comments Expand
23f1535d6a60817d2846bac0aea230ea475d7dcc 1215525 17-Dec-2011 minfrin

mod_firehose: Add a new debugging module able to record traffic passing through the server in such a way that connections and/or requests be reconstructed and replayed.

41b22313b4c3a954f09962390d3d989c4040feab 1089950 07-Apr-2011 trawick

don't build checkgid or fcgistarter on MinGW PR: 49535 (subset of reported issues, replacement for supplied patch)

d3eb9314116268b422a31e650edd8e5cb2ca504c 730911 03-Jan-2009 jerenkrantz

Silence ulimit warnings on platforms/configs that don't support setting the soft limit to the hard limit (aka default Mac OS X). * support/config.m4: Redirect output to /dev/null.

9a60abfb324ea66f9d7089b856f315efeb7056b4 441796 09-Sep-2006 trawick

Allow htcacheclean, httxt2dbm, and fcgistarter to link apr/apr-util statically like the older support programs. Submitted by: Eric Covener <covener gmail.com> Reviewed by: Jeff Trawick

a83055da0b56110ac814fa153238ffe659b931e3 100959 11-Aug-2003 martin

Typo

5c13ba4361846609dccd3e2f79001bf297b8fde3 98401 21-Jan-2003 trawick

M-x untabify

7f124220a03771db40bfb8b81211e5871508d42d 98309 17-Jan-2003 trawick

Fix the ulimit command used by apachectl on Tru64. PR: 13609 Submitted by: Joseph Senulis <Joseph.Senulis@dnr.state.wi.us>, Jeff Trawick]

4fdee331ff7bf6cdf171092d70a95334335fdd7b 98277 15-Jan-2003 trawick

Change the ulimit command used by apachectl on AIX so that it works in all locales. the standard command fails in a non-English locale if the hard limit is unlimited since the display of the limit will translate "unlimited", but ulimit only accepts English "unlimited" on input

ba2bab42e97405dc41c0f8fe3416f7f9a79ed7a9 96053 15-Jul-2002 brianp

Increase the per-process file descriptor limit in apachectl for the benefit of people running multithreaded MPMs or lots of vhosts

fb50cf6056a42f94cc9e8eeabea1eb8d05e0aefc 93331 08-Feb-2002 aaron

Allow statically linked support binaries with the new --enable-static-support flag, and enable this behavior in the binbuild script. Also add a new --enable-static-htdbm flag. BTW, this takes care of 7/8th of a showstopper.

3fd3bfa088552c272fe6e3ff7f86b07db81d8351 93187 02-Feb-2002 trawick

finish implementing --enable-static-checkgid

e379fc6d7f79163700290d92ce75deb4f3005301 91211 30-Sep-2001 jerenkrantz

Kill two autoconf-related birds with one commit. - substr used in APACHE_MODULE for the help string did not parse correctly with autoconf 2.50+ so we had to punt there anyway and use AC_HELP_STRING. - Add APACHE_HELP_STRING define that will call AC_HELP_STRING on 2.50+ (actually not 2.13 - look at the regex call) or do our custom variation of it. This function can't have any extra spaces or it will be returned in the help string. So noted. If anyone can figure out how to insert a line break like 2.50+ does when we go over the 26th column, I'd appreciate it. I tried and I'm way too tired to figure it out now. Adding this would greatly simplify two or three HELP_STRING uses. - Switch all of those annoying WITH and ENABLE functions to use the APACHE_HELP_STRING. This makes everything consistent now. I've always had to go through and keep aligning everything every few months or so because I'm the only one who cares. No more. I refuse to do it any more! Use APACHE_HELP_STRING or be crucified. Looks decent with autoconf-2.13 and autoconf-2.52.

8a3a703eae0e35f674b189181609545c6fc77a09 91167 28-Sep-2001 rbb

Allow support programs to be compiled against a static version of libapr. This allows the smaller support programs to be relocated. Submitted by: Aaron Bannert <aaron@clove.org>