On "Uptime" it always says 0 or 1 minute. During that minute it caches and stuff...then just resets.
This is all i got in php.ini
extension = "apc.so"
apc.shm_size = 64
This is apc.php
Edit. When I switch to apache, it works and continues to cache. Uptime and everything seems to work. But right when I change to litespeed, it resets itself. Uptime is then 0 again.
Edit. I scoured the web...can't really figure it out.
Also read a bunch of threads on this forum...nothing.
I followed the wiki...but do got a question regarding
What's suppose to do go there? this?
include_path = ".:/usr/local/lib/php"
If so...didn't do anything. Is the apc.so suppose to be in there? I also tried the enviroment thing I read on here. Max Connection = to PHP_LSAPI_CHILDREN and instances set @1. Didn't seem to do anything either.
This is all i got in php.ini
extension = "apc.so"
apc.shm_size = 64
This is apc.php
Edit. When I switch to apache, it works and continues to cache. Uptime and everything seems to work. But right when I change to litespeed, it resets itself. Uptime is then 0 again.
Edit. I scoured the web...can't really figure it out.
Also read a bunch of threads on this forum...nothing.
I followed the wiki...but do got a question regarding
include_path = ".:/php5install/php5"
include_path = ".:/usr/local/lib/php"
If so...didn't do anything. Is the apc.so suppose to be in there? I also tried the enviroment thing I read on here. Max Connection = to PHP_LSAPI_CHILDREN and instances set @1. Didn't seem to do anything either.
Last edited: