verdon
- Total activity 285
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 15
- Subscriptions 67
Comments
Recent activity by verdon-
The issue here is that your system's /etc directory is assigned the immutable attribute. I recommend opening a
-
Same for me on two servers.
-
Here's the script. I have this saved in a file, and cron set to run it once a day. #!/bin/bash find /home/*/ -name "error_log" -size +200k -mtime +5 -type f -not -path "/home/virtfs*" -exec rm {} ...
-
Wordpress core over-rides these values at run-time. I don't remember the detail, but it seems important for some functions. I ultimately created a script and run it via cron that looks for any erro...
-
Just to follow up here, in case anyone else stumbles across this... I had a couple issues and discovered a few things. Ultimately, there's a file at /etc/openldap/ldap.conf It has a configuration...
-
Thanks. I knew that was in there somewhere. I have it enabled on one of my servers, but not this one. It still makes me curious why I was able to add one domain this way, but not two others... espe...
-
@cPanelMichael Thanks for jumping in and correcting my cross-posting too... I've figured this out and will update the other thread.
-
In the end, it's a LOT easier to create a cpanel account for the top-level domain (even though I'm not hosting it) and then just proceed as normal from there. I set the name servers for the cpanel ...
-
@cPanelMichael The tricky part at this moment seems to be php-fpm. Am I correct in guessing that if I create a file at /var/cpanel/userdata/serviceaccount/subdomain.serviceaccount.com.php-fpm.yam...
-
I've also verified that just putting an include in the include does work and perhaps more convenient, though you have to run a configtest manually before restarting httpd when adding new virtual ho...