Gur50
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Gur50-
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...
-
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...
-
Update *solved* : Running command like this has solved the issue. scl enable ea-php70 'php -v' scl enable ea-php70 'composer --version'
-
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...
-
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...
-
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...
-
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:...
-
Hi Michael, thank you, probably this is the what I need, simple and elegant solution.
-
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...
-
Edit: Somehow Passenger didn't recognize my application ( on install i was also have choose passenger for node.js ). I had Postgresql connection issue, that was failed to start rails application....