Ok so my fileserver works fine, running linux and apache 2.2.9. However Whenever someone uploads a file the following request "GET /cgi-bin/upload_status.cgi?uid=483121142750&files=:xxxx" hangs on status "closing connection" but it never closes, all these requests build up, don't close and clog up apache.
Any help is greatly appreciated,
thanks.
XFileSharing Pro - Problem with apache request
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Are you sure this will work? Look at the screenshot below of my apache status window. C means closing connection, and K means keep-alive. As you can see the majority of hanging connections are on closing connection not keep-alive. These requests have been here for ages... I have to keep restarting apache or they clog up my apache worker slots.
Thanks
Thanks
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Also try this first:
set ajax_stream in XFSConfig.pm to 0:
set ajax_stream in XFSConfig.pm to 0:
Code: Select all
ajax_stream => 0