PHP may be executing as a "privileged" group and user, which could be a serious security vulnerability
- by Martin
I ran some security tests on a Ubuntu 12.04 Server, and I've got these warnings :
PHP may be executing as a "privileged" group, which could be a serious security vulnerability.
PHP may be executing as a "privileged" user, which could be a serious security vulnerability.
In /etc/apache2/envvars, I have this:
export APACHE_RUN_USER=www-data…