What is required to get PHP runnig under the IBM HTTP Server? I see in httpd.conf the following lines to uncomment
# For example, the PHP3 module (not part of the Apache distribution - see # http://www.php.net) will typically use: # #AddType application/x-httpd-php .php AddType application/x-httpd-php3 .php3 .php AddType application/x-httpd-php3-source .phps But what else is needed?