how to setup phpa with zeus?
Hi Guys,I just upgraded my system from apache to zeus 4.2. However, I think i need to change something in my php.ini in order to use phpa. Following is my phpa configuration. It used to be fine with apache.
phpa = on
phpa.cache_dir =/home/phpa
phpa.shm_size = 8
phpa.shm_user = nobody
phpa.shm_group = nobody
phpa.shm_max_processes = 257
When I start zeus web server, I keep getting this error:
Failed loading /root/php_accelerator-1.3.3r2_php-4.3.0_linux_i686-glibc2.1.3/php_accelerator_1.3.3r2.so: /root/php_accelerator-1.3.3r2_php-4.3.0_linux_i686-glibc2.1.3/php_accelerator_1.3.3r2.so: cannot open shared object file: Permission denied
So, can anyone who has done PHP+FastCgi+Zeus+phpa sucesfully teach me what exactly I need to change? Thanks