Was needing to find all the .jpg files in my music folder and remove them - good old terminal...:
find -name "*.jpg" -exec rm {} \;
find -name "*.jpg" -exec rm {} \;
ServerSignature OffPHP:
ServerTokens Prod
expose_php = OffFor plesk, the php.ini file is in /usr/local/psa/admin/conf on a Debian related system. The httpd.conf file is in this directory too.