Anybody know of any good (and easy to understand) documentation for upgrading apache from 1.3 to 2.x?
Apache upgrade
Collapse
X
-
http://httpd.apache.org/docs-2.0/upgrading.html
Although it's important to note that 2.x is still pre-beta, and not safe for running in a production environment.[this signature intentionally left blank] -
why upgrade when there's no need? there aren't really any new features that are significant.
plus, PHP is not yet marked as "release" with Apache 2.x. PHP kinda sucks - ok more than kinda - but a lot of people want it to work, so upgrading now would probably not be wise if you need PHP.
i'd stick with 1.3.26. it's fast, it works great, it's compatible.
Comment
-
Not so. Though the 1.3 version is still supported, "Apache 2.0.40 is the best available version" and has been General Availability (GA) for quite some time. The GA designation means that the release is past alpha, is past beta and is recommended for production usage.Originally posted by buran
http://httpd.apache.org/docs-2.0/upgrading.html
Although it's important to note that 2.x is still pre-beta, and not safe for running in a production environment.
The only caveat that applies is that the modules for 1.3 are incompatible with 2.0 and not all of them have been upgraded to the new Apache API. Even then, there only remains some obscure, infrequently required modules to be rewritten. Most all of the common ones are available and working.<CENTER><A HREF="http://www.hot-off-bourbon.com/" target="_blank"><IMG SRC="http://www.hot-off-bourbon.com/images/hob-logosmall.jpg" border="0"></A>
<FONT face="Comic Sans MS" SIZE="-1"><I>Mardi Gras, Spring Break, Wet-T, Night Club Action, UpSkirt, Oil Wrestling, Voyeur</I></FONT></CENTER>Comment
-
Thanks - from looking at the site it seemed well out of beta. Still gonna be a pain in the ass to upgrade thoughOriginally posted by fiveyes
Not so. Though the 1.3 version is still supported, "Apache 2.0.40 is the best available version" and has been General Availability (GA) for quite some time. The GA designation means that the release is past alpha, is past beta and is recommended for production usage.
The only caveat that applies is that the modules for 1.3 are incompatible with 2.0 and not all of them have been upgraded to the new Apache API. Even then, there only remains some obscure, infrequently required modules to be rewritten. Most all of the common ones are available and working.
Comment



Comment