Mailing List Archive

cvs commit: apache-1.3 INSTALL
rse 98/04/14 23:51:28

Modified: . INSTALL
Log:
Make the example less shocking and remove reference to apache@apache.org to
avoid flooding this address with mails from idots.

Revision Changes Path
1.11 +7 -16 apache-1.3/INSTALL

Index: INSTALL
===================================================================
RCS file: /export/home/cvs/apache-1.3/INSTALL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- INSTALL 1998/04/15 06:23:08 1.10
+++ INSTALL 1998/04/15 06:51:27 1.11
@@ -115,17 +115,12 @@
of other options available for your pleasure.

For a short impression of what possibilities you have, here is a typical
- example which compiles Apache with a particular compiler (Pentium-
- optimized GCC), a statically compiled mod_auth_db module and the two
- additional modules mod_rewrite and mod_proxy for later loading through
- the DSO mechanism:
-
- $ CC="pgcc" OPTIM="-O6 -fstrength-reduce" \
- INCLUDES="-I/usr/local/db-1.85/include" \
- LDFLAGS="-L/usr/local/db-1.85/lib" LIBS="-ldb" \
- ./configure --verbose \
- --prefix=/usr/local/apache \
- --enable-module=auth_db \
+ example which compiles Apache for the installation tree /sw/pkg/apache
+ with a particular compiler and flags plus the two additional modules
+ mod_rewrite and mod_proxy for later loading through the DSO mechanism:
+
+ $ CC="pgcc" OPTIM="-O6" \
+ ./configure --prefix=/sw/pkg/apache \
--enable-module=rewrite --enable-shared=rewrite \
--enable-module=proxy --enable-shared=proxy

@@ -331,16 +326,12 @@
one of the companies and contractors which are listed at
http://www.apache.org/info/support.cgi

- o If you have any feedback, ideas or suggestions for the Apache server
- please contact the Apache Group via E-mail at
- apache@apache.org
-
o If you have a concrete bug report for Apache please go to the
Apache Group Bug Database and submit your report:
http://bugs.apache.org/

o If you want to participate in actively developing Apache please
- subscribe to the new-httpd mailing list as described at
+ subscribe to the `new-httpd' mailing list as described at
http://dev.apache.org/mailing-lists

Thanks for running Apache.