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!
XFileSharing Pro - Litespeed issue
Try the full URL:
If that works then your rewrite rules are broken.
Code: Select all
domain.com/cgi-bin/index.cgi?fld_id=0&op=my_files&sort_field=file_size&sort_order=down
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:
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!
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!
-
- Posts: 32
- Joined: Nov 16, 2012 5:02 pm
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.
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.