I installed PHP in my AOLserver(4.X) just like it is suggested in the docs. I configure it and wrote in my configuration file the following:
#
# PHP
#
ns_section "ns/server/${servername}/module/php"
ns_param map *.php
ns_section "ns/server/${servername}/modules"
ns_param php ${bindir}/libphp4.so
I then rebooted and created a test "hello world" page and it came back blank... which means that the server is not processing the php requests. Any ideas?
thanks!