DanH42
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Activity overview
Latest activity by DanH42-
DanH42 commented,
After some great sleuthing by a couple cPanel support folks, it turns out the issue was related to a bug in the x3 theme, which we still used on all our servers. Switching an account over to Paper ...
-
DanH42 commented,
Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here and I'll make sure the thread is updated with the outcome. Opened s...
-
DanH42 commented,
Check to see if the following directories exist on this system: /var/lib/mysql/.ssh /var/lib/mysql/.cpanel Neither of those directories exist in /var/lib/mysql, nor are there any other hidden di...
-
DanH42 created a post,
MySQL username prefix not being truncated
I noticed recently one of our cPanel servers (v58) has stopped truncating usernames for database prefixes. This reduces the number of characters left for usernames to sometimes only a couple charac...
-
DanH42 created a post,
Permanently remove cPanel redirects
We keep all our cPanel services on a dedicated IP, and don't allow connections on non-HTTP ports on any of our other IPs. With this redirection in place, bots will hit example.com/cpanel, get redir...
-
DanH42 created a post,
EasyApache Tomcat JDBC MySQL Connector
I'm running WHM 11.50 (EA 3.32.3) with a combined PHP/Tomcat setup. Everything is currently working, but in order to get connections working to the MariaDB 10.0.21 server, I had to swap out the ins...
-
DanH42 commented,
Update: after a fair amount of trial-and-error, I got a working solution. First, the command in the post above that I thought would add the proper hook gave me an error. I managed to get it to run...
-
DanH42 commented,
The hook API seems straightforward enough; I think all I need to do is run "sudo /usr/local/cpanel/bin/manage_hooks add script /scripts/myscript --category Whostmgr --event Accounts::Create" to get...
-
DanH42 created a post,
Create a subdomain on account creation
I've like to be able to automatically create a subdomain of an account's primary domain when the account is created. The name of the subdomain will not change between accounts; it'll always be subd...
-
DanH42 commented,
passthru is also disabled, and I'd like shell commands to remain disabled. The commands I need to run do need to be executed as root, which is why I thought WHM's runtime would be a perfect place f...