gramzon
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by gramzon-
I made a script to automate this process: /usr/sbin/backupcpconf [CODE=bash]#!/bin/bash NAME="cpconf-"$(date '+%Y-%m-%d')".tar.gz" ID="[private key location]" RUSER="[backup server user]" RHOST="[...
-
Thank you for that. It would be nice if an option was added to automatic backups to include cpconf as well.
-
So the answer is no. Which is kind of disappointing considering that location can contain a lot of important configuration like security headers, access control, modsec exclusions, ssl redirects, ...
-
This should work - RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L] This rule breaks cPanel login for me. If you are using it make sure to exclude the ...
-
I was making changes to Exim routers and transport today via "Exim Configuration Manager" under advanced settings (setting up ESET mail scanner), and after saving changes the message no longer appe...
-
@cPanelLauren the github issue was closed by modsec team. They say it is a bug with the rule but the rule worked before. @marcuszan this may not apply to you but if you are using kernelcare you c...
-
Switching to mpm_event and mod_suexec fixed the issue for me. Is there any mitigation with this configuration for the "Apache vhosts are not segmented or chroot()ed." warning in Security Advisor? ...
-
I just came here to post the same question. I am not using nginx though but EA4. WHM v78.0.27 I am using these rules: deano.me/2016/08/protecting-wordpress-wp-admin-server-wide-in-whm-with-cpanel...
-
An administrator will always have access to private data. If you do not trust someone they shouldn't have cPanel access in the first place. Also, if they have shell access they can see all the emai...
-
Yes it has. It is on the stable channel with auto updates. However I have not tried cPhulk since then.