diff options
author | Stefan Fritsch <sf@apache.org> | 2012-11-07 17:56:38 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-11-07 17:56:38 +0100 |
commit | c083c0619194487661e5896efa3738aebf41cc4c (patch) | |
tree | 5023992474f544b3b97ae6d21e17d71ef847af81 /CHANGES | |
parent | make docs (diff) | |
download | apache2-c083c0619194487661e5896efa3738aebf41cc4c.tar.xz apache2-c083c0619194487661e5896efa3738aebf41cc4c.zip |
New directive HttpProtocol which allows to disable HTTP/0.9 support.
The syntax is designed to allow addition of a +/- strict option
later on.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) core: New directive HttpProtocol which allows to disable HTTP/0.9 + support. [Stefan Fritsch] + *) mod_allowhandlers: New module to forbid specific handlers for specific directories. [Stefan Fritsch] |