Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-10 | only use socklen_t for OpenBSD >= 2.6 | Henning Brauer | |
requested by the apache guys (Jeff Trawick) | |||
2002-09-09 | move OpenSSL include up | Henning Brauer | |
2002-09-09 | clean: cleanman | Henning Brauer | |
2002-09-09 | add src/modules/keynote/Makefile to MUNGEDFILES | Henning Brauer | |
2002-09-08 | missing include for evp.h; ok henning@ | Markus Friedl | |
2002-09-06 | socklen_t, not int. | Henning Brauer | |
2002-09-04 | remove some unnecessary casts and adjust format strings | Henning Brauer | |
looked over by dhartmei@ | |||
2002-09-01 | more appropriate comments about UserDir. | Henning Brauer | |
Partitially from Sam Smith. | |||
2002-08-15 | $OpenBSD$ for modules with local changes | Henning Brauer | |
2002-08-15 | $OpenBSD$ | Henning Brauer | |
2002-08-02 | 2 missing #includes | Henning Brauer | |
2002-07-31 | #ifdef MOD_SSL for OpenSSL initialization | Henning Brauer | |
pointed out buy Stephane Engel Thankski! | |||
2002-07-31 | use fdcache for RewriteLog. | Henning Brauer | |
pointed out by Stephane Engel sengel at melshake dot com, who also tested this Thank you very much! | |||
2002-07-30 | strip_chroot here as well. | Henning Brauer | |
pointed out by sengel at melshake dot com | |||
2002-07-30 | two more strip_chroot | Henning Brauer | |
found by Steph <sengel@melshake.com>, who also tested this. I'm very happy with the way you help here. Thanks a lot. | |||
2002-07-29 | fix -u description in httpd -h: we don't chroot into DocumentRoot but | Henning Brauer | |
ServerRoot. noticed by "Aaron Yourk" <ayourk@srt.com> | |||
2002-07-27 | Fix art link, PR #2840 | Miod Vallat | |
2002-07-26 | few more $(SHELL); "Aaron Yourk" <ayourk@srt.com> | Henning Brauer | |
2002-07-22 | don't try to recheck the pathes to server.crt and .key once chrooted | Henning Brauer | |
makes graceful restarts work when running SSL. | |||
2002-07-22 | don't attempt to chroot if we are already chrooted ;-) | Henning Brauer | |
(happens on SIGHUP aka apachectl restart) | |||
2002-07-22 | sync ICONFILES with reality | Henning Brauer | |
2002-07-22 | we document '-F' as introduced with apache 1.3.26 in httpd(8). | Henning Brauer | |
apache people don't. | |||
2002-07-20 | short -u description in httpd -h | Henning Brauer | |
pointed out by Sam Smith | |||
2002-07-20 | remove pre-apache-1.3.26 cruft | Henning Brauer | |
Note for upgraders: to actually see the current manual, you should do find /var/www/htdocs/manual/ -type f -exec rm {} \; cd /usr/src/usr.sbin/httpd/ make -f Makefile.bsd-wrapper distribution you will also need a current httpd.conf, MultiViews need to be enabled in /var/www/htdocs/manual/ | |||
2002-07-19 | don't try to find a "suitable" bourne shell for subcommands, just use our | Henning Brauer | |
/bin/sh, it is fine. Sam Smith <S@mSmith.net> reported a breakage in case bash in installed, and dhartmei@ analyzed, as far as I can see from the old mail sam forwarded me. | |||
2002-07-19 | sync MANUALPAGES with reality | Henning Brauer | |
2002-07-19 | enable multiviews in the manual dir. | Henning Brauer | |
now this is more than just a collection of dead links. | |||
2002-07-19 | sync w/ apache 1.3.26 | Henning Brauer | |
2002-07-19 | merge | Henning Brauer | |
2002-07-19 | import apache 1.3.26 + mod_ssl 2.8.10 | Henning Brauer | |
2002-07-17 | un-KNF to match apache source code style. requested by theo. | Henning Brauer | |
2002-07-17 | correctly free() all list members in _closeall. | Henning Brauer | |
10x markus | |||
2002-07-17 | KNF | Henning Brauer | |
I slacked again. 10x markus. | |||
2002-07-17 | we have both SYSVSEM_SERIALIZED_ACCEPT and FLOCK_SERIALIZED_ACCEPT. allow | Henning Brauer | |
both and default to SYSVSEM. pointed out by Jeff Trawick <trawick@attglobal.net> on dev@httpd.apache.org | |||
2002-07-17 | use fdcache as well | Henning Brauer | |
2002-07-17 | get rid of the "Unclean shutdown" warning if started in secure mode. | Henning Brauer | |
this warning is issued if an old pid file exists. As we cannot remove our pidfile on shutdown (lack of priviledges) this warning always occured. | |||
2002-07-17 | o add ap_server_chroot_desired in http_main which just returns ap_server_chroot | Henning Brauer | |
o fdcache clean up on exit o use fdcache for mod_log_config. survives graceful restarts now as long as no new logfile has to be opened. the latter is impossible because we lack the permission to do so once started. | |||
2002-07-17 | introduce fdcache, a simple wrapper to keep a copy of fds outside | Henning Brauer | |
server_conf. needed to make the mod_log_* modules survive graceful restarts. has to be used with great care, as of now only appropriate for logfiles. | |||
2002-07-16 | correct error message | Henning Brauer | |
2002-07-15 | nuke more leftovers from pre-1.3.24 | Henning Brauer | |
2002-07-15 | nuke old, unused, pre-apache-1.3.24 leftovers | Henning Brauer | |
2002-07-15 | don't try things we are not able to do if chrooted on graceful restarts. | Henning Brauer | |
this does not mean a chrooted httpd survives a graceful restart (yet). | |||
2002-07-12 | chroot aware | Henning Brauer | |
testing help by nick@ | |||
2002-07-11 | do not let the group access the sem | Theo de Raadt | |
2002-07-11 | chroot aware | Henning Brauer | |
2002-07-11 | sample entry for UserDir /var/www/users; create empty /var/www/users; | Markus Friedl | |
ok henning@, deraadt@ | |||
2002-07-11 | open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot; | Markus Friedl | |
2002-07-10 | chroot aware as well | Henning Brauer | |
2002-07-10 | make work inside chroot | Henning Brauer | |
2002-07-10 | works inside chroot now | Henning Brauer | |