=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/69.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- www/69.html 2021/04/12 16:33:23 1.29 +++ www/69.html 2021/04/12 19:31:45 1.30 @@ -876,9 +876,6 @@
  • Created a new "location (found|notfound)" option for httpd.conf(5) to allow testing for resource path existence. -
  • Added a directive to httpd(8) to check if a path - is accessible.
  • Fixed detection of duplicate locations in httpd(8).
  • Fixed leak of access and error log filenames on config reload in @@ -895,10 +892,14 @@
  • Fixed the httpd(8) example configuration not to generate errors when running without TLS keys already in place. -
  • Optimize disk reads of +
  • Optimized disk reads of httpd(8) by using st_blocksize as high water mark instead of the socket buffer size. +
  • Do not compare TLS config params for non-TLS servers. + This allows using listen on * port 80 and + listen on * port 443 in the same server block in + httpd.conf(5).