summaryrefslogtreecommitdiff
path: root/support/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* mod_firehose: Add a new debugging module able to record trafficGraham Leggett2011-12-171-0/+11
| | | | | | | | passing through the server in such a way that connections and/or requests be reconstructed and replayed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215525 13f79535-47bb-0310-9956-ffa450edef68
* don't build checkgid or fcgistarter on MinGWJeff Trawick2011-04-071-0/+14
| | | | | | | PR: 49535 (subset of reported issues, replacement for supplied patch) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089950 13f79535-47bb-0310-9956-ffa450edef68
* Silence ulimit warnings on platforms/configs that don't support setting theJustin Erenkrantz2009-01-031-1/+1
| | | | | | | | | soft limit to the hard limit (aka default Mac OS X). * support/config.m4: Redirect output to /dev/null. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730911 13f79535-47bb-0310-9956-ffa450edef68
* Allow htcacheclean, httxt2dbm, and fcgistarter to link apr/apr-utilJeff Trawick2006-09-091-0/+33
| | | | | | | | | | | statically like the older support programs. Submitted by: Eric Covener <covener gmail.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@441796 13f79535-47bb-0310-9956-ffa450edef68
* TypoMartin Kraemer2003-08-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100959 13f79535-47bb-0310-9956-ffa450edef68
* M-x untabifyJeff Trawick2003-01-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98401 13f79535-47bb-0310-9956-ffa450edef68
* Fix the ulimit command used by apachectl on Tru64.Jeff Trawick2003-01-171-1/+5
| | | | | | | | PR: 13609 Submitted by: Joseph Senulis <Joseph.Senulis@dnr.state.wi.us>, Jeff Trawick] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98309 13f79535-47bb-0310-9956-ffa450edef68
* Change the ulimit command used by apachectl on AIX so that itJeff Trawick2003-01-151-5/+16
| | | | | | | | | | | 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98277 13f79535-47bb-0310-9956-ffa450edef68
* Increase the per-process file descriptor limit in apachectlBrian Pane2002-07-141-0/+6
| | | | | | | | for the benefit of people running multithreaded MPMs or lots of vhosts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96053 13f79535-47bb-0310-9956-ffa450edef68
* Allow statically linked support binaries with the newAaron Bannert2002-02-071-10/+41
| | | | | | | | | | | --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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93331 13f79535-47bb-0310-9956-ffa450edef68
* finish implementing --enable-static-checkgidJeff Trawick2002-02-021-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93187 13f79535-47bb-0310-9956-ffa450edef68
* Kill two autoconf-related birds with one commit.Justin Erenkrantz2001-09-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | - 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91211 13f79535-47bb-0310-9956-ffa450edef68
* Allow support programs to be compiled against a static versionRyan Bloom2001-09-281-0/+45
of libapr. This allows the smaller support programs to be relocated. Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91167 13f79535-47bb-0310-9956-ffa450edef68