On Tue, 2010-09-14 at 14:28 +0200, Niels Postma | FoolProof wrote: > Yesterday I noticed suPHP was not working properly and when I looked > in /etc/httpd/conf.d/ I noticed a new php.conf. I think this was > caused by an automated RHN update. Does anyone know a way to prevent > this from happening? I remember to have read something about this > issue, but I can’t find it anymore.
On a new system: cp /etc/httpd/conf.d/php.conf /etc/httpd/conf.d/php.conf.orig echo "# Dummy file" >> /etc/httpd/conf.d/php.conf Smile and go about your business :) If the file does not exist, an RPM or yum update will reinstall it. If it exists and contains any content it will be ignored, and the new one created as php.conf.rpmnew Graeme _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
