View Full Version : What do you think about Apache 2?
Yahook
04-29-2005, 06:52 PM
It's interesting for me what do you think about version 2 of Apache, is it early to install it to the servers? For my local computer I use Apache 2 and I don't have any problems with it.
hiruvim
04-29-2005, 06:55 PM
Do you runing Win32 or some Unix OS on your PC?
Yahook
04-29-2005, 07:04 PM
I'm running WinXP, I use Apache 2 and MySQL on this system when I make some soft.
hiruvim
04-29-2005, 07:10 PM
So Apache2 is good for Local PC (desktopPC) BUT not so good as 1.3
series for Servers, there are many reasons :)
I think Xariton will describe you.
xariton
04-29-2005, 08:07 PM
Apache 2 is good to use on local computer, but I advise you not to run Apache 2 on your server. Let me explain: Apache 2 is still at development step and it may work not correctly with a lot of traffic because of not correctly child process creating.
This bug existed when I wanted to install Apache 2 on server, so it's possible that all these bugs are fixed now.
So it’s better to use Apache 1.3 for your server.
Yahook
04-29-2005, 08:17 PM
Thank you for your answers guys :cool:
xariton
04-29-2005, 08:32 PM
You are always welcome ;)