AppConfig and Fantastico
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.
# 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.
-
Hello :) Thank you for sharing this solution with the forum. 0 -
Just wanted to thank you for the quick solution, worked for me. 0 -
This may also be of some help: [url=http://docs.cpanel.net/twiki/bin/vief/AllDocumentation/1136ReleaseNotes#Changes%20to%20Perl]cPanel & WHM 11.36 Release Notes #!/bin/sh eval 'if [ -x /usr/local/cpanel/3rdparty/bin/perl ]; then exec /usr/local/cpanel/3rdparty/bin/perl -x -- $0 ${1+"$@"}; else exec /usr/bin/perl -x $0 ${1+"$@"}; fi;' if 0; #!/usr/bin/perl 0
Please sign in to leave a comment.
Comments
3 comments