Just sharing knowledge:
To fix error 401 on Fanastico with APPConfig, just create:
/var/cpanel/apps/addon_fantastico.conf
Then run: /usr/local/cpanel/bin/register_appconfig addon_fantastico.conf
That's it.
To fix error 401 on Fanastico with APPConfig, just create:
/var/cpanel/apps/addon_fantastico.conf
Code:
# name
name=addon_fantastico
# 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_fantastico.cgi
url2=/cgi/fantastico/index.php
url3=/cgi/fantastico/fantastico.php
# System user to run process as
user=root
# Required acls
acls=any
# Display name as show in the service ui
displayname=addon_fantastico
That's it.