Commit 7ba0b10f authored by Ryan Bloom's avatar Ryan Bloom
Browse files

We need to use @@Port@@ not hard-code the Port number.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91264 13f79535-47bb-0310-9956-ffa450edef68
parent f477bcc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ MaxRequestsPerChild 0
# directive.  If this directive is present, then the Port directive
# above does not effect which port is bound.
#
Listen 80
Listen @@Port@@
#Listen 12.34.56.78:80

#