Lighttpd 1.4.23 for Windows problem
Added by napalme over 15 years ago
I'm running ligthy on Windows 2003 Server
Serving flv and mp4 files for streaming, and also mp3 for download
Having a traffic about 10-20 Mbit/s
Sometimes lighttpd hangs up and doesn't reply
Getting many similar error messages in my errorlog:
> 2009-12-16 18:17:56: (network_writev.c.303) write failed: Software caused connection abort 9 > 2009-12-16 18:17:56: (connections.c.607) connection closed: write failed on fd 9 > 2009-12-16 18:18:10: (network_writev.c.303) write failed: Software caused connection abort 13 > 2009-12-16 18:18:10: (connections.c.607) connection closed: write failed on fd 13 > 2009-12-16 18:18:16: (connections.c.1206) connection closed: poll() -> ERR 14 > 2009-12-16 18:18:18: (connections.c.1206) connection closed: poll() -> ERR 28 > 2009-12-16 18:18:18: (connections.c.1206) connection closed: poll() -> ERR 26 > 2009-12-16 18:18:53: (connections.c.1206) connection closed: poll() -> ERR 31 > 2009-12-16 18:18:54: (connections.c.1206) connection closed: poll() -> ERR 28 > 2009-12-16 18:18:56: (connections.c.1206) connection closed: poll() -> ERR 14 > 2009-12-16 18:19:22: (network_writev.c.303) write failed: Software caused connection abort 14 > 2009-12-16 18:19:22: (connections.c.607) connection closed: write failed on fd 14 > 2009-12-16 18:19:51: (network_writev.c.303) write failed: Software caused connection abort 14 > 2009-12-16 18:19:51: (connections.c.607) connection closed: write failed on fd 14 > 2009-12-16 18:19:53: (network_writev.c.303) write failed: Software caused connection abort 29 > 2009-12-16 18:19:53: (connections.c.607) connection closed: write failed on fd 29 > 2009-12-16 18:19:58: (network_writev.c.303) write failed: Software caused connection abort 24 > 2009-12-16 18:19:58: (connections.c.607) connection closed: write failed on fd 24 > 2009-12-16 18:21:24: (network_writev.c.303) write failed: Software caused connection abort 15 > 2009-12-16 18:21:24: (connections.c.607) connection closed: write failed on fd 15 > 2009-12-16 18:21:26: (network_writev.c.115) writev failed: Software caused connection abort 48 > 2009-12-16 18:21:26: (connections.c.607) connection closed: write failed on fd 48
Can you tell if such things could be corrected?
What server.network-backend and event handler can i use in Windows 2003 Server?
What is the correct way to restart lighttpd in Windows?
Thanx!
Replies (7)
RE: Lighttpd 1.4.23 for Windows problem - Added by nitrox over 15 years ago
Sorry, we don´t support lighty on windows.
RE: Lighttpd 1.4.23 for Windows problem - Added by napalme over 15 years ago
Is there any support forums for Windows Ligthy?
RE: Lighttpd 1.4.23 for Windows problem - Added by icy over 15 years ago
Try the project page for the windows version that you use. Check if they have a forum or mailing list.
RE: Lighttpd 1.4.23 for Windows problem - Added by vibes992000 over 15 years ago
You need to run LIGHTTPD as a windows service. There are many programs which can convert lighttpd.exe into windows service. One such program which unfortunately is a shareware is "AlwaysUp" . Due to some reasons and lack of Linux Environment I'm also hosting my Web 2.0 and HTTP Streaming Web Applications Under Windows 2003 Environment and there LIGHTTPD is proving to be quite handy as compared to the conventional APACHE WebSevers.
Therefore the best bet for you is to convert it to a window service so that whenever it crashes it restarts automatically.
You can also use "Process.exe" (seach google, its the first link in listing) to manually close the lighttpd process and then run the process again.
napalme wrote:
I'm running ligthy on Windows 2003 Server
Serving flv and mp4 files for streaming, and also mp3 for download
Having a traffic about 10-20 Mbit/sSometimes lighttpd hangs up and doesn't reply
Getting many similar error messages in my errorlog:[...]
Can you tell if such things could be corrected?
What server.network-backend and event handler can i use in Windows 2003 Server?
What is the correct way to restart lighttpd in Windows?Thanx!
RE: Lighttpd 1.4.23 for Windows problem - Added by vibes992000 over 15 years ago
This is sad. I know microsoft is an ass but still sometimes due to some 'reasons' a person might be not able to switch to linux based platforms :(
nitrox wrote:
Sorry, we don´t support lighty on windows.
RE: Lighttpd 1.4.23 for Windows problem - Added by ValeriyZ about 14 years ago
I have similar problems. You solved them? If so then tell me how.
I have run Lighttpd on several processes (server.max-worker = 4) is somehow solved the problem. However, the connection is lost.
Can someone help me? What data do I bring?
RE: Lighttpd 1.4.23 for Windows problem - Added by mecca over 13 years ago
For me this was caused by large log files. Cleaned the logs and now is back to normal. Hope this helps.