]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If Listen directive is not a port, but just an IP, emit an error condition as
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 17 Nov 2002 22:29:14 +0000 (22:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 17 Nov 2002 22:29:14 +0000 (22:29 +0000)
commit74cf8816030d55ce7c782fe34c28f40292fa8885
treefef76497811afad0df365680d034f3315d7b776e
parent43551b542a647bfc3f0854e0a2876e862ddb6618
If Listen directive is not a port, but just an IP, emit an error condition as
this case is ambiguous.  ('Listen 127.0.0.1' doesn't make any sense.)

(Rich came up with the problem.  Cliff came up with the error text.  Justin
 did the ap_strtol call.)

Reviewed by: Cliff Woolley, Rich Bowen

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97553 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/main/http_core.c