Search results

  1. P

    After upgrade 2.6 -> 3.3.1 always error 503

    I will just check if this is a known issue here first. I upgraded from 2.6 to 3.3.1 and after that all sites reported http error 503, service unavailable. I downgraded to 2.6 again, but would like to upgrade later on if possible. Litespeed serves files other than .php just fine so it must...
  2. P

    Headers always no-store, no-cache etc for PHP files?

    Hi! I've got some PHP-scripts outputting Javascript code, and they are downloaded and used as javascript files in the eyes of the browser. By using content-type in a header directive of the php-file litespeed correctly gzips the file the way I want. <? header ('Content-Type...
  3. P

    Upgrade to 2.2.4 stopped server

    Hi! I upgraded my server running 2.2.2 to 2.2.4 and guess what? The server never restarted. Running /etc/init.d/lsws start gave no information at all, annoying. Logs said absolutely nothing about starting/stopping. Last entry was the stopping before the first restart. Running...
  4. P

    JavaScripts gzipped but not sent gzipped

    I don't know if browsers support getting javascript files that are gzipped, but they should? I have this in Web server admin under "GZIP Compression Tuning": Compressible Types: text/* Min Static File Size (bytes): 300 All text files should be compressed then (have none smaller than 300...
  5. P

    HTTP_ACCEPT_LANGUAGE not working

    Hello! I have two servers online with litespeed on them, one free version, and one enterprise. Neither of the two hosts put anything in the $_SERVER['HTTP_ACCEPT_LANGUAGE'] variable with PHP, nothing at all. Apache sets it correctly to "sv" for my browser. I need this to work, what...
  6. P

    Slow listing of index file if / omitted in URL

    I have an interesting problem. If I go to this URL http://www.something.com/somthing without the trailing slash (like many customers do) it takes roughly 30 seconds for the page to display. If I go to the URL like this http://www.something.com/somthing/ it loads in an instant.
  7. P

    Not all images are sent to Firefox when using SSL

    I'm having trouble getting my webpage to display correctly in Firefox 1.5 when using SSL. Not all images are sent, which ones seem to be farily random, it's always the largest ones that doesn't display though. (20+ KB). If I run the same page without SSL everything displays nicely...
  8. P

    Upgrade replaced some content in DEFAULT directory

    Hello Lite speed crew! I just upgraded to 2.1.9 on our server (enterprise edition) and it placed some content in the DEFAULT directory, i had a index.php there but the index.html started showing instead. =) Consider not updating the DEFAULT directory with upgrades?
  9. P

    Rewrite not doing anything at all?

    Hello again. =) I'm trying to do some simple redirects with the rewrite feature on a virtual host. I've enabled rewirite in "Rewrite Control". I do not understand what "Rewrite Map" is for unfortunately, the help is just confusing about that section. I have not filled in anything here...
  10. P

    Litespeed + Tomcat 5.5 howto?

    I've been evaluating Litespeed for possible deployment on our site and so far I've been impressed in every aspect. We will most likely purchase a permanent enterprise license in the coming week. Right now I'm about to start testing the JSP processing backend. I have not been able to make it...
Top