|
Home > Archive > Web Servers on Unix and Linux > January 2006 > Question about apache versions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Question about apache versions
|
|
|
| All,
Relative newbie to Apache here. Trying to setup certificate based
client authentication for a website.
I am a little confused as to why there are versions of Apache available
- Apache 1.3, 2.0 and 2.2?
Does Apache 2.2 superceed the other two versions? Which version should
I go with?
Thanks,
Ash
| |
| end-user 2006-01-19, 6:06 pm |
| Only slightly less newbie replying:
My understanding is that 1.x is the original, stable, well augmented,
but a little platform-restricted. Version 2.0 was a rebuild with the
idea of threads in mind. I think it was partly done to port to Windows.
Version 2.2 is yet more enhanced, and fixes some programming
short-comings and awkwardness. It isn't an upgrade as the number might
indicate, but a whole separate branch (but similar).
I'm runnig 2.0.4xxx something.
Ash wrote:
> All,
>
> Relative newbie to Apache here. Trying to setup certificate based
> client authentication for a website.
> I am a little confused as to why there are versions of Apache available
> - Apache 1.3, 2.0 and 2.2?
>
> Does Apache 2.2 superceed the other two versions? Which version should
> I go with?
>
> Thanks,
> Ash
>
| |
|
| "Ash" <ashnil.dixit.03@alum.dartmouth.org> schreef in bericht
news:1137705976.078324.290220@g47g2000cwa.googlegroups.com...
> Relative newbie to Apache here. Trying to setup certificate based
> client authentication for a website.
> I am a little confused as to why there are versions of Apache available
> - Apache 1.3, 2.0 and 2.2?
- Some third-party modules are (still) unavailb\able for the 2.x versions.
- Some third-party modules -pe mod_ssl- or part of their functionallity -pe
mod-gzip versus mod_deflate- are now part of the standard distribution of
version 2.x
- http://httpd.apache.org/docs/2.0/new_features_2_0.html
total internal overhaul: so not all have jumped into an update
threading: although an option scared the h*l out of many
non-unix support: only some running Novell, BeOS,OS/2 or MSW may have
jumped into this
IPv6: not yet used by most of us
- http://httpd.apache.org/docs/2.2/new_features_2_2.html
improvements in caching and proxying,
> Which version should I go with?
Depends highly on the cross-platform|version availability of third-party
modules you may want to use.
HansH
|
|
|
|
|