Timo Stark

Results 172 comments of Timo Stark

Thanks for the detailed information about this issue. We are currently trying to reproduce it. Would you mind downgrade the Unit version to 1.25? We are currently investigating another issue...

Hi @TuzelKO sorry for the late response on this. Not now but I will try to create a setup again with some more files and keep downloading them. Will keep...

Hi @lolgab. At the moment, there is no nativ implementation of `auth_request` but I a little python helper app would do the trick. Is that an option? If so we...

Thanks for sharing your idea. The most simple idea would be a implemenation with Cookies and the use of our routing matches. Another - more powerful - implemenation could be...

Hi @andreivasiliu – First, THANK YOU VERY MUCH for working on the initial Rust bindings and sorry for the long delay! As far as I can see you created the...

Got your point with the bindings and sorry for missing it in my inital review of your repo. So the goal is clear: Having a stable and reliable Rust wrapper...

@artemkonev this could be a great example for a new how to section about routing / advanced routing. I know the documents road map is more than full 😬

Can you please share your Unit configuration as well as as the version of Unit you are using at the moment? Cheers Timo

Can you please try to set `SCRIPT_NAME` in your environment to `""` like ``` "applications": { "rails": { "type": "ruby", "script": "config.ru", "working_directory": "/home/redmine/public_html/", "environment": { "RAILS_ENV": "production", "SCRIPT_NAME": ""...

A downgrade of Unit to Version 1.26.1 should help in this case. As said - there was a change to the `SCRIPT_NAME` handling in Ruby introduced within 1.27. Working on...