summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow htdbm to work with multiple DBM types by using a new optionIan Holsman2001-12-241-10/+20
* SH_LDFLAGS wasn't getting evaluated properly when it includedJeff Trawick2001-12-221-3/+0
* get binbuild to do the right thing with envvars (install/edit asJeff Trawick2001-12-151-1/+1
* Move any load library path environment variables out ofJeff Trawick2001-12-154-6/+23
* change Apache/apr/apr-util to use run-time linking on AIXJeff Trawick2001-12-121-1/+1
* make sure mod_foo.so is installed by apxs -iJeff Trawick2001-12-071-1/+3
* Allow apxs to be used to build DSOs on AIX without requiring theJeff Trawick2001-12-051-2/+5
* get binbuild working when apr, apr-util, and expat are built shared inGreg Ames2001-12-031-0/+5
* "totalcon / requests" is no longer double either, so %5e doesn't flyJeff Trawick2001-11-291-3/+3
* I don't believe it. This actually fixes the rest of the type mismatches.William A. Rowe Jr2001-11-291-19/+19
* Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup byWilliam A. Rowe Jr2001-11-273-121/+267
* Just some style changes from when I was working on the recent suexecAaron Bannert2001-11-221-134/+133
* apxs should be using sbindir not bindir for the path to the httpd binary.Justin Erenkrantz2001-11-201-3/+3
* Historically consistent flag to shutdown the server [stop is supported,William A. Rowe Jr2001-11-191-2/+2
* Drop the wide net observed by Ken Coar, since one .rc file does existWilliam A. Rowe Jr2001-11-121-1/+2
* clean up some warnings on AIXJeff Trawick2001-11-121-4/+4
* Allow apachectl to support mod_ssl's <IfDefine SSL> tags which theCliff Woolley2001-11-071-0/+13
* Thanks for the catch, Mr. Woolley, I left an out-of-place close paren.William A. Rowe Jr2001-11-061-1/+1
* Eliminate 'library'+'executable' cruft. Yes - this would be a dandyWilliam A. Rowe Jr2001-11-061-51/+42
* Submitted by: Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2001-11-062-0/+750
* Forces suexec to be compiled statically. This is necessary since itAaron Bannert2001-11-021-1/+3
* fix eval of vars incase string has quotesDoug MacEachern2001-11-021-2/+2
* Fix typos...Aaron Bannert2001-10-301-2/+2
* get proto for atoi()Jeff Trawick2001-10-291-0/+3
* ignore checkgidJeff Trawick2001-10-271-0/+1
* Bring forward checkgid helper from 1.3; checks runtimeKen Coar2001-10-262-1/+150
* Some type correctness fixes for LARGEFILES platforms.William A. Rowe Jr2001-10-171-8/+7
* In one target we weren't always creating the $libexecdirAaron Bannert2001-10-161-0/+1
* Make sure we install apxs.Ryan Bloom2001-10-121-1/+1
* Make the error messages from apachectl refer to the actual name of theRyan Bloom2001-10-101-22/+22
* Too many args is a bad thing too, some daysWilliam A. Rowe Jr2001-10-101-2/+2
* Rewrite of rotatelogs as an apr-ized app.William A. Rowe Jr2001-10-101-48/+66
* Allow ApacheBench to connect to and control Apache on other WinNT/2KWilliam A. Rowe Jr2001-10-063-20/+124
* Make sure we install all of the support scripts.Ryan Bloom2001-10-041-6/+6
* Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibcCliff Woolley2001-10-011-14/+13
* /GZ RTL debug flag is not recognized across VC 5/6/7.William A. Rowe Jr2001-10-011-2/+2
* Kill two autoconf-related birds with one commit.Justin Erenkrantz2001-09-301-5/+5
* Allow support programs to be compiled against a static versionRyan Bloom2001-09-282-5/+50
* Another recent Win32 PSDK addition that we can cover for VC5 users.William A. Rowe Jr2001-09-251-1/+2
* We need to use the APR-generated libtool for building modules.Justin Erenkrantz2001-09-231-3/+3
* kill -l requires the short version of the signal (without SIG prefix).Justin Erenkrantz2001-09-211-1/+1
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-191-2/+2
* Allow make install to work when built with VPATH.Ryan Bloom2001-09-141-1/+1
* rules.mk is stored in $(top_blddir). Without this change, VPATH buildsRyan Bloom2001-09-131-1/+1
* strip parens from config_vars.mk valuesDoug MacEachern2001-09-061-0/+1
* Make Apache 2.0 install all files in the same location as Apache 1.3Ryan Bloom2001-09-031-5/+5
* gather all of the cflags for compiling with apxsDoug MacEachern2001-08-311-1/+2
* * configure.in: added Cygwin specific APR_SETVARs.William A. Rowe Jr2001-08-301-0/+4
* Remove some debug code that I had in apxs.in.Ryan Bloom2001-08-281-1/+0
* - allows empty $val from httpd-2.0/build/config_vars.mkRyan Bloom2001-08-271-84/+103