![](https://assets.zendesk.com/hc/assets/default_avatar.png)
Jintor
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 5
Activity overview
Latest activity by Jintor-
Jintor created a post,
Optimal setup for a mail server host : is it better to use mail.domain... or host.domain
Hi, I'm setuping a new mail server. before the cpanel setup I have to setup a hostname... what is better to use mail.domain or host.domain ?
-
Jintor created a post,
Apache runs as "nobody" for non cpanel users... how to change this?
Hi, CONTEXT 1 : I need apache to run as the cpanel user CONTEXT 2 : I need to do some shell_exec('ssh user@remotepi....') CONTEXT 3 : Cloudflare Argo tunnel is installed on 1 domain => this doma...
-
Jintor created a post,
cloudflared "Argo Tunnel error" Error 1033
Hi, I installed argo tunnel in my linux. when I do systemctl status cloudflared.service Unable to reach the origin service. The service may be down or it may not be responding to traffic from cl...
-
Jintor commented,
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...
-
Jintor created a post,
How to get files of function that php is executing (when I pgrep -ia php some is only "/opt/cpanel/ea-php80/root/usr/bin/php-cgi")
CONTEXT : I have many php scripts executing live... WHAT I DO : pgrep -ia php (to get details of the process containing php...) option -ia show the command... WHAT I GET : [CODE=bash]112233 /opt...
-
Jintor commented,
see the full discussion here :
-
Jintor created a post,
Food for thoughts : mixing output_buffer OFF + sending gzipped compressed html....
CONTEXT (1) : I know that output_buffer off + gzip output don't "mix" well together. CONTEXT (1) : But I need output_buffer off. TEST (1) : In php I can gzcompress(); $a = 'this is a sting'.''; $...
-
Jintor created a post,
ubuntu 20.04.2 clean fresh: WHM instal says cPanel & WHM only supports Ubuntu on version 98 or greater.
Hi, I did this cd /home && curl -o latest -L
-
Jintor commented,
@cPRex The script was not faulty because the moment I remove php-fpm : the same script without modifications worked all ok.
-
Jintor commented,
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...