jmginer
- Total activity 119
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
Comments
Recent activity by jmginer-
catch-all.zone is not a domain
-
Hey there! The easiest way would be to just use the WHM >> Add a DNS Zone to create a zone that isn't associated with a specific cPanel account. That zone will just be owned by the root user dir...
-
Hello, I'm also having a similar problem. cPanel on CloudLinux 7 -> FTP uploads between 20-100 Mbps cPanel on CentOS 7 -> FTP Uploads between 400-500 Mbps vsftpd on Ubuntu 20 -> FTP Uploads at +7...
-
yes you should be able to install either CloudLinux or CentOS 8 with cPanel for preproduction starting in v92. That's good! thanks!
-
MariaDB -> No limit to the number of characters in the database prefix MySQL 5.7 -> Limited to 8 characters the prefix To be able to use the "cPanel migration tool" without errors, i.e. to migrate...
-
Hello @cPaneLauren , that documentation seems to be to create a hook of our application. But what we want is to execute an action when a dns zone has been modified.
-
Thanks @cPanelMichael I'm going to investigate this cpconftool.
-
Strange, the get_service_config function in the documentation also says that it only works with dovecot, but it does return Apache results correctly.
-
@Infopro Yes, but what do you mean?
-
for user in $(ls /var/cpanel/users); do /usr/local/cpanel/bin/set_zone_ttl --user $user --newttl 300 --force; done