Search results

  1. K

    LScache + Plesk = Quota Fail

    Hi, lscache writes files out as: <webserver-user>.<user-group> e.g. nobody.myuser Unfortunately on Plesk this falls apart as Plesk doesn't create a group per user, so you end up with: apache.psacln This is problematic as it means the files in the lscache directory don't count towards a...
  2. K

    Authorization Header not passed to PHP in some instances.

    Hi, We're seeing an issue (tested on several of our installed) where if a request sets an authorization header as such: Authorization: Apikey <key> This does not get set in PHP and HTTP_AUTHORIZATION is not present. The same happens with Digest as well. If the request uses Basic or Bearer...
  3. K

    QUIC - Not sending full image content in response.

    The dreaded: net::ERR_QUIC_PROTOCOL_ERROR This occurs sometimes on 1st page load of a site, a number of the images will fail to load. Looking in developer tools in Chrome we see the quic error. Which seemingly results in the full image data not being sent in response: Response header says...
  4. K

    [Cache] Serving Broken Images - Partial Content Range Cached

    Hi, Since 5.1.13 (and in 5.1.14) we're seeing Litespeed occasionally serve broken images. We've tracked this down to it serving a partial content range to clients - I am guessing this is because the initial requestor of the image, called it in multiple parts for whatever reason and the last...
  5. K

    Purge Issues

    We have Litespeed proxying request to a backend server, which happens to be Varnish - we do this because Varnish does not have SSL support and the Varnish backend has a lot more memory in it than the webserver. Unfortunately we are not able to purge items from the Litespeed cache, no matter...
  6. K

    Serious bug with .htaccess allow/deny processing.

    Hi, We've come across a serious bug with the processing of access restrictions (allow/deny) and .htaccess. Here's the situation: / .htaccess has a Rewrite to push all .php requests through a centralised router for legacy reasons. RewriteCond %{REQUEST_URI} ^(.*)\.php$ RewriteRule (.*)...
  7. K

    HTTP Pipeline Issue with iOS

    Hi, We have a busy site that uses Litespeed and with iOS clients it keeps hitting issues with HTTP pipeline support, where images end up swapped - presumably because they have been sent out of the order in which they were requested. Most browsers seem to cope, but iOS devices seem particularly...
  8. K

    Expires, Gzip & PHP

    Hi, We have an issue where ExpiresByType is being ignored. Regardless of gzip being set or not, if the content comes from PHP then no expires header is set: Connection:close Content-Encoding:gzip Content-Length:24 Content-Type:text/html Date:Thu, 27 Mar 2014 11:28:58 GMT Server:LiteSpeed...
  9. K

    All lsphp processes die - users get "no data"

    Hi, We have an issue on one of our servers running Litespeed Web Server. Every so often all lsphp5 processes will die and the server effectively stops responding until they come back again. This is on 4.2.4, it's a busy server so the debug log grows incredibly quickly (15,000 lines covers...
  10. K

    Change PHP Socket Location

    Hi, We're seeing problems with "no data sent" because of lsphp segfaults. We want to rule out this being an issue of /tmp getting full briefly and stopping new sockets being created for the virtual hosts. We want to move where the lsphp sockets are created. This doesn't seem possible...
  11. K

    [solved] Litespeed is switching user id is .htaccess is present

    Hi, We have an odd issue, we have an account, that was moved from one drive to another, with a symlink in place from old location to new: /home/example -> /home2/example Folders: /home/example/public_html -> example.com /home/example/public_html/sub -> sub.example.com We have...
  12. K

    [Solved] IPv6 Not Working

    Hi, We're using 4.1.11, with httpd.conf (it's a cPanel server) and IPv6 doesn't want to work, we've got: NameVirtualHost [abcd:1234:5678::1]:80 and we've tried: Listen [::]:80 as has previously been suggested, but when we add the IPv6 IP to a virtualhost block to double bind it...
  13. K

    PHP 500s and Core Dumps

    Hi, We've got some issues with one of our installs where we occasionally get core dumps and 500 errors when a user makes a change to a .htaccess - the same file has tested fine under Apache. We've made sure the customer does a mv on the file rather than uploading over the top of the existing...
  14. K

    Symlink not following - 403

    Hi, We've got a problem with symlinks in 4.1.8 Enterprise. It's set to follow them, yet it appears to actually be doing "If owner match". We have: /home/<user1>/folder/images which is a symlink to: /home/<user2>/folder/folder/images The symlink is onwed by user1, the...
Top