Questions tagged [litespeed]

77 questions
9
votes
4 answers

How to fix Image Swapping Issue in iOS 8 with keep-alive + HTTP Pipe-lining?

Ever since iOS8, the sites I managed are experiencing an intermittent problem in which images are swapping locations with other images. This has been mentioned in a number of places, but with no apparent…
David
  • 829
  • 3
  • 13
  • 30
8
votes
4 answers

"Cannot perform a differential backup for database "myDb", because a current database backup does not exist."

I have what seems to be a pretty common problem when trying to take a differential backup. We have a SQL Server 2008 Standard (64bit) and we use Litespeed v 5.0.2.0 to take our backups. We take full backups once a week and a differential on a daily…
user44127
  • 131
  • 1
  • 4
4
votes
3 answers

More than 3 seconds "Initial Connection" time (webpagetest.org)

I'm having a weird issue with a vBulletin forum, on a 2х Xeon E5645 w/ 16GB RAM CentOS 6.3 x86_64 web server with cPanel and LiteSpeed; It takes too long to start loading... When I tested it with webpagetest.org I saw that for every request…
George Tasioulis
  • 1,969
  • 2
  • 16
  • 17
3
votes
1 answer

Litespeed vs Nginx high-traffic server performance?

Most top-level (high-traffic) websites use Nginx web servers. This community has many members who are experts about systems and servers, so I want to ask for feedback on which server can handle top-level websites better in your…
Serdar Koçak
  • 57
  • 2
  • 7
2
votes
1 answer

Too many open files error on webserver with wordpress site on litespeed server

I am running a wordpress site on a litespeed webserver, caching enabled using the litespeed plugin, with cloudflare as a CDN. Every few days or so, the logs start filling with the below error. Not once, but literally 1000 times a second. Needless to…
jberculo
  • 123
  • 4
2
votes
2 answers

What rule can I use in ModSecurity to log POST payload for a specific site?

I need to inspect POST payload for a specific website (the server is rather busy and I wouldn't turn on POST logging for the entire server). The server is LiteSpeed 5.0.7. SecRequestBodyAccess is set to "On". First I tried with a chain of rules: the…
Andy B
  • 105
  • 2
  • 8
2
votes
3 answers

Does OpenLiteSpeed support Apache .htaccess rewrites?

I have been getting some conflicting information - official OpenLiteSpeed pages say both that: OpenLiteSpeed supports Apache rewrites, and OpenLiteSpeed does not support .htaccess A bit confused...what are LiteSpeed Tech trying to pull here?
Helene
  • 47
  • 2
  • 7
2
votes
1 answer

LiteSpeed enable Access-Control-Allow-Origin (no response header on CORS request)

Seriously, I can't find a single page discussing this for litespeed. Using this format in the htaccess "Header set Access-Control-Allow-Origin http://aSite.com" (and https) sends the setting in the http response header, but I still get the…
user144330
2
votes
0 answers

litespeed issue with content-type

I am running magento with litespeed. The problem I am facing is that ajax call is being made of which header is set as x-json, but lightspeed is setting another header of text/html content type I've checked that page with apache and everything is…
sandeep.s85
  • 2,059
  • 1
  • 18
  • 26
2
votes
4 answers

Mitigating an http flood?

I have a ddos protection proxy in place to deal with SYN floods and such. But http floods are still getting through. For some reason their ddos proxy is not blocking any of the flood. So there are about 500 ips connecting to the box as many times as…
Will
  • 257
  • 4
  • 19
2
votes
1 answer

Htaccess tunnel to local server on another port?

Is it possible to have 2 web servers running on the same box with different ports and then use htaccess to tunnel traffic from 1 server to another based on a rewritecond? Basically when a certain condition is met I want the request to be handled by…
Will
  • 257
  • 4
  • 19
1
vote
1 answer

Apache .htaccess works fine, 404 with Litespeed

I'm using litespeed on shared hosting (unfortunately), and I'm trying to use .htaccess to rewrite http to https NON www - and change domain.com/index to domain.com/my-string for SEO purposes. This is working fine in Apache, and I didn't know my…
user431951
  • 11
  • 2
1
vote
1 answer

Open litespeed and additional engines in subfolders

Last night I spent more time than I should have trying to get a. New VDS up and running with percona and open litespeed. The site I want to run ok there is structured as follows Webroot - index.php - wordpressfolder - forum When you go to…
Dan
  • 11
  • 2
1
vote
1 answer

How can I deny access to a folder in OpenLiteSpeed similarly to the way Apache does it?

I'm trying to deny access to a folder for a website that is hosted with OpenLiteSpeed v1.4.2, but I'm have trouble. I take it that .htaccess isn't supported in OpenLiteSpeed so I am unable to just put a .htaccess file with Deny From All in it in the…
SameOldNick
  • 566
  • 6
  • 23
1
vote
1 answer

Enable FastCGI on Litespeed

How would I enable my Litespeed server to process .fcgi files using a FastCGI module? I tried setting the handler to fcgid-script already but that doesn't work. Syntax: AddHandler fcgid-script .fcgi Options +ExecCGI Just to avoid confusion, I am…
Jeroen
  • 111
  • 5
1
2 3 4 5 6