Hi,
I'm using Ubuntu with apache2.
apt-get install libapache2-mod-php4 should do most of the leg work for you.
you may need to edit the apache2 files (/etc/apache2/* to make sure that .php3
has a handler set. by default it'll be happy with .php4
alan