Error 500 #130
Replies: 3 comments
-
Hi @CodeMouse92 , [Service] |
Beta Was this translation helpful? Give feedback.
-
I don't know that I can set up the service like that, as Apache2 is running Horilla via WSGI, rather than as a reverse proxy. (WSGI seems to be rubbish at logging.) I couldn't find any good instructions on properly configuring a reverse proxy for Apache2, although I'd be game if there are. |
Beta Was this translation helpful? Give feedback.
-
Hi @CodeMouse92 , With Regards, |
Beta Was this translation helpful? Give feedback.
-
I'm running Ubuntu 22.04, Python 3.10, Django 4.2.11, and the latest
master
of Horilla. I have configured the server as best as I can tell following the instructions, and then try to serve it over Apache2 as shown below.By the way, this worked once before, but after recloning Horilla to try and get some bugfixes (the first attempt to install this was a nightmare too), this no longer works.
Unfortunately, I only see "Server Error (500)", and the Apache error logs show me only this:
I subsequently fixed that following some StackOverflow insight (https://stackoverflow.com/a/70903486), so the warning disappears, but Error 500 persists.
Is there logging somewhere in Horilla? What am I overlooking?
Here's the (scrubbed) environment file:
I set up Apache like this:
I've documented the entire setup process, if anyone wants to see the rest.
Beta Was this translation helpful? Give feedback.
All reactions