]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add minor 'Warning' directive as defined in current mod_macro.
authorFabien Coelho <fabien@apache.org>
Sat, 8 Dec 2012 14:49:09 +0000 (14:49 +0000)
committerFabien Coelho <fabien@apache.org>
Sat, 8 Dec 2012 14:49:09 +0000 (14:49 +0000)
commit0886d3fcaf821b94f65c92d0907433162e23d948
tree3b56533d14b7e1f95f35425f39e4ce742d651576
parent48a3a922e2ea57af45c29c018a44bfd1921c7291
Add minor 'Warning' directive as defined in current mod_macro.

* server/core.c: add 'Warning' directive by extending the 'Error'
  directive implementation. The 'Error' behavior is slightly changed
  so as to use verbose ap_log_error instead of returning the message.
* docs/manual/mod/core.xml: add documentation for 'Warning'.
* server/config.c: add comment about syntax vs configuration errors.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418677 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/core.xml
server/config.c
server/core.c