bdraco / addon_securityadvisor

Old Security Advisor for cPanel 11.40 (upstream repo) -- Use CPANELINC/addon_securityadvisor
Other
16 stars 56 forks source link

Issue 03: Add prelim code for php_running_as_nobody #52

Closed Jamyn closed 10 years ago

Jamyn commented 10 years ago

Simply check the contents of /usr/local/apache/conf/php.conf - if libphp(4|5).so is listed there, we are running in DSO mode.

Jamyn commented 10 years ago

This is an alternative implementation of pull request https://github.com/bdraco/addon_securityadvisor/pull/3

Rather than checking the running process list, we can simply look at php.conf to see if we're configured to run in DSO mode.

bdraco commented 10 years ago

Please resubmit with conflicts resolved

Jamyn commented 10 years ago

Looks like my upstream merge pulled in the other changes. I'll close this, re-sync upstream, and create a new case with just PHP.pm modified in just a little bit.