rappie
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Posts
Recent activity by rappie-
Unable to change document root for php-fpm domain
I am trying to change the default document root for a domain running php-fpm. To do so i've add to code below to /var/cpanel/userdata/user/domain.php_fpm.yaml file. php_admin_value_doc_root: { na...
-
[CPANEL-24015] Symlink icon in File Manager disappeared
I've noticed using the cPanel File Manager today that the icons used for symbolic links are missing the link icon. I think this may have changed after upgrading to v76. No sure tough. A symlink ic...
-
Changing PHP-FPM error_log location
I switched to using PHP-FPM as the default PHP handler for my servers. Works great! However, previously when using the default CGI handler, PHP error logs resided in the same directory as the PHP ...
-
Root password reverts back after server reboot
I've just setup a new VPS with WHM/cPanel and changed the initial Root password trough WHM (Server Configuration > Change Root Password). I noticed that when ever I reboot the VPS trough WHM (Syste...
-
Apache module authn_socache
I'd like to add the authn_socache module to my Apache build, however it's not listed in the Exhaustive Options List when (re)building the Apache configuration nor does it seem to be loaded in my cu...
-
cPanel notifications when EXIM is disabled
If disable all email related services in WHM will I still receive important notifications from WHM/cPanel? For example update failures or security notifications? I am using my servers only for hos...
-
Symlink gives 500 error
I am a bit lost here. I've created a symlink to avoid having to have duplicate content for two very similar sites. ln -s /home/user/public_html/addon1.com/assets/ /home/user/public_html/addon2.co...
-
Redirect whm/cpanel users to hostname
Hi, How can I configure that users who try to access WHM or cPanel trough the server IP (on either http or https) will be redirected to the hostname of the server? So if users tries to logon to W...
-
Change SSH port question
I'd like to change the default port for SSH to another port below the 1024 range. (As suggested on this article in the
-
Segmentation fault on mod_dbd
I like to use the mod_authn_dbd module for password protected directory authentication. So I recompiled easyApache with both mod_authn_dbd and mod_dbd enabled. This caused a "DBD: Can't load drive...