Hello Sarah,
Yes, it is possible. You have only to download the libphp5.so and save it into libexec folder. Therefore, to either include or remove the comment, "#", the following entries in the httpd.conf:
- LoadModule php5_module libexec/libphp5.so
- AddModule mod_php5.c
- AddType application/x-httpd-php .php
Lastly, perhaps you want to enable the website uses index.php, then include it:
- DirectoryIndex index.html index.php
If you have any issues, please let me know!
In Reply to Sarah Hickner:
Does IBM HTTP Server support PHP? I need PHP content on IBM HTTP Server, need to run PHP files on IBM HTTP Server.