rse 98/10/03 06:26:02
Modified: src CHANGES
. INSTALL
Log:
Fix http://localhost/ hints in top-level INSTALL document.
Submitted by: Rob Jenson <[EMAIL PROTECTED]>
Fixed by: Ralf S. Engelschall
PR: 3088
Revision Changes Path
1.1090 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1089
retrieving revision 1.1090
diff -u -r1.1089 -r1.1090
--- CHANGES 1998/10/03 11:04:43 1.1089
+++ CHANGES 1998/10/03 13:26:00 1.1090
@@ -1,5 +1,8 @@
Changes with Apache 1.3.3
+ *) Fix http://localhost/ hints in top-level INSTALL document.
+ [Rob Jenson <[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#3088
+
*) Quote paths in default configuration files. [Wilfredo Sanchez]
*) PORT: Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
1.44 +6 -3 apache-1.3/INSTALL
Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- INSTALL 1998/09/28 19:28:01 1.43
+++ INSTALL 1998/10/03 13:26:02 1.44
@@ -435,8 +435,11 @@
$ PREFIX/sbin/apachectl start
and then you should be able to request your first document via URL
- http://localhost/. Then stop the server again by running:
-
+ http://localhost/ (when you built and installed Apache as root or at
+ least used the --without-confadjust option) or http://localhost:8080/
+ (when you built and installed Apache as a regular user). Then stop the
+ server again by running:
+
$ PREFIX/sbin/apachectl stop
7. Customizing the package
@@ -449,7 +452,7 @@
$ vi PREFIX/etc/access.conf
$ vi PREFIX/etc/srm.conf
- Have a look at the Apache manual under http://localhost/manual/ or
+ Have a look at the Apache manual under htdocs/manual/ or
http://www.apache.org/docs/ for a complete reference of available
configuration directives.