What's the absolute SMALLEST http server w/ PHP support?
Hey guys,I'm looking for the smallest/lightweight HTTP server that includes support for PHP as a DSO.
Either that, or (I know you must think I'm crazy for suggesting this), do any of you know a way to read /etc/shadow via a PHP script through Apache? Right now, with safemode off, I get permission denied errors in my error_logs. I really just need a way to get my PHP script to be run through Apache or other httpd so I can confirm shadow'd passwords.
Suggestions for lightweight TCP/IP servers would also be welcomed

PS. I definitely don't want any of the daemons to be running as root.
Thanks!