XFileSharing Pro - Litespeed issue

Message
Author
RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

Litespeed issue

#1 Postby RockDiz » Nov 15, 2012 12:22 am

For those who are familliar with litespeed, I think it's interfering with my script.

When I gather up a bunch of files (links) in the mass url search, I am unable to sort them by user, downloads, date, etc. If i try to sort the files, i'm taken to the main page of the site. This has been going on since i've installed litespeed, any idea what settings i needa make changes to?

Thanks!

natar
Posts: 20
Joined: Jan 17, 2011 2:52 pm

#2 Postby natar » Nov 16, 2012 5:31 am

I worked properly with the litespeed. Are you encountered with some error with litespeed?

trinsic
Posts: 149
Joined: Dec 21, 2009 9:24 am

#3 Postby trinsic » Nov 16, 2012 6:15 am

Try the full URL:

Code: Select all

domain.com/cgi-bin/index.cgi?fld_id=0&op=my_files&sort_field=file_size&sort_order=down
If that works then your rewrite rules are broken.

RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

#4 Postby RockDiz » Nov 16, 2012 7:51 pm

It seems like the URL is too big.
in Litespeed, Max Request URL Length 8192 bytes is the hard limit.
I copied and pasted the URL into notepad++ and my link is like 13,000 characters.
I can't set the limit any higher than 8192 in litespeed..

the error i'll get is:

Code: Select all

414 Request-URI Too Large

The request URL is over the maximum size allowed!

natar
Posts: 20
Joined: Jan 17, 2011 2:52 pm

#5 Postby natar » Nov 23, 2012 11:55 pm

Are you installed in your web server or in the file server? Because i was installed in file server also in web server it's looks charm ;)

RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

#6 Postby RockDiz » Nov 24, 2012 6:11 pm

natar wrote:Are you installed in your web server or in the file server? Because i was installed in file server also in web server it's looks charm ;)
Litespeed is only on webserver.
File servers don't need litespeed, they need NGINX. just sayin..

yikjaan
Posts: 24
Joined: Feb 27, 2009 10:20 am

#7 Postby yikjaan » Nov 25, 2012 6:14 pm

RockDiz do you have skype i can talk to about litespeed?

Thanks

okpa
Posts: 120
Joined: Apr 08, 2011 12:37 pm

#8 Postby okpa » Nov 26, 2012 1:25 pm

same problem with me when try to transfer files to litespeed server i get

Code: Select all

414 Request-URI Too Large

The request URL is over the maximum size allowed!

fuorissimo
Posts: 32
Joined: Nov 16, 2012 5:02 pm

#9 Postby fuorissimo » Nov 27, 2012 7:44 am

sorry for stupid question.

litespeed, that i don't know it, must to be installed only in the fileservers or aslo main?

it's made with sibsoft installation?

chrda
Posts: 296
Joined: Sep 14, 2009 7:16 pm

#10 Postby chrda » Nov 27, 2012 10:26 am

Reason why Litespeed is used for XFS is that you can tune the way it allows processes to run. It makes it harder to overload your server.
Bad code, memory leaks etc will be handles better with Litespeed.
You can tune apache also, but then you need a little more skills to do it.

For fileservers with nginx mod, you dont need Litespeed.
If you dont use nginx mod, you might need to tune your apache to make sure it handles all the traffic.