I\'m doing PHP development. And coming from a Rails background, I\'m looking for a like-for-like replacement for Webrick in PHP. Is there such a light weight server? Something w
Regarding do most use Apache, the answer is yes. Most servers on the web are using Apache (mostly LAMP). PRobabyly the biggest reason is because Apache is very flexible works with just about anything. It has a lot of plugins and is very configurable. It is also very fast and runs on just about anything.