Hi -
I'm attempting to setup Superset with Apache2. I've been able to successfully install and get it running via the installation web page, but running into configuration issues when using Apache. Our users have a firewall that prevents access to anything off port 80. So I've tried to update the apache config file to add the new location "/superset" and then forward the requests over to that location.
It seems like I'm close, but when I attempt to view the page (using "http://<serverip>/superset") it tries to load a page but then I get a "404 - not found" on the url "http://<serverip>/superset/welcome".
Has anyone tried this with Apache? I'm new to this type of setup and could use a some hints.
Thank you!
Joe