-
I'm setting up code-server 4.4.0 with apache on Ubuntu 20 in Azure Virtual Machine and facing always "Not Found" or "Unauthenticated". What I did was the following as setup script. It seems proxy from apache to code-server is working. When look up /var/lib/code-server/logs it also seems normal. What's wrong? Any missing configuration?
== Logs ================================================== |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not familiar with Apache but you might find something helpful in an old issue: https://github.com/coder/code-server/issues?q=is%3Aissue+apache+is%3Aclosed |
Beta Was this translation helpful? Give feedback.
-
Found the reason why my configuration didn't work. Didn't work:
Worked:
But even though "Not found" or "Unauthenticated" were fixed, there was another issue after. It was no response of websocket request. In browser developer tool, webscoket request kept Pending. I gave up to use apache and moved to nginx. Nginx is working perfectly. |
Beta Was this translation helpful? Give feedback.
Found the reason why my configuration didn't work.
Didn't work:
Worked:
But even though "Not found" or "Unauthenticated" were fixed, there was another issue after. It was no response of websocket request. In browser developer tool, webscoket request kept Pending.
I gave up to use apache and moved to nginx. Nginx is working perfectly.