Hacker News new | ask | show | jobs
by bbhoss-synsol 6393 days ago
I currently use Nginx + FCGI for my minimal PHP needs. I have also used Apache, and the only real differences I've noticed is how its setup. Lots of people use Nginx because it feels alot more lightweight for whatever reason than apache, plus many stats show it can handle more connections with less memory. For my setup, I am using lighthttpd's fcgi starter script, since it automates the process initialization.