XFileSharing Pro - Problem with apache request

Message
Author
Qsave
Posts: 12
Joined: Jan 24, 2008 7:42 pm

Problem with apache request

#1 Postby Qsave » Aug 19, 2008 10:12 am

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.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Aug 20, 2008 6:36 am

Hmm...try to disable Keep-Alive requests in Apache config, this will drop number of Apache childs much.

Qsave
Posts: 12
Joined: Jan 24, 2008 7:42 pm

#3 Postby Qsave » Aug 20, 2008 11:24 am

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.

Image

Thanks

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Aug 21, 2008 8:30 am

Also try this first:
set ajax_stream in XFSConfig.pm to 0:

Code: Select all

ajax_stream => 0