I know "Google Apps Wizard" is a 3rd party app but does anybody has a solution for the AppConfig on how to register this app? Before WHM 11.38 the following gaw.conf was automatically create in /var/cpanel/apps
However, since WHM 11.40 it seems that all apps should be in /usr/local/cpanel/whostmgr/docroot/cgi directory and the well-known error "HTTP error 401 cgi/gaw/index.php" is shown.
I checked and the file /usr/local/cpanel/whostmgr/docroot/cgi/gaw/index.php does exist, but obviously this is a PHP file and not perl/cgi.
For other apps I found a solution, but I cannot pin-point this for the GAW app. Anybody?
Code:
name=gaw
service=whostmgr
url=gaw/index.php
user=root
acls=all
displayname=Google Apps Wizard
entryurl=gaw/index.php
icon=gaw.png
I checked and the file /usr/local/cpanel/whostmgr/docroot/cgi/gaw/index.php does exist, but obviously this is a PHP file and not perl/cgi.
For other apps I found a solution, but I cannot pin-point this for the GAW app. Anybody?