Jintor
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 5
Comments
Recent activity by Jintor-
I found this [CODE=bash]ps eax |grep php |grep -v grep|awk '{print $1 $8 $15 $19}' it shows PID - REDIRECT_SCRIPT_URL= ..... usefull stuff to know at least what php "could" have a bad infinite l...
-
see the full discussion here :
-
@cPRex The script was not faulty because the moment I remove php-fpm : the same script without modifications worked all ok.
-
Hi @cPRex , Wordpress is not a good example because I prefer creating my own library from scratch. ( over the years, I've tried other libs, but with my homemade ones, I always get better performa...
-
Hi, I had only BAD and UGLY experience with PHP-FPM... Even when in multi-PHP I set it to off, the simple fact that it was installed, it was painfull. What worked for me if to uninstall it compl...