Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-17 | This along with the recent dynamic linker fixes allows modules to work | Brad Smith | |
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64. | |||
2002-02-15 | fix htdocs pages, changed with apache 1.3.23 update, to install the right | Bob Beck | |
ones and not install the old ones. | |||
2001-10-03 | simple keynote module for apache and mod_ssl | Todd C. Miller | |
2001-08-06 | a few more files that should be munged on clean. | Brad Smith | |
2001-04-13 | Fix clean target so it really cleans - depending on if we have a | Bob Beck | |
seperate .OBJDIR or not, Now checks to see if .OBJDIR is seperate from CURDIR, and if so, blows away the lndir tree so that we don't get caught by stale stuff lying around. | |||
2001-03-29 | Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers | Bob Beck | |
and mod_expire | |||
2001-01-31 | silence a few more targets | Brad Smith | |
2001-01-30 | Supply an always safe path to configure | Niklas Hallqvist | |
2001-01-23 | - removed the redundant WWWROOT variable and just used HTTPD_PREFIX in | Brad Smith | |
its place - synced the paths to use the same scheme as in config.layout - removed a redundant --enable-module=ssl from CONFIG_ARGS - indented a few places - removed unused KLUDGEINCFILES variable - one step in the "distribution" target was echoing HTTPD_PREFIX but was actually installing into HTTPD_HTDOCSDIR -- Ok'd by beck@ | |||
2001-01-05 | alloc.h was renamed ap_alloc.h so install the correct thing and kill | Todd C. Miller | |
the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr. | |||
2000-12-18 | Argh. this commit didn't make it when I did it earlier - apache 1.3.14 + ↵ | Bob Beck | |
mod_ssl 2.7.1 merge | |||
2000-10-16 | respect CC. | Brad Smith | |
2000-07-07 | pass CFLAGS to build process, so that optimization happens; ↵ | Theo de Raadt | |
js3guj@gold.ocn.ne.jp | |||
2000-04-18 | strip htdigest and htpasswd before installing. | Federico G. Schwindt | |
2000-01-28 | More apache 1.3.11 changes | Bob Beck | |
2000-01-04 | strip on install, from fgsch@ | Bob Beck | |
1999-11-19 | make sure all the generated Makefile's are removed when running "make | Brad Smith | |
cleandir". ok'd by beck@ | |||
1999-10-10 | Make mips compile. -moj | Mats O Jansson | |
1999-10-07 | Fix missing includes - Thanks <Peter.Galbavy@knowledge.com> | Bob Beck | |
1999-10-06 | added new spiffy htdocs/openbsd_pb.gif to distribution install target. | Bob Beck | |
1999-10-02 | pick up apxs and suexec makefiles, add BUGS section to | Bob Beck | |
suexec mentioning that we do not install it setuid root and that this must be done for it to work. | |||
1999-10-01 | Man pages would be nice. | Bob Beck | |
1999-10-01 | change default values in here to sane ones for OpenBSD. suexec.h stuff | Bob Beck | |
gets set in config, but DEFAULT_PATH in httpd.h was an interesting polyglot of hoary old stuff from the RiscOS days... | |||
1999-10-01 | build all the extra modules, for arch's that support DSO | Bob Beck | |
(not enabled by default). enable suexec with reasonable OpenBSD paramters, but install 555 - user must change to be setuid before use. Change configuration to use /dev/arandom | |||
1999-09-30 | get xml and os include files | Bob Beck | |
1999-09-29 | add makefile.bsd-wrapper | Bob Beck | |