How do I install mod_php so that it's not overwritten by an update?

I’m not stating that it has happened yet. I just want to make sure for the future.

I’d like to install mod_php4. How do I go about doing this on an interworx-enabled site. I have SSH access of course and will be going that route (since I dont’ think there’s any other options, right?).

All insight appreciated.

open

/etc/yum.conf

and find the line

exclude=

and make it

exclude=httpd

Additional packages can be added to the liste separated by comas

I’m not finding a mod_php or _mod_php4 rpm so I assume they are written into the httpd (Apache) rpm.