Apache+php_mod+APC was changed to Nginx+PHP FPM+APC at 5th Dec.

Graph is received with the best server monitoring tool i have ever seen since manually crafted MRTG in 1999.
Apache+php_mod+APC was changed to Nginx+PHP FPM+APC at 5th Dec.

Graph is received with the best server monitoring tool i have ever seen since manually crafted MRTG in 1999.
If Zend-application starts make fun with the message about session.auto_start and session_start you don’t need to waste your time for checking and greping.
Take a look at resources.session.save_path = APPLICATION_PATH "/../data/session" first.
For some reason they removed from 4.0 method setBaseParam to modify Ajax URL and did not suggest clear way to parameterize reader’s URL.
Nevertheless, Ext.data.Request accepts params element in the config what does what we need and can be passed through th store.load method:
store.load({params:{object_id:1488}});
will result ?object_id=1488 to be added.