To confirm whether your apache was configured with Dynamic Shared Object support check for
mod_so.c in your your httpd
[root@nagios php]# /usr/local/apache/bin/httpd -l | grep mod_so.c
mod_so.c
To Find out php modules compiled in php use
mod_so.c in your your httpd
[root@nagios php]# /usr/local/apache/bin/httpd -l | grep mod_so.c
mod_so.c
To Find out php modules compiled in php use
php -m
No comments:
Post a Comment