X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Fhttp.ini;fp=docs%2Fhttp.ini;h=f325595e44bf50569b28154c447de146b7839a84;hp=b3124ff5ee64db91e5ff64a3a1a9735919cf8268;hb=1bb903f3aad484c7adf638af3365cb7c668d3281;hpb=50343c32560e80c491911b107fab8217a35850eb diff --git a/docs/http.ini b/docs/http.ini index b3124ff..f325595 100644 --- a/docs/http.ini +++ b/docs/http.ini @@ -8,6 +8,11 @@ ; disable if you want php not to exit in case of redirects and cache hits ;http.force_exit = 0 +; disable if you don't want 404 Not found status messages +; being sent, if a file attempted to be sent with +; http_send_file() etc. cannot be found +;http.send.not_found_404 = 0 + ; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B) ; if ext/hash is available, this can be set to any hash algorithm ext/hash supports ; MD5 is the default and fallback algorithm @@ -28,6 +33,9 @@ http.etag.mode = "MD5" ; log file for redirects ;http.log.redirect = +; log file for responses with http_send_file() etc. where the file's not been found +;http.log.not_found = + ; log file for requests with an unallowed request method ;http.log.allowed_methods =