Mailing List Archive

Announcement text...
Call it terminal indecisiveness, but I like to let these things sit
for at least a little while before sending them... barring complaints
or second thoughts, I'll send this after lunch.

Subject: New Apache server BETA release...

The Apache project is proud to announce a new beta release of its
server, Apache; see http://www.apache.org for pointers to code and
documentation. This release features ---

*) non-forking server pool operation on all systems, with the size
of the server pool dynamically adapted to the observed load (so
you don't have to guess how many server processes you need ---
if you can get that right, you're doing better than us ;-).

*) API for server extensions. Just about anything can be done through
the API, and in the server code itself, most things are (including
all forms of authentication, CGI, server-side includes, etc.).

*) Better handling of languages in Content Negotiation --- in
particular, MultiViews can now be configured to recognize certain
suffixes (*.fr, *.en, *.de, etc.) as signifying the language of the
text in the file (a frequently requested feature).

*) Full NCSA 1.4 compatibility, via optional modules which implement
the RefererLog, RefererIgnore and UserAgentLog features.

Finally, we have some experimental modules, both to illustrate the
possibilities of the API, and to give a preliminary indication of
future directions for our own code (though the official versions of
these features will probably differ somewhat from these experimental
versions). These include:

*) An experimental replacement for the standard logger, which
supports a LogFormat directive allowing you to control the format
of lines in the access_log (and to add such fields as Referer and
User-agent).

*) A module which uses the GNU dld library (if you have it) to load
other modules at runtime.

This code has undergone an internal beta test for the last several
weeks on some very busy servers, and is believed to be more or less
stable; however, it is still beta code, and those valuing stability
above all else may wish to continue using the more mature release
0.6.5 code for the next week or two; after that, we anticipate a
further, non-beta 0.8.x release fixing any minor bugs which are
uncovered during this test period.
Re: Announcement text... [ In reply to ]
> *) Full NCSA 1.4 compatibility, via optional modules which implement
^^^^

That's probably too strong.

It's not 1.4 compatible. There's the recent example of the guy
who was using a 1.4 bug to include non-cgi script output using
exec cgi="".

Maybe the comment isn't meant to imply full 1.4 compatibility, but
it sure can be read that way.



How about

*) Support for some NCSA 1.4 features, via ...


or something along those lines.


rob
Re: Announcement text... [ In reply to ]
> *) Full NCSA 1.4 compatibility, via optional modules which implement
^^^^

That's probably too strong.

It's not 1.4 compatible. There's the recent example of the guy
who was using a 1.4 bug to include non-cgi script output using
exec cgi="".

Maybe the comment isn't meant to imply full 1.4 compatibility, but
it sure can be read that way.



How about

*) Support for some NCSA 1.4 features, via ...


or something along those lines.


rob
Re: Announcement text... [ In reply to ]
I added a README file to http://www.apache.org/dist/


If it offends or misleads, either edit it yourself or ask me to.


rob
Re: Announcement text... [ In reply to ]
This is great! Send it, if you haven't already.

Brian

On Mon, 7 Aug 1995, Robert S. Thau wrote:
> Call it terminal indecisiveness, but I like to let these things sit
> for at least a little while before sending them... barring complaints
> or second thoughts, I'll send this after lunch.
>
> Subject: New Apache server BETA release...
>
> The Apache project is proud to announce a new beta release of its
> server, Apache; see http://www.apache.org for pointers to code and
> documentation. This release features ---
>
> *) non-forking server pool operation on all systems, with the size
> of the server pool dynamically adapted to the observed load (so
> you don't have to guess how many server processes you need ---
> if you can get that right, you're doing better than us ;-).
>
> *) API for server extensions. Just about anything can be done through
> the API, and in the server code itself, most things are (including
> all forms of authentication, CGI, server-side includes, etc.).
>
> *) Better handling of languages in Content Negotiation --- in
> particular, MultiViews can now be configured to recognize certain
> suffixes (*.fr, *.en, *.de, etc.) as signifying the language of the
> text in the file (a frequently requested feature).
>
> *) Full NCSA 1.4 compatibility, via optional modules which implement
> the RefererLog, RefererIgnore and UserAgentLog features.
>
> Finally, we have some experimental modules, both to illustrate the
> possibilities of the API, and to give a preliminary indication of
> future directions for our own code (though the official versions of
> these features will probably differ somewhat from these experimental
> versions). These include:
>
> *) An experimental replacement for the standard logger, which
> supports a LogFormat directive allowing you to control the format
> of lines in the access_log (and to add such fields as Referer and
> User-agent).
>
> *) A module which uses the GNU dld library (if you have it) to load
> other modules at runtime.
>
> This code has undergone an internal beta test for the last several
> weeks on some very busy servers, and is believed to be more or less
> stable; however, it is still beta code, and those valuing stability
> above all else may wish to continue using the more mature release
> 0.6.5 code for the next week or two; after that, we anticipate a
> further, non-beta 0.8.x release fixing any minor bugs which are
> uncovered during this test period.
>
>

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
Re: Announcement text... [ In reply to ]
On Mon, 7 Aug 1995, Rob Hartill wrote:
> > *) Full NCSA 1.4 compatibility, via optional modules which implement
> ^^^^
>
> That's probably too strong.
>
> It's not 1.4 compatible. There's the recent example of the guy
> who was using a 1.4 bug to include non-cgi script output using
> exec cgi="".
>
> Maybe the comment isn't meant to imply full 1.4 compatibility, but
> it sure can be read that way.
>
> How about
>
> *) Support for some NCSA 1.4 features, via ...

Better yet - "feature-compatible", but not "bug-compatible".

Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
Re: Announcement text... [ In reply to ]
> This is great! Send it, if you haven't already.
>
> With the change I'd previously indicated ("Full" --> "Improved"), it's
> gone...

where to ?

...just in case you missed any good lists/groups.
Re: Announcement text... [ In reply to ]
"Improved" NCSA 1.4 compatibility... good catch. I knew there was a reason
to give the announcement text a once-over...

rst
Re: Announcement text... [ In reply to ]
> www-talk, c.i.w.s.u.... you should have the final text in hand by now,
> I guess; feel free to spread it elsewhere.


Okay. I sent it to c.i.w.s.misc and an abbreviated version
(they prefer URLs) to c.i.w.announce.

Also added a link from www.cm.cf.ac.uk/Movies/
Re: Announcement text... [ In reply to ]
This is great! Send it, if you haven't already.

With the change I'd previously indicated ("Full" --> "Improved"), it's
gone...

rst
Re: Announcement text... [ In reply to ]
www-talk, c.i.w.s.u.... you should have the final text in hand by now,
I guess; feel free to spread it elsewhere.

rst