Hi , Lets say my domain is abc.com , its webserver path is /var/www/clients/client1/web1/web/ My API Webservice domain is http://abc.com/api/ What is alternate url for http://abc.com/api? How to setup in ispconfig , for http://localhost:[port]/api , pointing to /var/www/clients/client1/web1/web/ also
I think that is possible with apache2 and you can refer that to the previous / older ISPConfig PST on how PMA / RC can be setup in such a way.
In previous / older ISPConfig PST, e.g. Debian 9 / Stretch, for example in RC, you simply add this up "Alias /webmail /var/lib/roundcube" to its apache2 configuration file, so that /webmail can be open from http://192.168.1.100/webmail, http://www.example.com/webmail or http://server1.example.com:8080/webmail from that server. There is no need for other tutorial because the logic is clear. Your API apache2 conf must add that "Alias /api /and/its/full/path" for it to work the same as the sample in the previous / older ISPConfig PST.