| Author |
Which server is best
|
chetan dhumane
Ranch Hand
Joined: Jan 07, 2009
Posts: 628
|
|
|
To run PHP script which server is the best for performance ?
|
http://www.androcid.com/
|
 |
Leandro Coutinho
Ranch Hand
Joined: Mar 04, 2009
Posts: 415
|
|
I actually only used Apache. There's Zend Server. http://www.zend.com/products/server/ It has a community edition.
You'll probably be good with Apache. It's the most used web server.
|
 |
Chris Creed
Ranch Hand
Joined: Feb 27, 2009
Posts: 57
|
|
|
I'd stick with Apache as well. WAMPServer would be a quick way to setup a dev enviroment.
|
 |
Trivikram Kamat
Ranch Hand
Joined: Sep 26, 2010
Posts: 155
|
|
It depends on your requirements.
Apache is widely popular Server Software.
But several popular websites (like Youtube and Wikipedia) use lighttpd. Lighttpd doesn't have all features which Apache has, but it's known to be fast.
|
OCPJP6
|
 |
Lino Larios
Greenhorn
Joined: Jun 27, 2008
Posts: 28
|
|
Hi
Dont forget cherokee
http://c6s.co.uk/webdev/209
|
 |
Rajkumar balakrishnan
Ranch Hand
Joined: May 29, 2008
Posts: 445
|
|
|
I use XAMP, Pretty fast and simple to use. BTW i am not a professional PHP Developer and feel XAMP comfortable for developing some basic DB Driven Sites.
|
Never try to be a hard-worker. Be a smart-worker.
My Blog
|
 |
Unnar Björnsson
Ranch Hand
Joined: Apr 30, 2005
Posts: 164
|
|
Rajkumar balakrishnan wrote:I use XAMP, Pretty fast and simple to use. BTW i am not a professional PHP Developer and feel XAMP comfortable for developing some basic DB Driven Sites.
XAMP or XAMPP is Apache bundled up with MySql and Php
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
My vote for Apache since I using it for Drupal based application. without any complain and its open-source
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
 |
|
|
subject: Which server is best
|
|
|