Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-26 | Add 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-26 | Add ! 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-16 | ServerTokens default is ProductOnly; | Jason McIntyre | |
from Tim van der Molen ok henning | |||
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus | |
2009-06-04 | add RCFLAGS to config test cases | Simon Bertrang | |
ok henning@ | |||
2009-06-03 | allow localhost to query server-status by default. this makes apachectl | Robert Nagy | |
fully functional. ok johan@, henning@ | |||
2009-06-02 | Fix the way apache reports Content-Length by promoting the clength field | Pierre-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-01 | zap double word; from Jo?o Salvatti | Jason McIntyre | |
2009-03-10 | by default drop privs to www/www, not nobody/nogroup if User/Group | Martynas Venckus | |
entries are not present; or it's being run configless "sure" henning@, "makes sense" merdely@, ok sthen@ | |||
2008-12-17 | typo | Miod Vallat | |
2008-12-09 | update ap_config_auto.h for new libc | Martynas Venckus | |
2008-12-03 | Some more ambigous -> ambiguous pointed out by mbalmer (there are | Stuart Henderson | |
others, these are the ones from code unlikely to be re-merged with upstream sources). | |||
2008-12-02 | correct spelling (ambigous -> ambiguous) | Stuart Henderson | |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann | |
ok espie, jmc | |||
2008-10-06 | Don't exit if the logfile specified on the command line can not be | Marc 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-03 | Readability changes. | Marc Balmer | |
2008-10-03 | KNF and readability changes; no binary changes. | Marc Balmer | |
2008-10-03 | Use correct function signature when calling the write_host_header hook. | Marc Balmer | |
from Josh Elsasser <josh@elsasser.org>, thanks. | |||
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller | |
2008-08-11 | Use only safe functions in signal handlers. | Tobias Stoeckmann | |
ok millert, otto | |||
2008-07-24 | isinf/isnan are macros now, therefore ap_config_auto.h differ. regen | Martynas Venckus | |
from sthen@. discussed w/ millert@. "yep" sthen@. | |||
2008-07-22 | more negotation -> negotiation; ok sthen@ | Martynas Venckus | |
2008-07-19 | link to apache web server, not the project group. found while | Martynas 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-11 | httpd deamon -> httpd daemon | Martynas Venckus | |
2008-07-11 | add missing ssl art after manual has been moved, instead of using | Martynas Venckus | |
src of non-existent place; ok pval@, okan@, "looks good" jdixon@ | |||
2008-07-04 | Make the proxy module work with https again by allowing the destination | Marc 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-24 | Garbage collect some unused nor relevant config files. They're either | Brad 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-18 | Remove references to httpd.conf-dist. | Brad Smith | |
ok deraadt@ | |||
2008-06-13 | Don't install httpd.conf-dist. | Marc Balmer | |
from brad. | |||
2008-06-07 | Move 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-27 | grammar fixes; from Jochem Kossen, system/5822; | Jason McIntyre | |
ok henning | |||
2008-05-25 | de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvs | Marc Balmer | |
markers. no binary changes | |||
2008-05-23 | KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines. | Marc Balmer | |
Add OpenBSD cvs markers. No binary changes. | |||
2008-05-23 | de-register | Marc Balmer | |
2008-05-23 | Last chunk of KNF and readability changes here. | Marc Balmer | |
no binary changes. | |||
2008-05-22 | Remove the german announcement text. | Marc Balmer | |
"yes, let it rot in the attic" claudio | |||
2008-05-22 | More KNF and readability. | Marc Balmer | |
no binary changes. | |||
2008-05-21 | KNF and readability changes. | Marc Balmer | |
No binary changes. | |||
2008-05-21 | Remove #ifndef SIN6_LEN/#else/#endif constructs. | Marc Balmer | |
Suggested by djm a while ago. No binary changes. | |||
2008-05-21 | Document and implement -U option, fix usage information for '-?'. | Marc Balmer | |
Documentation corrections and spelling by jmc. | |||
2008-05-21 | The default address family to be used is stored in a global variable. If | Marc 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-19 | Permit compilation on 3 architectures which show that this diff was | Theo 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-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2008-05-15 | Add OpenBSD markers. | Marc Balmer | |
no binary change. | |||
2008-05-14 | fix comment. | Marc Balmer | |
2008-05-14 | Next chunk of KNF/readability. | Marc Balmer | |
no binary changes. | |||
2008-05-14 | More KNF/readability changes. | Marc Balmer | |
no binary changes. | |||
2008-05-14 | Next chunk of KNF/readability changes. | Marc Balmer | |
no binary change. | |||
2008-05-13 | Rename to README.IPv6, to be clear this is not version 6 of the README file. | Marc Balmer | |
Suggested by henning. | |||
2008-05-13 | knf. no binary changes. | Marc Balmer | |