]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
handle error messages during building and processing of the configuration.
authorGreg Stein <gstein@apache.org>
Mon, 24 Apr 2000 08:35:56 +0000 (08:35 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 24 Apr 2000 08:35:56 +0000 (08:35 +0000)
commit059ab7a7904a36509e24d6801494329820bd58f4
tree40e8e8acd61e635b2c4a20b353bd5abe4a2c2bc2
parent5c2410d6e2aad3a40a722d8b3ec55b6c14db9912
handle error messages during building and processing of the configuration.
add missing return statements, wrap some lines, remove unused vars.
move syntax error reporting and exit(1) back to the right place (to be
    fixed in a future pass; the exit() is inappropriate for parsing
    .htaccess files).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85023 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
modules/http/http_core.c
server/config.c