-
Notifications
You must be signed in to change notification settings - Fork 48
Failed to run with Apache proxy #312
Comments
What URL are you visiting to load the dashboard in your browser? |
And I configured Apache to redirect /jd to http://127.0.0.1:9988 |
I'm looking at the Can you share your apache proxy config? When you say it's "redirecting" do you really mean proxying or is it truly redirecting the user's browser (e.g., with a 301 or 302) which won't work For what it's worth, |
My httd.conf contains the following: Jupyter Dashboard Sever#################################################################################### <Location /components> <Location /css> <Location /dashboards> <Location /static> <Location /login> <Location /tree> <Location /kernelspecs/> <Location /api/kernels/> |
Apache version: |
If you don't want the
|
Everything works fine in localhost mode. But when I set remote connection from the browser and redirection in Apache I get:
Failed to create kernel: API request failed (404): Not Found
jupyter kernelgateway is running locally and listening to http://127.0.0.1:8888 as it was in localhost mode.
jupyter-dashboards-server starts as:
jupyter-dashboards-server --KERNEL_GATEWAY_URL=http://127.0.0.1:8888 --TRUST_PROXY=true --BASE_URL=/jd
Browser console has the following:
POST http://hlaweb.triumf.ca/api/kernels?1484866275414 404 (Not Found)
The text was updated successfully, but these errors were encountered: