API Server applications - portal only

Is it possible to disable certain API projects for a given API Server?

I.e. we want to have a server only running the ApiServer/html/qer-app-portal page, but not running any of the other pages, such as the admin portal, opsupport, and password reset

Web Server1 - running qer-app-portal only

Web Server2 - running all web applications

Reason being we don't want the users to accidentally stumble upon the landing page and the API documentation by removing the /html/qer-app-portal portion of the URL

Parents
  • Hi Johnny,

    I don't believe there is an option to install only 'part' of the APIServer, it installs all components on your IIS machine. (If I'm wrong, I'm happy to be corrected)!

    However what I know works is that you can limit access to certain parts both at a file server level as well as through the web.config file, ensuring on web server 1 only the portal part is accessible and on web sever 2 all web applications are accessible (as an example).

Reply
  • Hi Johnny,

    I don't believe there is an option to install only 'part' of the APIServer, it installs all components on your IIS machine. (If I'm wrong, I'm happy to be corrected)!

    However what I know works is that you can limit access to certain parts both at a file server level as well as through the web.config file, ensuring on web server 1 only the portal part is accessible and on web sever 2 all web applications are accessible (as an example).

Children
No Data