From: Justin Erenkrantz Date: Fri, 19 Oct 2001 05:57:47 +0000 (+0000) Subject: Remove the reference to Port directive and replace it with Listen. X-Git-Tag: 2.0.27~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f831e3de0842e14e9575972933224a20349026;p=apache Remove the reference to Port directive and replace it with Listen. Who knows if the rest of this file is still valid? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91568 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/highperformance-std.conf b/docs/conf/highperformance-std.conf index f29aa24756..b0060882a8 100755 --- a/docs/conf/highperformance-std.conf +++ b/docs/conf/highperformance-std.conf @@ -11,7 +11,7 @@ # To run this config you'll need to use something like: # httpd -f @@ServerRoot@@/conf/highperformance.conf -Port 80 +Listen 80 ServerRoot @@ServerRoot@@ DocumentRoot @@ServerRoot@@/htdocs