Question: Should we remove all "compatibility" references in Apache 2.0
for earlier versions.
My opinion is that there should be a good "new features" document to help
people upgrade from 1.3, but other than that, there should be no
references to versions earlier than 2.0 in the docs. Those refer
Here is a first draft of a template for the modules documents. I would
greatly appreciate contributions of more detailed requirements and
feedback.
Changes from existing files:
- Always start with a one sentence description of the module, with no
excess cruft.
- Addition of "Status" and "Compat
Louise
> --
> From: Kevin Dart[SMTP:[EMAIL PROTECTED]
> Reply To: [EMAIL PROTECTED]
> Sent: Wednesday, September 13, 2000 4:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: cvs commit: httpd-docs-1.3/htdocs/manual/vhosts
> examples.html
>
> unsubscribe
>
unsubscribe
fanf00/09/13 13:14:50
Modified:htdocs/manual/vhosts name-based.html
Log:
name-based virtual hosts are not new any more -- in fact they are
now the standard way of doing things -- so make the introduction
less anachronistic
Revision ChangesPath
1.13 +15 -13
fanf00/09/13 13:00:51
Modified:htdocs/manual/vhosts index.html
Log:
name-based vhosting is more common these days so list it first
Revision ChangesPath
1.7 +1 -1 httpd-docs-1.3/htdocs/manual/vhosts/index.html
Index: index.html
===
fanf00/09/13 12:56:27
Modified:htdocs/manual/vhosts examples.html
Log:
Since IP-based vhosting is strongly discouraged by the IP address
registraries and since NameVirtualHost * simplifies the majority of
configurations, re-order the examples to put solutions for more
commo
rbb 00/09/12 21:35:23
Modified:src/lib/apr/include apr_dso.h
Log:
Fix some docs
Revision ChangesPath
1.21 +3 -3 apache-2.0/src/lib/apr/include/apr_dso.h
Index: apr_dso.h
===
RCS file: /
rbb 00/09/12 18:59:35
Modified:src/include ap_buckets.h
Log:
Wrap the UNSPLICE macro for use with bucket brigades. This allows buckets
to be removed from a brigade
Revision ChangesPath
1.26 +2 -1 apache-2.0/src/include/ap_buckets.h
Index: ap_buckets.