
cPanelThomas
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by cPanelThomas-
Which version is this? v116? If this is a bug it would be helpful to know when precisely this started, as I can look up the version's tag in git to try to see what code might have been responsible ...
-
Howdy, Are you sure there isn't any other block in configuration that might later be matching those same URLs and applying an expires header of 56d? As is, I don't really see anything off the top ...
-
Howdy all, I've been able to replicate the issue, and I believe I have a fix for it. The issue seemed to be a overly specific Requires line in the specfile for Alma8. After tweaking this to be les...
-
I am somewhat curious if running the command in a manner which disowns it from the terminal would resolve this issue. Does running the command via nohup change things, or not? Ex. nohup &. If not,...
-
RE overwrite_all_dbusers not showing up as an argument in the other API docs, that's somewhat of an oversight in my opinion. Basically, the schema modules there define the arguments you can pass in...
-
In Feature Manager it shows up as "Application Manager". passengerapps is how it would be listed in the featurelist on disk in /var/cpanel/features.
-
You might want to check whether the passengerapps feature is enabled in the featurelist associated with the cPanel user's hosting package. That page's appearance keys upon this feature. Hope this ...
-
Well, if I'm understanding you correctly, you've just created a reseller account in WHM. Presumably that means your script knows the username and password of the reseller you just created. Then it'...
-
Well, it's not *really* that difficult in my estimation. Basically the process is: * Get the accounts via `listaccts` API call * Iterate over accounts and run `list_pops_for` API call on each of t...
-
I notice in the output there that you are running as what appears to be an unprivileged user. The C compiler access may be disabled in that context on cPanel & WHM systems. Have you tried installin...