dinfiesta

Well-Known Member
May 2, 2005
58
0
156
Just sharing knowledge:

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
Then run: /usr/local/cpanel/bin/register_appconfig addon_fantastico.conf

That's it.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

Thank you for sharing this solution with the forum.
 

Bigwebmaster

Active Member
Dec 3, 2003
32
9
158
Just wanted to thank you for the quick solution, worked for me.