| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for MPMs that live in subdirectories under server/mpm | Brian Pane | 2002-04-12 | 1 | -2/+2 |
* | Pass the --includedir flag to the apr and apr-util configure calls. | Aaron Bannert | 2002-04-07 | 1 | -3/+3 |
* | AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE | Jeff Trawick | 2002-04-04 | 1 | -2/+2 |
* | Remove hardcoded paths from MPMs and move them to a more central | Sander Striker | 2002-04-04 | 1 | -1/+1 |
* | Added exp_foo and rel_foo variables to config_vars.mk for all Apache and | Aaron Bannert | 2002-03-21 | 1 | -2/+3 |
* | Solaris 8 doesn't have a thundering herd problem | Ian Holsman | 2002-03-16 | 1 | -1/+10 |
* | Stop copying APR's libtool. And pass enough parameters to apr's subconfig | Justin Erenkrantz | 2002-03-09 | 1 | -1/+1 |
* | Fix a bug that would cause SERVER_CONFIG_FILE to be an absolute path, | Aaron Bannert | 2002-03-08 | 1 | -1/+2 |
* | 64-bit build on AIX: | Jeff Trawick | 2002-03-07 | 1 | -1/+1 |
* | Fix a problem in the new --enable-layout functionality where | Aaron Bannert | 2002-03-06 | 1 | -11/+4 |
* | For some reason AC_PREFIX_DEFAULT must not be called before the apr | Aaron Bannert | 2002-02-28 | 1 | -1/+5 |
* | No longer assume SERVER_CONFIG_FILE is in the "conf" directory. Instead | Aaron Bannert | 2002-02-28 | 1 | -2/+4 |
* | Fix a typo in the default cgidir variable. | Aaron Bannert | 2002-02-28 | 1 | -7/+1 |
* | Set defaults for non-autoconf path variables. Also export a couple | Aaron Bannert | 2002-02-27 | 1 | -0/+1 |
* | Fix --enable-layout to work again. | Aaron Bannert | 2002-02-27 | 1 | -4/+15 |
* | Fix the AC_OUTPUT() macro for the BSD users. | Greg Stein | 2002-02-01 | 1 | -1/+1 |
* | Check for timegm() and for tm_gmtoff in struct tm. | Martin Kraemer | 2002-01-31 | 1 | -0/+10 |
* | new var. | Ian Holsman | 2002-01-19 | 1 | -0/+1 |
* | Per Ian's change, add the APRUTIL_EXPORT_INCLUDES vars to our environment. | Justin Erenkrantz | 2002-01-18 | 1 | -0/+1 |
* | OS/2: Supply the configured libraries to the linker when building loadable | Brian Havard | 2001-12-30 | 1 | -0/+1 |
* | This old variable does not appear to be in use any longer. | Aaron Bannert | 2001-12-27 | 1 | -5/+0 |
* | On AIX, DSOs which reference external libraries need those libraries | Jeff Trawick | 2001-12-21 | 1 | -0/+1 |
* | fix the value of the _CEE_RUNOPTS envvar on OS/390 | Jeff Trawick | 2001-12-19 | 1 | -1/+1 |
* | AIX: don't set LDR_CNTRL environment variable for 64-bit build | Jeff Trawick | 2001-12-17 | 1 | -1/+5 |
* | Move any load library path environment variables out of | Jeff Trawick | 2001-12-15 | 1 | -1/+15 |
* | change Apache/apr/apr-util to use run-time linking on AIX | Jeff Trawick | 2001-12-12 | 1 | -3/+3 |
* | separate logic specific to building Apache DSOs from logic needed | Jeff Trawick | 2001-12-05 | 1 | -1/+8 |
* | get binbuild working when apr, apr-util, and expat are built shared in | Greg Ames | 2001-12-03 | 1 | -0/+1 |
* | Get shared builds of libapr and libaprutil, as well as Apache DSOs, | Jeff Trawick | 2001-12-01 | 1 | -11/+3 |
* | Allow SUEXEC_BIN to be defined by the configure script. | Aaron Bannert | 2001-11-22 | 1 | -0/+5 |
* | Cleanup the proxy code that creates a request to the origin | Ryan Bloom | 2001-10-16 | 1 | -2/+2 |
* | Fix a typo in the configure script. This get AIX building cleanly. | Ryan Bloom | 2001-10-15 | 1 | -2/+2 |
* | Kill two autoconf-related birds with one commit. | Justin Erenkrantz | 2001-09-30 | 1 | -11/+11 |
* | httpd.exp is a generated file, and therefore, it is generated into the | Ryan Bloom | 2001-09-25 | 1 | -2/+2 |
* | kill -l requires the short version of the signal (without SIG prefix). | Justin Erenkrantz | 2001-09-21 | 1 | -4/+9 |
* | Switch back to SIGUSR1 for graceful restarts on all platforms that | Justin Erenkrantz | 2001-09-18 | 1 | -1/+11 |
* | Fix test for ltconfig, m4 processing removes the square brackets. | Brian Havard | 2001-09-15 | 1 | -1/+1 |
* | Remove an error during configure. Libtool 1.4 doesn't have ltconfig. | Ryan Bloom | 2001-09-12 | 1 | -1/+3 |
* | on AIX we need to pass in --disable-shared to apr and apr-util | Jeff Trawick | 2001-09-05 | 1 | -4/+15 |
* | Fix the interaction between --prefix and --with-layout. We were | Ryan Bloom | 2001-09-03 | 1 | -0/+3 |
* | * configure.in: added Cygwin specific APR_SETVARs. | William A. Rowe Jr | 2001-08-30 | 1 | -0/+4 |
* | Remove some unneeded autoconf checks. We now have no duplicate libraries | Justin Erenkrantz | 2001-08-27 | 1 | -4/+0 |
* | Add rules.mk back to the substitute list. I forgot to add the rules.mk.in | Ryan Bloom | 2001-08-22 | 1 | -1/+1 |
* | We don't have rules.mk.in, so autoconf/m4/sed will overwrite the good | Justin Erenkrantz | 2001-08-22 | 1 | -1/+1 |
* | Allow Apache to use libtool 1.4. In order to do this, we check the | Ryan Bloom | 2001-08-21 | 1 | -4/+20 |
* | Make mpmt_os2 the default MPM on OS/2. | Brian Havard | 2001-08-20 | 1 | -1/+1 |
* | The Unix MPMs other than perchild now allow child server | Jeff Trawick | 2001-08-16 | 1 | -1/+2 |
* | allow non-Unix MPMs to use mpm_common.c by not automatically | Jeff Trawick | 2001-08-13 | 1 | -0/+2 |
* | OS/2: Fix 'make install' handling of EXEs. | Brian Havard | 2001-07-27 | 1 | -0/+1 |
* | Use the autoconf variable "host" consistently for platform checks. | Roy T. Fielding | 2001-07-10 | 1 | -4/+4 |