Bug #546
mod_auth causes a forever loading in the browser
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_auth | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
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
History
02/26/2006 03:35 PM - c00i90wn
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
02/26/2006 05:45 PM - c00i90wn
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
02/18/2008 09:29 PM - stbuehler
- Status changed from New to Fixed
- Resolution set to invalid
Problem by design, not a bug and documentation available.