summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Collapse)Author
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@
2008-05-27grammar fixes; from Jochem Kossen, system/5822;Jason McIntyre
ok henning
2008-05-25de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvsMarc Balmer
markers. no binary changes
2008-05-23KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines.Marc Balmer
Add OpenBSD cvs markers. No binary changes.
2008-05-23de-registerMarc Balmer
2008-05-23Last chunk of KNF and readability changes here.Marc Balmer
no binary changes.
2008-05-22Remove the german announcement text.Marc Balmer
"yes, let it rot in the attic" claudio
2008-05-22More KNF and readability.Marc Balmer
no binary changes.
2008-05-21KNF and readability changes.Marc Balmer
No binary changes.
2008-05-21Remove #ifndef SIN6_LEN/#else/#endif constructs.Marc Balmer
Suggested by djm a while ago. No binary changes.
2008-05-21Document and implement -U option, fix usage information for '-?'.Marc Balmer
Documentation corrections and spelling by jmc.
2008-05-21The default address family to be used is stored in a global variable. IfMarc Balmer
no options are given on the commandline, it is set to PF_INET. The configuration file parser did not use this variable in all cases, but used PF_UNSPEC for getaddrinfo/getnameinfo, leading to bogus error messages in some cases (but httpd operated as expected). Use the global variable instead of the hardcode PF_UNSPEC in the cases. Add a new commandline flag, -U, to set the default address family to PF_UNSPEC for ambigous directives. Discussed with sthen.
2008-05-19Permit compilation on 3 architectures which show that this diff wasTheo de Raadt
not tested on them. Older gcc's require decl before code, and this is supposed to be portable code in that sense.
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2008-05-15Add OpenBSD markers.Marc Balmer
no binary change.
2008-05-14fix comment.Marc Balmer
2008-05-14Next chunk of KNF/readability.Marc Balmer
no binary changes.
2008-05-14More KNF/readability changes.Marc Balmer
no binary changes.
2008-05-14Next chunk of KNF/readability changes.Marc Balmer
no binary change.
2008-05-13Rename to README.IPv6, to be clear this is not version 6 of the README file.Marc Balmer
Suggested by henning.
2008-05-13knf. no binary changes.Marc Balmer
2008-05-13A first chunk of readability/knf changes. Since there is nothing moreMarc Balmer
to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes.
2008-05-09tweak previous; ok mbalmerJason McIntyre
2008-05-09Add support for IPv6 while keeping the default at IPv4 to not breakMarc Balmer
existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-25spelling: pathes->paths, ok henningStuart Henderson
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
2008-01-25show an example for writing ErrorLog to syslogStuart Henderson
ok henning