Hi Laslo, For a bit of context, I've been running quark with its vhost support like this: quark -p 80 -h raedwulf.co.uk -u http -g http -d /srv/http \ -v "git.example.tld ^(git).example.tld git/"
I want to serve /srv/http/git in the vhost git.example.tld. I have recently updated to the git master of quark and noticed that I couldn't get vhosts to work anymore. I'm currently unsure what is the precise reason but it seems related to line 631 of http.c: /* stat the relative path derived from the URI */ This seems to stat the non-vhost paths. Commenting this out led to other errors - it started trying to move it permanently. Before digging further, I thought I'd ask first, because I think I may be doing something stupid and missing the obvious. On an aside, I do look forward to the new work going into quark! Best regards, Ralph Eastwood