Apache httpd configuration
I'm trying to set up a httpd configuration to use uPste with but can't get it to work without flaws. At the same time, I am pretty bad at nginx configuration (as I've never worked with it) :) This unfortunately leads to me being unable to correctly setup Apache2 for uPste.
May I ask for a textual description of steps needed to get uPste working from a webservice perspective? I.e., what kind of redirects (or rewrites) do I need in which case and where should they go? What folders do need which kind of protection?
Thanks and kind regards.
I'd recommend nginx as there's already a config for it in the repo and it seems to work well.
Unless you know Apache well, you could try to convert the nginx config for it https://github.com/TheReverend403/uPste/blob/master/nginx.conf.example
I do not have a running nginx instance and my whole 'ecosystem' is using Apache, so nginx is not really an option.
As written above, I have no precise idea what those nginx directives in the sample configuration mean (of course I do have a vague understanding by reading the corresponding manual but you get the idea), which leads to me being unable to configure Apache...