-
-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hello everyone!
I have been trying to implement ParaViewWeb in a multi-user setup using apache on Windows, however I must be doing something wrong, since I cannot seem to make it work. I followed the tutorial on the subject (https://kitware.github.io/paraviewweb/docs/windows_10.html) and searched through the internet trying to make it work.
As I understand it Apache will create a single point through which all clients will communicate, and then, in connection with the integrated Python launcher from ParaView, will redirect the client to an individual and independent visualization session in a specific port.
I have configured the httpd.conf and httpd-vhosts.conf as well as the launcher.config, I have created the proxy file through which Apache and ParaView will communicate, however I have a few questions regarding this configuration. The port we enter in httpd.conf must be the same as the one we put in the VirtualHost directives in httpd-vhosts.conf right? The port we put on proxy pass in httpd.vhosts.conf, must match the port used in launcher.config. My question is, what is the relationship between the port we put in the httpd.conf and the one we put in the proxy pass in httpd-vhosts.conf and in the launcher.config.
Also, do we need to edit the index.html from Apache, as well as the on from ParaView?
My configuration files are in the following zip file. Is there something wrong with them?
When I try on the browser the listen port on the httpd.conf the browser displays the apache index.htlm file, however as I try to connect to the port http://localhost:9000/paraview I get the following error:
There must be some simple error that I am making, and I would greatly appreciate your help.
Thank you in advance!!
