docw
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Activity overview
Latest activity by docw-
docw commented,
Thanks quietFinn, that makes sense now. I had missed the "An email notification will be sent to the user" bit under the disk quota percentages.
-
docw commented,
Extended attributes can be applied to files and directories (so it's perfectly possible that the directory is empty). For a directory, you can list extended attributes with `lsattr -d [directory]`....
-
docw commented,
This is slightly cleaner alternative: for domain in $(find /var/named/ -maxdepth 1 -type f -name "*.db" -exec basename \{} .db \;); do if ! grep -q "^$domain" /etc/userdomains; then echo "$domain";...
-
docw created a post,
Disk quota notifications configuration
AnsweredI have a question about the disk usage and bandwidth notification settings under Tweak Settings (as documented in https://docs.cpanel.net/knowledge-base/cpanel-product/the-cpanel-config-file/). The...
-
docw commented,
Hah, thanks, you're right. I completely overlooked that!
-
docw commented,
I've opened a new threat for the hotlink protection issue (it's unrelated to my initial topic):
-
docw created a post,
Toolkit restore points are hidden
Apologies for another Toolkit post... When you clone a website you have the option to create a restore point when you copy data back to the live site. The help text explains that this can be used ...
-
docw created a post,
WordPress Toolkit hotlink protection doesn't work
This is a follow-up on this post:
-
docw commented,
That's curious. I can reliably reproduce this. The cPanel hotlink protection works fine, but both enabling and disabling hotlink protection via Toolkit does absolutely nothing (the .htaccess file i...
-
docw commented,
I'm curious if anyone has been able to reproduce this?