summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Collapse)Author
2001-08-06a few more files that should be munged on clean.Brad Smith
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-20merge mod_ssl 2.8.4Brad Smith
-- Ok'd by: beck@
2001-05-03fix bug where apache would segfault on startup if localhost wasn'tBob Beck
defined for 127.0.0.1, thanks fgsch@
2001-04-13Fix clean target so it really cleans - depending on if we have aBob 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-04-13merge mod_ssl 2.8.2Brad Smith
-- Ok'd by: beck@
2001-04-13merge mod_ssl 2.8.2Brad Smith
-- Ok'd by: beck@
2001-03-29Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headersBob Beck
and mod_expire
2001-03-29import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2001-02-22set default values to sane things for OpenBSD, these are normallyBob Beck
set by Makefile.bsd-wapper, but this causes grief for people building just suexec if they aren't there, noticed in pr1680 by James Ponder <james@squish.net>
2001-01-31silence a few more targetsBrad Smith
2001-01-30Supply an always safe path to configureNiklas Hallqvist
2001-01-23- removed the redundant WWWROOT variable and just used HTTPD_PREFIX inBrad 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-05alloc.h was renamed ap_alloc.h so install the correct thing and killTodd C. Miller
the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr.
2000-12-18sync with Apache 1.3.14Brad Smith
2000-12-18import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2000-12-18Argh. this commit didn't make it when I did it earlier - apache 1.3.14 + ↵Bob Beck
mod_ssl 2.7.1 merge
2000-12-15import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2000-12-15apache 1.3.14 + mod_ssl 2.7.1 mergeBob Beck
2000-12-15import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
2000-11-10revert, okay @aaronNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-18Version 2 of the mod_rewrite fix from apache, fixes problem withBob Beck
mod_rewrite not working for lookup tables
2000-10-16fix from 1.3.14 for mod_vhost_alias to ensure cgi script contents are not sentBob Beck
out by the server
2000-10-16mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewriteBob Beck
configs allowing access to any file on the server.
2000-10-16respect CC.Brad Smith
2000-10-16use "cc -shared" to link the modules on 2.8 and up.Brad Smith
Ok'd by beck@, espie@ and deraadt@
2000-10-16include the revision of OpenBSD with the output.Brad Smith
2000-08-19cleanupBob Beck
2000-08-19Bypass key generation if no SSL is not enabled in any (virtual) servers.Bob Beck
made fun and entertaining by the way apache initializes modules and DSO's
2000-08-15merge mod_ssl 2.6.6Brad Smith
2000-07-21Mod_SSL 2.6.5 - from brad@, thanks.Bob Beck
2000-07-07pass CFLAGS to build process, so that optimization happens; ↵Theo de Raadt
js3guj@gold.ocn.ne.jp
2000-06-30mod_ssl 2.6.4 mergeBob Beck
From brad@
2000-05-24Fix apache configure assumption that helper scripts are executable.Bob Beck
(thanks binkertn@umich.edu). - Closes PR 1175
2000-04-22another misnumberingTheo de Raadt
2000-04-22misnumbered web pages; patch sent to beckTheo de Raadt
2000-04-18strip htdigest and htpasswd before installing.Federico G. Schwindt
2000-03-19apache 1.3.12 + mod_ssl 2.6.2 mergeBob Beck
2000-03-18delete generated files (again (*&@#$Theo de Raadt
2000-01-29ssl_expr_scan.c is generated during buildBob Beck
2000-01-28Change Apache config tools to not assume certain files are executable,Bob Beck
and thus allow us to build from cvs trees checked out read only. - basically ensure we call shell scripts by using ${SHELL} instead of ./. from leonard@csee.uq.edu.au Building diffs of this (And some other stuff in Makefile.tmpl) to send to slemko to see if apache will buy it back.
2000-01-28More apache 1.3.11 changesBob Beck
2000-01-26remove the yacc munging code again. This time, someone tell the ssl that ↵Theo de Raadt
this is wrong!
2000-01-25Apache 1.3.11 + mod_ssl 2.5.0 mergeBob Beck
2000-01-25import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2000-01-25import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
2000-01-04strip on install, from fgsch@Bob Beck
1999-12-08mod_ssl 2.4.9 mergeBob Beck