How to run IPython behind an Apache proxy

前端 未结 6 1330
耶瑟儿~
耶瑟儿~ 2020-12-05 11:27

I would like to run an IPython notebook web server behind an Apache (reverse) proxy so that instead of the URL

https://my.server:XXXX

(where XXX

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 12:15

    On newer versions of IPython/Jupyter that have a terminal you also need to add entries for terminals.

    
         ProxyPass        ws://localhost:8888/ipython/terminals/websocket/
         ProxyPassReverse ws://localhost:8888/ipython/terminals/websocket/
    
    

提交回复
热议问题