really I have two questions:
One, I cannot find mod_php/mod_php4 on OpenBSD 3.3. I have looked in the ports tree at /usr/ports/www/php4/ and its not in there. Everyone keeps telling me to look there and I have, so is it in a sub package or something?
Next, I install php4.2.3 from the OBSD ports tree and uncommented the AddType application/x-httpd-php .php line in httpd.conf and when I run domain.com/test.php, the browser wants to download the file rather than the server executing the script.
The script is just a basic <? php_info(); ?> test script.
So what step am I missing here. I read the docs at php.net and someone noted about having to LoadModule libphp4 or mod_php4.c, however I can't see, to find those files either on the system.