Bug #546
closedmod_auth causes a forever loading in the browser
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
Files
Updated by c00i90wn about 19 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 about 19 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 about 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Problem by design, not a bug and documentation available.
Also available in: Atom