[BACK]Return to 69.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/69.html between version 1.29 and 1.30

version 1.29, 2021/04/12 16:33:23 version 1.30, 2021/04/12 19:31:45
Line 876 
Line 876 
         <li>Created a new "location (found|notfound)" option for          <li>Created a new "location (found|notfound)" option for
                 <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow                  <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow
                 testing for resource path existence.                  testing for resource path existence.
         <li>Added a directive to <a  
                 href="https://man.openbsd.org/httpd.8">httpd(8)</a> to check if a path  
                 is accessible.  
         <li>Fixed detection of duplicate locations in <a          <li>Fixed detection of duplicate locations in <a
                 href="https://man.openbsd.org/httpd.8">httpd(8)</a>.                  href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
         <li>Fixed leak of access and error log filenames on config reload in          <li>Fixed leak of access and error log filenames on config reload in
Line 895 
Line 892 
         <li>Fixed the <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>          <li>Fixed the <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                 example configuration not to generate errors when running without TLS                  example configuration not to generate errors when running without TLS
                 keys already in place.                  keys already in place.
         <li>Optimize disk reads of          <li>Optimized disk reads of
                 <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>                  <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                 by using st_blocksize as high water mark instead of                  by using st_blocksize as high water mark instead of
                 the socket buffer size.                  the socket buffer size.
           <li>Do not compare TLS config params for non-TLS servers.
                   This allows using <code>listen on * port 80</code> and
                   <code>listen on * port 443</code> in the same server block in
                   <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a>.
     </ul>      </ul>
   
     <li><a      <li><a

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30