summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@localhost>1998-07-24 23:20:20 +0000
committergerald <gerald@localhost>1998-07-24 23:20:20 +0000
commit3bbc407cef038c7089c6497acf2dc5e7fbc02e55 (patch)
treeb378d2dbd8c15e30a2a4449eb6e7d482cb159f21
parentda60b9d04f5e081e8b639e9d89d545f7fc30cce6 (diff)
downloadmarkup-validator-3bbc407cef038c7089c6497acf2dc5e7fbc02e55.zip
markup-validator-3bbc407cef038c7089c6497acf2dc5e7fbc02e55.tar.gz
markup-validator-3bbc407cef038c7089c6497acf2dc5e7fbc02e55.tar.bz2
changed port to 8080 (for testing)
-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)