FlexSim's Webserver is a query-driven manager and communication interface for FlexSim. It allows you to run FlexSim models through a web browser like Google Chrome, FireFox, Internet Explorer, etc. Since the FlexSim Web Server is a basic service to allow FlexSim to be served to a browser, you may decide you want a way to proxy to this service through a full service web server that you can control security and authentication through.
This guide will walk you through proxying to the FlexSim Web Server through Apache web server.
Install the FlexSim Web Server Program
Install Apache Web Server for Windows
Install Apache Dependencies
Configure Apache
Run Apache Web Server
In a file explorer or CMD line prompt, browse to the C:\Apache24\bin folder and run httpd.exe
Now that you have the FlexSim Web Server proxied through Apache, you may decide you want to configure Apache to handle security, authentication and customization. Since this is out of the scope of this guide, you can find details on the Internet that can guide you to setting these customizations up.
A few resources you may consider:
@Iago MF No I don't think so. A proxy just forwards the requests through to the FlexSim Webserver and then back to the client.
If you set up a couple machines with FlexSim Webservers and then proxy them through Apache, you could give access to one of the servers based on a login. That way you can have different user groups with access to the models on each machine.
Other than that you would have to modify the JS code of the FlexSim Webserver to get the functionality you would like.