Scott Galambos
- Total activity 343
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 93
Comments
Recent activity by Scott Galambos-
If I disabled php-fpm and enable CGI it becomes common for both. but suphp/cgi is not as good. so I guess the question is - how do I get .html to be parsed by php-fpm instead of CGI?
-
I have this: AddHandler application/x-httpd-ea-php81 .php .php8 .phtml .html But cPanel is then adding this at the bottom: # php -- BEGIN cPanel-generated handler, do not edit # Set the "ea-...
-
It helps, thanks.
-
Hey there! There is no way to stop that from appearing as that is a core function of cPanel. Can you let me know what problem it is causing you? Well, I just think its better to control all si...
-
I see, so if I set my UDPATES=manual in /etc/cpupdate.conf it will work like before? Where WHM will tell me a new version is available, I can then click Update and it will do it. Is this ok?
-
Thanks for the clarification. I looked at the MySQL documentation and it seems the "character_set_system" value cannot be changed: ok, thanks!
-
Hey there! You would add this to the /etc/my.cnf file, although the formatting will need to be different. You'll use: default-character-set=utf8mb4 in that file, and then restart the MySQL ser...
-
Hey there! There isn't a way to force this at the time the account is created. This value is stored in a plain-text file in /home/username/.cpanel/nvdata in the "username@domain.com_default_webm...
-
I'm glad that's working well for you. It would still be a good idea to start making the transition to the more modern password scheme soon so you're ready for future updates. right, and I do th...
-
One option may be to change the logging verbosity. Setting log_error_verbosity to 1 will make the system only log errors, so you don't get the deprecation warning. this works well.