Hi, I'm trying to get a test version of the board going with the ACP caching php module in place. When I tried it on my main board, it gave all sorts of errors. I've setup a second instance of php/apache etc on the box so I can test some things out without taking the main site down, but am running into the following problem.
In my secondary compile of php, I've specified
--with-config-file-path=/usr/local/apache2_media/conf
which is where I have a special php.ini with the necessary extension=apc.so line that I need for testing. My problem is that no matter what I try, the new php never sees or loads the php.ini file in there. I've tried countless file permissions changes and directory changes, and it'll never see it. Anyone run into this before? Here are the file permissions. Thanks.
drwxr-xr-x 5 root root 4096 Dec 13 15:48 conf
-rw-r--r-- 1 root root 41203 Dec 12 01:43 php.ini
In my secondary compile of php, I've specified
--with-config-file-path=/usr/local/apache2_media/conf
which is where I have a special php.ini with the necessary extension=apc.so line that I need for testing. My problem is that no matter what I try, the new php never sees or loads the php.ini file in there. I've tried countless file permissions changes and directory changes, and it'll never see it. Anyone run into this before? Here are the file permissions. Thanks.
drwxr-xr-x 5 root root 4096 Dec 13 15:48 conf
-rw-r--r-- 1 root root 41203 Dec 12 01:43 php.ini