Bug #546

mod_auth causes a forever loading in the browser

Added by c00i90wn over 4 years ago. Updated almost 2 years ago.

Status:Invalid Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:mod_auth
Target version:-
Missing in 1.5.x:

Description

I've configured mod_auth as you can see in the attached config file.
The problem is that whenever I call the page that requires auth (for example: http://dev.litestep.com/projects/OTS3%20Projects/login ) the browser keeps loading forever, and the only way to bring the user:pass prompt is restarting the lighttpd server which of course is not a solution. In consecuence I did a strace to the lighttpd process and ended up with the following: http://litestep.com/strace.txt
Also, if I let it loading for a while I finally get a timeout and the following error in the log:


2006-02-25 07:19:46: (server.c.1126) NOTE: a request for /projects/OTS3 Projects/login t
imed out after writing 148 bytes. We waited 360 seconds. If this a problem incre
ase server.max-write-idle

main-lighttpd - Configuration file (8 KB) c00i90wn, 02/25/2006 03:47 pm

History

Updated by c00i90wn over 4 years ago

Apparently this is a problem between mod_fastcgi and mod_auth, when a page have both they must be loaded in a specific order as stated here:
http://forum.lighttpd.net/topic/34

Like the person who posted that on the forum I consider this a bug.

Best Regards,
C00I90WN

Updated by c00i90wn over 4 years ago

Actually, a lack of documentation, but now Weigon fixed that with the modification of http://www.lighttpd.net/documentation/configuration.html

This ticket can be closed now as worksforme

Updated by stbuehler over 2 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid

Problem by design, not a bug and documentation available.

Updated by stbuehler almost 2 years ago

  • Status changed from Fixed to Invalid

Also available in: Atom