Forum OpenACS Q&A: Response to php + aolserver + oacs

Collapse
Posted by edwin ho on
Bart, this is what I currently have in my config file.
ns_section "ns/server/${servername}/module/php"
        ns_param        map     *.php
        ns_param        map     *.php3
        ns_param        php_value "session.auto_start 1"


ns_section "ns/server/${servername}/modules"
        ns_param        php             ${bindir}/libphp4.so

my oacs site is in /www/edwinx
so i made a copy of the libphp4.so and placed it into /www/edwinx/bin

but my php files are still coming out as plain files.
is there a way to see which modules aolserver has loaded up?

thanks, edwin