summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--httpd/conf/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf
index 812f9da..222db32 100644
--- a/httpd/conf/httpd.conf
+++ b/httpd/conf/httpd.conf
@@ -1,7 +1,7 @@
#
# httpd.conf for validator.w3.org
#
-# $Id: httpd.conf,v 1.4 1998-07-24 23:19:55 gerald Exp $
+# $Id: httpd.conf,v 1.5 1998-07-24 23:20:20 gerald Exp $
#
# This is the main server configuration file. See URL http://www.apache.org/
@@ -35,7 +35,7 @@ ServerType standalone
# Port: The port the standalone listens to. For ports < 1023, you will
# need httpd to be run as root initially.
-Port 80
+Port 8080
# HostnameLookups: Log the names of clients or just their IP numbers
# e.g. www.apache.org (on) or 204.62.129.132 (off)