Jintor
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 5
Posts
Recent activity by Jintor-
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 ?
-
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...
-
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...
-
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...
-
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'.''; $...
-
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
-
DEBATE on PHP-FPM I feel that it's a layer on top of an other layer
I would like your opinion on PHP-FPM... I was wondering why PHP-FPM is so popular ??? Sorry for worshippers of PHP-FPM, but I don't get it... I had only BAD, super BAD, and more than TERRIBLE ou...