summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)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
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
2008-12-02correct spelling (ambigous -> ambiguous)Stuart Henderson
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-06Don't exit if the logfile specified on the command line can not beMarc Balmer
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
2008-09-06adapt to API changes in OpenSSL 0.9.8hDamien Miller
2008-08-11Use only safe functions in signal handlers.Tobias Stoeckmann
2008-07-24isinf/isnan are macros now, therefore ap_config_auto.h differ. regenMartynas Venckus
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-19link to apache web server, not the project group. found whileMartynas Venckus
2008-07-11httpd deamon -> httpd daemonMartynas Venckus
2008-07-11add missing ssl art after manual has been moved, instead of usingMartynas Venckus
2008-07-04Make the proxy module work with https again by allowing the destinationMarc Balmer
2008-06-24Garbage collect some unused nor relevant config files. They're eitherBrad Smith
2008-06-18Remove references to httpd.conf-dist.Brad Smith
2008-06-13Don't install httpd.conf-dist.Marc Balmer
2008-06-07Move the Apache manual out of etcXX and to miscXX where it belongs.Jason Dixon
2008-05-27grammar fixes; from Jochem Kossen, system/5822;Jason McIntyre
2008-05-25de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvsMarc Balmer
2008-05-23KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines.Marc Balmer
2008-05-23de-registerMarc Balmer
2008-05-23Last chunk of KNF and readability changes here.Marc Balmer
2008-05-22Remove the german announcement text.Marc Balmer
2008-05-22More KNF and readability.Marc Balmer
2008-05-21KNF and readability changes.Marc Balmer
2008-05-21Remove #ifndef SIN6_LEN/#else/#endif constructs.Marc Balmer
2008-05-21Document and implement -U option, fix usage information for '-?'.Marc Balmer
2008-05-21The default address family to be used is stored in a global variable. IfMarc Balmer
2008-05-19Permit compilation on 3 architectures which show that this diff wasTheo de Raadt
2008-05-17documentation tweaks.Igor Sobrado
2008-05-15Add OpenBSD markers.Marc Balmer
2008-05-14fix comment.Marc Balmer
2008-05-14Next chunk of KNF/readability.Marc Balmer
2008-05-14More KNF/readability changes.Marc Balmer
2008-05-14Next chunk of KNF/readability changes.Marc Balmer
2008-05-13Rename to README.IPv6, to be clear this is not version 6 of the README file.Marc Balmer
2008-05-13knf. no binary changes.Marc Balmer
2008-05-13A first chunk of readability/knf changes. Since there is nothing moreMarc Balmer
2008-05-09tweak previous; ok mbalmerJason McIntyre
2008-05-09Add support for IPv6 while keeping the default at IPv4 to not breakMarc Balmer
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
2008-01-25show an example for writing ErrorLog to syslogStuart Henderson