]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the Port directive. In it's place, the Listen directive
authorRyan Bloom <rbb@apache.org>
Thu, 4 Oct 2001 20:00:53 +0000 (20:00 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 4 Oct 2001 20:00:53 +0000 (20:00 +0000)
commitb7bc1a03e7019db904db233cde224c851b931ebb
treeb9176d53b0f7bf3c4af1b06199184fadb40931b5
parent55e3c7287458941700c28dc45c0f6716b58eac23
Remove the Port directive.  In it's place, the Listen directive
is now a required directive, which tells Apache what port to
listen on.  The ServerName directive has also been extended
to accept an optional port.  If the port is specified to the
ServerName, the server will report that port whenever it
reports the port that it is listening on.  This change was
made to ease configuration errors that stem from having a Port
directive, and a Listen directive.  In that situation, the server
would only listen to the port specified by the Listen command,
which caused a lot of confusion to users.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91293 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/conf/httpd-std.conf
docs/manual/mod/core.html
docs/manual/mod/mpm_common.html
server/core.c
server/listen.c