Questions tagged [litespeed]

LiteSpeed Web Server (LSWS) is a high-performance Apache drop-in replacement.

292 questions
0
votes
1 answer

Protect single url using htaccess, but without SetEnvIf

I'm trying to protect a single url using htaccess password. (it's my admin page) After some research, I found (on stackoverflow) the solution : use SetEnvIf to detect the URL and then ask password only when we have the URL. I tested it but that…
Mansur Khan
  • 1,675
  • 1
  • 12
  • 24
0
votes
2 answers

M2E Pro uploading greyed-out images to eBay listings

Currently running Magento Pro 1.12.0.0 M2E Pro Version: 5.2.3.r4567 As stated above, any time the client lists products on eBay from Magento using the extension M2E Pro, the images - usually the primary image - is either fully or partially…
sparecycle
  • 2,038
  • 5
  • 31
  • 58
0
votes
1 answer

Cryptic PHP error invloving Zend Framework and Doctrine

I'm currently receiving the following error message with Zend Framework and Doctrine. I'm trying to figure out how to solve this issue.. Fatal error: Uncaught exception 'LogicException' with message 'Passed array does not specify an existing static…
Austin Biggs
  • 61
  • 1
  • 8
0
votes
1 answer

301 permanent wild redirect

Need help to redirect any url like: http://www.example.com/*.html to: http://www.example.com/forums/*.html I am using Litespeed. Thanks
0
votes
0 answers

Strange behaviour when trying to send data with ajax (jQuery)

I'm coding an website which must have same functionality as SO. My server use Litespeed, which increase the speed of runing php files. When I'm trying to send php code in regular form, everything seems to be ok, data being sent to the action file…
Mihai Matei
  • 24,166
  • 5
  • 32
  • 50
0
votes
0 answers

406 error not acceptable,openwysiwyg_v1.4.7 while image selection

I have used openwysiwyg v1.4.7 as for my dynamic website to have contents what we see is what you get. Well i'm not using any opensource CMS or any tools too make a website. I'm building my own site in core php. Every thing is working fine…
sangham
  • 29
  • 3
0
votes
1 answer

External loop redirection after an htaccess update

In my Apache error.log I get thousands of this error: 2013-01-02 20:46:44.582 [INFO] [50.18.21.225:48281-1#APVH_example.com] [REWRITE] detect external loop redirection with target URL: /index.html, skip. 2013-01-02 20:46:44.582 [INFO]…
trante
  • 33,518
  • 47
  • 192
  • 272
0
votes
1 answer

How can I run a Ramaze app on Apache or Litespeed in a ruby enabled environment?

Also in Cpanel, I have Rubygems and Rails icons to go to those pages. I can see tutorials for how to setup Sinatra on Apache, but they don't work for Ramaze and I'm using Litespeed server. For another question, how can I run a Ramaze app on Apache…
desbest
  • 4,746
  • 11
  • 51
  • 84
0
votes
4 answers

isset working on local server but not working on live server

I have a code that is working perfectly on my local server, but does not work on live server. My local server is WAMP, while the live server is Unix with LiteSpeed, PHP and MySQL. Problem is I want a new session to be created only if there is none…
Ehis Asibor
  • 37
  • 3
  • 11
0
votes
1 answer

.htaccess - Redirect for all users, except me

Please help me with the htaccess. I tried to create a rule whereby a user visiting a particular web page is automatically redirected to another page on the site, but if I visit it page, this rule does not work for me (for a specific IP address).…
user1103744
  • 2,451
  • 4
  • 20
  • 20
0
votes
1 answer

APC Uptime is very low

Here is my server information : APC Version : 3.1.9 PHP Version : 5.2.17 Server : LiteSpeed PHP : DSO. cPanel : Yes. WHM : Yes. I rarely open my apc.php, i usually open it on my peak traffic, about 3-6 times a day. Most of the time i open it,…
Sempa
  • 308
  • 2
  • 8
0
votes
1 answer

Setting custom HTTP response headers in LiteSpeed with PHP

I'm trying to set a custom HTTP 1.0 status code in order to return more descriptive error messages via AJAX (using jQuery). In PHP I have something like: header( 'HTTP/1.0 909 Hello World' ); exit; This works as expected on my development…
paperclip
  • 2,280
  • 6
  • 28
  • 39
-1
votes
2 answers

WordPress - Prevent/disable font downloading

In WordPress by default you can see which fonts are being used and download the .woff2 files. I'd like to prevent this from happening without causing any issues to the website's appearance as fonts are purchased. I've already searched for the…
olet
  • 1
  • 2
-1
votes
2 answers

MySQL is utilizing 500% of the CPU and causing the website to slow down

I have a virtual machine with 64 vCPUs and 256GB of memory. Recently, I decided to perform some stress tests on the website that is running on this virtual machine. The entire VM is only for this website. The first test I ran was with 20,000 users…
-1
votes
1 answer

Deploy django app to vps server using cyberpanel

I am trying to deploy django app to vps server using cyberpanel.I followed the steps in the doc, here is the link to the doc (https://community.cyberpanel.net/t/how-to-setup-django-application-on-cyberpanel-openlitespeed/30646), but the site gives…
1 2 3
19
20