| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed extraneous "{} \;" from some xargs calls | Brian Pane | 2002-05-25 | 1 | -4/+4 |
* | Make sure that the runtimedir is created by make install. | Jeff Trawick | 2002-05-21 | 1 | -0/+1 |
* | Considering the overall goal of making APR and APR-util being used | Justin Erenkrantz | 2002-05-13 | 1 | -3/+2 |
* | Stop trying to help apr and apr-util by installing their includes. They're | Justin Erenkrantz | 2002-05-13 | 1 | -2/+0 |
* | get "make extraclean" and probably "make distclean" to work on AIX | Jeff Trawick | 2002-05-07 | 1 | -1/+1 |
* | Remove autom4te.cache when doing make distclean. | Justin Erenkrantz | 2002-05-03 | 1 | -0/+3 |
* | Fix generated httpd.conf to respect layout for LoadModule lines. | Justin Erenkrantz | 2002-05-03 | 1 | -1/+1 |
* | Don't install *.in config files. | Aaron Bannert | 2002-04-29 | 1 | -1/+1 |
* | Added support for MPMs that live in subdirectories under server/mpm | Brian Pane | 2002-04-12 | 1 | -1/+1 |
* | With VPATH builds, the httpd.conf-std file is found in the build directory, | Ryan Bloom | 2002-04-05 | 1 | -0/+3 |
* | Remove hardcoded paths from MPMs and move them to a more central | Sander Striker | 2002-04-04 | 1 | -2/+2 |
* | OS/390: install apachecore.[dll|x] in lib/ rather than bin/ . | Greg Ames | 2002-03-20 | 1 | -1/+1 |
* | Fix apxs -g handling. | Jeff Trawick | 2002-03-14 | 1 | -4/+5 |
* | Stop copying APR's libtool. And pass enough parameters to apr's subconfig | Justin Erenkrantz | 2002-03-09 | 1 | -5/+1 |
* | It is bad to recursively remove every CVS directory in a person's | Aaron Bannert | 2002-03-07 | 1 | -7/+7 |
* | need to copy mod_log_config over for custom-loggers | Ian Holsman | 2002-02-22 | 1 | -0/+1 |
* | Currently pcre/config.h and pcre/internal.h are getting installed - it | Aaron Bannert | 2002-01-23 | 1 | -1/+1 |
* | Make sure we use the same version of Make for building suexec as we do | Ryan Bloom | 2002-01-18 | 1 | -1/+1 |
* | need to use $(top_srcdir) when installing build/instdso.sh | Doug MacEachern | 2002-01-06 | 1 | -1/+1 |
* | Move any load library path environment variables out of | Jeff Trawick | 2001-12-15 | 1 | -0/+6 |
* | make sure mod_foo.so is installed by apxs -i | Jeff Trawick | 2001-12-07 | 1 | -0/+1 |
* | Fix the installation target to make sure that the manual is | Ryan Bloom | 2001-11-24 | 1 | -2/+2 |
* | mod_ssl is big and bulky, takes awhile to load, sometimes must wait for | Aaron Bannert | 2001-11-23 | 1 | -0/+6 |
* | Remerge proxy configuration. Tally: of 9 votes; | William A. Rowe Jr | 2001-10-22 | 1 | -1/+1 |
* | Teach me to copy and paste. | Ryan Bloom | 2001-10-18 | 1 | -1/+1 |
* | Make sure we install the proxy header file. | Ryan Bloom | 2001-10-18 | 1 | -0/+1 |
* | Fixed the configure script to add a LoadModule directive to | Ryan Bloom | 2001-10-11 | 1 | -3/+25 |
* | Rename ssl-std.conf to match Makefile.in's installation action | Martin Kraemer | 2001-10-08 | 1 | -0/+1 |
* | Make sure we run the new conf files through sed. | Justin Erenkrantz | 2001-10-05 | 1 | -1/+1 |
* | Suexec is compiled to the builddir, not the source dir. | Ryan Bloom | 2001-10-02 | 1 | -1/+1 |
* | If we are going to have an optional function, we have to install that | Ryan Bloom | 2001-09-18 | 1 | -0/+1 |
* | Allow make install to work when built with VPATH. | Ryan Bloom | 2001-09-14 | 1 | -9/+9 |
* | rules.mk is stored in $(top_blddir). Without this change, VPATH builds | Ryan Bloom | 2001-09-13 | 1 | -1/+1 |
* | Install the mod_core.h file. Mod_proxy relies on it. | Ryan Bloom | 2001-08-31 | 1 | -0/+1 |
* | fix suexec's install by invoking some powerful Sascha magic. | Greg Ames | 2001-08-30 | 1 | -1/+1 |
* | Fix a typo. | Ryan Bloom | 2001-08-27 | 1 | -1/+1 |
* | Improvements to APXS. It now uses the config_vars.mk variables to | Ryan Bloom | 2001-08-26 | 1 | -3/+7 |
* | My first try at relocating the manual tree outside of the htdocs/ directory. | Martin Kraemer | 2001-08-23 | 1 | -2/+2 |
* | If my grep and brain are working, that's all there is to adding error/ | William A. Rowe Jr | 2001-08-20 | 1 | -2/+9 |
* | Install the SSL header files. | Ryan Bloom | 2001-08-14 | 1 | -0/+1 |
* | Install all build/*.mk when we install Apache. This is the first step | Ryan Bloom | 2001-07-30 | 1 | -1/+8 |
* | install the man pages when we install everything else. | Ryan Bloom | 2001-07-05 | 1 | -1/+9 |
* | Doxygenation. | Ben Laurie | 2001-05-28 | 1 | -1/+1 |
* | Change the make targets and rules to be consistent in all of the | Roy T. Fielding | 2001-05-18 | 1 | -6/+7 |
* | Add a missing backslash in the install-other code so that the httpd.dll | Jeff Trawick | 2001-05-02 | 1 | -1/+1 |
* | OS/2: fix "make install" to install shared core & programs with a .exe | Brian Havard | 2001-04-29 | 1 | -0/+4 |
* | This changes the build process as outlined in my email earlier this week. | David Reid | 2001-04-18 | 1 | -1/+1 |
* | Do not install the binaries from the support directory twice. | Ryan Bloom | 2001-04-13 | 1 | -18/+1 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 1 | -4/+4 |
* | Fix errors in generating docco using make docs. | Victor J. Orlikowski | 2001-04-10 | 1 | -1/+1 |