I am having problems trying to get the Account DNS Check app registered with WHM but I am not having any luck. The plugin works if I change WHM -> Tweak Settings -> Allow apps that have not registered with AppConfig to be run when logged in as root or a reseller with the "all" ACL in WHM -> On.
I have setup the following AppConfig file accountdnscheck.conf:
Ran the following command:
I get the following error when trying to access it
Can anyone point me in the right direction?
Thanks,
Eric
I have setup the following AppConfig file accountdnscheck.conf:
Code:
# name
name=addon_acountdnscheck
# Service that will serve this app
service=whostmgr
# Physical path: /usr/local/cpanel/3rdparty/Foo.php
# Literal URL path: $server:$port/$cpsession/3rdparty/Foo.php
url=/cgi/addon_acountdnscheck.cgi
# System user to run process as
user=root
# Required acls
acls=any
# Display name as show in the service ui
displayname=addon_acountdnscheck
# Url to show in the service ui (relative to install path for whm this is cgi/)
entryurl=addon_acountdnscheck.cgi
Code:
cd /var/cpanel/apps
/usr/local/cpanel/bin/register_appconfig accountdnscheck.conf
Code:
HTTP error 401
accountdnscheck/index.php
Thanks,
Eric