General

Profile

dahlke

  • Login: dahlke
  • Registered on: 2017-04-19
  • Last sign in: 2018-01-29

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

2018-01-29

14:37 Lighttpd Support: RE: Using url.rewrite for routing restful requests? Is there a better option?
PATH_INFO... that's awesome! Thanks so much :) dahlke
09:48 Lighttpd Support: [Solved] Using url.rewrite for routing restful requests? Is there a better option?
This may be way off and a completely stupid idea but...
I was hoping to use url.rewrite to redirect /api/car/"vin...
dahlke

2017-11-06

15:06 Lighttpd Support: RE: auth.require based on HTTP method (PUT and GET)?
Do'h
Found a solution :)
$HTTP["request-method"] =~ "^PUT$" {
auth.require = (
"/sys/api/netc" => (...
dahlke
14:38 Lighttpd Support: [Solved] auth.require based on HTTP method (PUT and GET)?
Hi :)
On an API we use auth.require to restrict asses to certain methods. In our Lighttpd.conf we have something a...
dahlke

2017-09-08

06:43 Lighttpd Support: RE: auth.require, entire site + different realm for subfolder?
gstrauss wrote:
> [...]
When I add that to the config I get:
(mod_auth.c.249) auth.require should contain an ar...
dahlke

2017-09-07

13:03 Lighttpd Support: [Solved] auth.require, entire site + different realm for subfolder?
Hi :)
Question: How do I require authentication for an entire site with one realm ("realm" => "User") while req...
dahlke

2017-04-21

07:21 Lighttpd Support: RE: IE, PUT, empty request body after authentication, 401 408
We've updated to @lighttpd/1.4.45@. I get the exact same result as on the older version. For completeness here is a l... dahlke

2017-04-20

09:07 Lighttpd Support: RE: IE, PUT, empty request body after authentication, 401 408
Thank you so much for your replies, gstrauss. They are *much apricated*! :)
We'll try upgrading to the latest vers...
dahlke

2017-04-19

11:54 Lighttpd Support: [Solved] IE, PUT, empty request body after authentication, 401 408
*Linux, BusyBox v1.25.1
Lighttpd version: Lighttpd/1.4.37
Configuration: http://paste.lighttpd.net/i2#PjPjDHerwmdu...
dahlke

Also available in: Atom