Gur50
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Gur50-
Gur50 commented,
Hello, This behavior is by design. There is no mechanism for configuring a specific PHP version in an account's home directory because PHP is served out of the document root paths (e.g. /home/$use...
-
Gur50 commented,
Update : Putting .htaccess files at /home/username solving php version for path like that : # php -- BEGIN cPanel-generated handler, do not edit # NOTE this account's php is controlled via FPM an...
-
Gur50 commented,
Update *solved* : Running command like this has solved the issue. scl enable ea-php70 'php -v' scl enable ea-php70 'composer --version'
-
Gur50 created a post,
Php version for user home directory
Hi, system information is : Os : Centos 7 Whm : 60 (build 15) Easyapache4 With easyapache having both phpea56 and phpea70 versions on system. System default is phpea56. So I have changed php ve...
-
Gur50 commented,
I believe something wrongs here ( load averages from my server now, phppgadmin %98.1 cpu usage... ); Pid : 8059 (Trace) (Kill) Owner : 504 Priority : 0 CPU % : 98.1 Memory : 0.0 Command : /usr...
-
Gur50 commented,
It's normal for phpPgAdmin to run if you have installed PostgreSQL. I don't see anything suspicious about the processes you referenced. Have you considered blocking the port that phpPgAdmin runs on...
-
Gur50 commented,
Hello, The process still runs, it's just users are unable to use it. Have you considered adding the process to the LFD process ignore list, so that those alerts are not sent? Thank you. Hi Micha...
-
Gur50 commented,
I have disabled Phppgadmin admin from feature list but lfd shows me still some processes are running and I can't kill neither stop them. Any workaround for this? Lfd messages like below : Time:...
-
Gur50 commented,
Hi Michael, thank you, probably this is the what I need, simple and elegant solution.
-
Gur50 commented,
Hi Michael, thank you for reply. Mostly I'm managing my customers cPanel accounts and their needs, so phppgadmin is not must for them. I mean i can configure their db and users with psql console/c...