Apache 2.0 released

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
There's an "officially stable" version of Apache 2 ready for download at apache.org.

Lots of nice software comming out lately. :)

[edit]Oh and mods, I realize this might be considdered a Software forum topic, but frankly I imagine most of the interest for Apache is in this forum.[/edit]
 

Bleep

Diamond Member
Oct 9, 1999
3,972
0
0
I had one heck of a time figuring out mysql and PHP on my apache server. If I upgrade to the new 2.0 will I have to configure php and sql all over again?
Bleep
 

Buddha Bart

Diamond Member
Oct 11, 1999
3,064
0
0
yes. In fact, PHP isnt done being ported (unless you feel like grabbing out of the CVS and hand-hacking.... no thanks).

mysql can stay put, its a completely seperate daemon.

bart
 

RSMemphis

Golden Member
Oct 6, 2001
1,521
0
0
Yeah, it's best to wait until some of the minor issues are fixed. I will wait at least half a year after the porting of PHP - I am a freak.
Performance wise, the new Apache may be nice. Threading is much faster than child processes, however it can disconnect more clients at once if the process dies.
Tough call.