summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Collapse)Author
2010-10-01adapt to API changes in OpenSSL-1.0.0aDamien Miller
2010-09-26Allow mod_headers to handle RequestHeader directives known from apache2,Sebastian Reitenbach
and update documentation accordingly. Patch mostly based on an old patch from Martin Algesten he posted 2002 in apache bugzilla entry: 10772 OK, pyr@
2010-09-09nessesary -> necessary.Miod Vallat
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-05-18use the right capitalization for "HyperText Transfer Protocol (HTTP)"Igor Sobrado
and "server". fixes for bgplg(8) and relayd.conf(5) suggested by jmc@, good catch! ok jmc@
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley.
2010-05-05Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generatedMark Kettenis
ap_config_auto.h. We know we have these functions in libc on OpenBSD, but the check for them fails with gcc due to some __builtin__xxx stupidity. ok drahn@, sthen@, henning@
2010-03-31make ProxyPass exclude directives only exclude on match, instead of alwaysAlexander Hall
noted by Vasiliy Kiryanov, thanks! ok stephan@
2010-02-25- apache would send the wrong Host-Header back when setup as a reverse proxyJasper Lievisse Adriaanse
with ProxyPreserveHost. fixes pr6009, though i applied a different fix as what was suggested in that pr. ok sthen@
2010-02-25fix some fallout from the >2G commit. namely allow for all byte counters toPierre-Yves Ritschard
report the correct size when it exceeds a long's capacity. From Dan Harnett <daniel @ harnett . name>
2010-02-23Add opendocument mime types, from Lars Nooden.Stuart Henderson
Pointed out by deraadt@, ok henning@
2010-02-23Fix byte range parsing, broken in last revision of http_protocol.c,Pierre-Yves Ritschard
unfortunately this backs out the use of strtonum and goes back to strtoll will need more love in a future diff. This fix from Dan Harnett <daniel @ harnett . name> ok deraadt@
2010-02-03Add a SECURITY FIX for CVE-2010-0010Jasper Lievisse Adriaanse
"on 64-bit platforms this allows remote origin servers to cause a denial of service (daemon crash) or possibly execute arbitrary code via a large chunk size that triggers a heap-based buffer overflow." "looks good" to henning@ ok otto@
2010-01-20Apache manual is now part of the "man" file set.Antoine Jacoutot
wording from and ok jmc@ ok sthen@ on a previous diff
2009-12-14could write one word too far, found by parfait; ok millertTheo de Raadt
2009-12-14wrote one byte too far, found by parfait; ok beck millertTheo de Raadt
2009-12-13repair typeTheo de Raadt
2009-12-13copy correctly sized object, found by parfait; ok jsgTheo de Raadt
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-25s/openSSL/OpenSSL/Antoine Jacoutot
ok jdixon@ sthen@
2009-08-26Add ogg media types from RFC 5334 and update application/ogg as well.Federico G. Schwindt
From Lars Nooden <lars dot curator at gmail dot com>. deraadt@ agrees.
2009-08-26Add ! support to ProxyPass to exclude directories from being proxied.Federico G. Schwindt
From Stephan A. Rickauer <stephan dot rickauer at startek dot ch> with minor tweaks. ok by many.
2009-07-16ServerTokens default is ProductOnly;Jason McIntyre
from Tim van der Molen ok henning
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-04add RCFLAGS to config test casesSimon Bertrang
ok henning@
2009-06-03allow localhost to query server-status by default. this makes apachectlRobert Nagy
fully functional. ok johan@, henning@
2009-06-02Fix the way apache reports Content-Length by promoting the clength fieldPierre-Yves Ritschard
of request_rec from long to off_t, which makes it 64bit on i386. This allows files bigger than 2gig to be correctly served on arches where long is only 32bits. Warning: this introduces an ABI break, and hence some third party apache modules will need to be rebuilt to correctly link to this new apache. ok miod@, deraadt@
2009-04-01zap double word; from Jo?o SalvattiJason McIntyre
2009-03-10by default drop privs to www/www, not nobody/nogroup if User/GroupMartynas Venckus
entries are not present; or it's being run configless "sure" henning@, "makes sense" merdely@, ok sthen@
2008-12-17typoMiod Vallat
2008-12-09update ap_config_auto.h for new libcMartynas Venckus
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
others, these are the ones from code unlikely to be re-merged with upstream sources).
2008-12-02correct spelling (ambigous -> ambiguous)Stuart Henderson
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
ok espie, jmc
2008-10-06Don't exit if the logfile specified on the command line can not beMarc Balmer
created due to a path component not existing, but log the error and retry. This will repeatetly log an error, like it does without the patch, but it will not slowly eat up memory. This fixes pr 4228.
2008-10-03Readability changes.Marc Balmer
2008-10-03KNF and readability changes; no binary changes.Marc Balmer
2008-10-03Use correct function signature when calling the write_host_header hook.Marc Balmer
from Josh Elsasser <josh@elsasser.org>, thanks.
2008-09-06adapt to API changes in OpenSSL 0.9.8hDamien Miller
2008-08-11Use only safe functions in signal handlers.Tobias Stoeckmann
ok millert, otto
2008-07-24isinf/isnan are macros now, therefore ap_config_auto.h differ. regenMartynas Venckus
from sthen@. discussed w/ millert@. "yep" sthen@.
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-19link to apache web server, not the project group. found whileMartynas Venckus
catching up w/ the old email. submitted by Pierre Riteau on tech@ a year ago. "no objection" jmc@. ok, "that's clearly correct" okan@
2008-07-11httpd deamon -> httpd daemonMartynas Venckus
2008-07-11add missing ssl art after manual has been moved, instead of usingMartynas Venckus
src of non-existent place; ok pval@, okan@, "looks good" jdixon@
2008-07-04Make the proxy module work with https again by allowing the destinationMarc Balmer
port to be set in the config file instead of using HTTP_DEFAULT_PORT in all cases. Prevent a segfault that would happen when the SSL connection from the proxy fails. Problem found and analyzed by Mischa Diehm; fix by me.
2008-06-24Garbage collect some unused nor relevant config files. They're eitherBrad Smith
empty stubs (access.conf-dist/srm.conf-dist) or poor example configs for "high performance" which users are much better served by actually reading the documentation and understanding what they're doing. ok deraadt@
2008-06-18Remove references to httpd.conf-dist.Brad Smith
ok deraadt@
2008-06-13Don't install httpd.conf-dist.Marc Balmer
from brad.
2008-06-07Move the Apache manual out of etcXX and to miscXX where it belongs.Jason Dixon
It has also been moved to /usr/share/doc/html/httpd/. This will ease sysmerge upgrades and help keep htdocs clean. Help from okan and phessler, doc tweaks by jmc ok deraadt@ millert@ beck@