Hacker News new | ask | show | jobs
by rkeene2 2637 days ago
I think it's been very common for 15 years to use Apache's "suexec" to run each CGI process as the individual user rather than as a user related to Apache.

There's also suPHP which allows you to do the same thing for PHP processes.

1 comments

Precisely. There's also PHP-FPM. I am astounded that people still rely on mod_php!