Search results

  1. N

    Large PHP Uploads Stall/Fail

    litespeed restarting frequently is not normal -- usually it doesn't. it should relate to large file upload. let's work together to resolve this issue. 4.1RC4 just updated --- please do a "Force Reinstall". to watch 1.do't restart frequently, or have some improvements 2.even restart...
  2. N

    Some php pages do not load properly after install

    wget http://beta.telara.nl/ return correct text. curl -iH "Accept-Encoding: gzip" -o t.html http://beta.telara.nl/ has problem: the content is gzip'd but header has no "Content-Encoding:gzip" header. need further information to identify the cause. it's related wp-super-cache with...
  3. N

    Large PHP Uploads Stall/Fail

    still recommend you test on 4.1RC4, or 4.1RC5+disable mod_security. 4.1 also has better support on upload progress bar which is a must when upload large files.
  4. N

    Some php pages do not load properly after install

    this may due to some pages are compressed twice. you can disable gzip in litespeed for a quick test. lsws admin console-> Server-> Tuning-> Enable Compression:No
  5. N

    [Solved] Having date() warnings

    as the warning suggested, add one line date.timezone='America/Chicago' to php.ini, restart lsws, the warning should disappear
  6. N

    Large PHP Uploads Stall/Fail

    yes, need trace the root cause of litespeed restart. litespeed itself not restart often -- it must relate to the php scripts on your server. do you have mod_security rules enabled? RC5 has big changes on support mod_security 2.5 rules. while RC4 and 4.0.20 is more compatible. it's not likely...
  7. N

    Large PHP Uploads Stall/Fail

    sorry, have cause so much trouble with you. I assume you're not familiar with litespeed's version management feature. it's admin console-> Actions-> Version Manager you can install multiple version litespeed on your sever, and switch between them by just one click in above page. and...
  8. N

    Large PHP Uploads Stall/Fail

    try 4.1RC4 or 4.1RC5, see if any difference.
  9. N

    [solved] Alternative to Multiveiws

    how about copy following rules to each sub folder's .htaccess which need multiviews? # Multiviews RewriteEngine On RewriteCond %{REQUEST_URI} !\.php$ RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^([^/]+)(/?)(.*)$ $1.php$2$3 [L]
  10. N

    i have problem with login to area login when Switch to LiteSpeed

    can you give more information? maybe "Build Matching PHP" not done right. 1.are you using any control panel, like cPanel? 2.check if "Build Matching PHP" has done right compare output of phpinfo() under apache and litespeed, check the difference.
  11. N

    vB seo + litespeed cache

    We've enable litespeed cache on a living vB seo site successfully, the load dropped a lot during peak time, response has become faster. vBulletin 4.1.2 vBSEO 3.6.0 litespeed 4.0.20 1. the cache plugin for vBulletin 3/4 <?xml version="1.0" encoding="ISO-8859-1"?> <product...
  12. N

    [solved] size of dynamic response

    for your website's dynamic page(php etc), what's possible maximum size? 800k or 1.5M or 2.5M etc ? if you decide page size larger than 1M is not normal and should be regarded as error, then set back to default value: 1M.
  13. N

    litespeed free license

    for standard version, it'll show something like #/usr/local/lsws/bin/lshttpd -v LiteSpeed/4.0.20 Standard no need uninstall the trial version, just install the standard version to overwrite it. the binary package is here: http://www.litespeedtech.com/litespeed-web-server-downloads.html...
  14. N

    litespeed free license

    just download the standard version, and run install.sh. no license required.
  15. N

    litespeed free license

    please refer our wiki page regarding "Licenses": http://www.litespeedtech.com/support/wiki/doku.php in particular, this page for your concern: Trial License:How to apply a trial license and related information about trial version
  16. N

    help

    enable sync cookies to defend syn flood attack effectively: (in example of linux) echo 1 > /proc/sys/net/ipv4/tcp_syncookies this is at OS level. the goal of the attack is NOT to establish valid tcp connections. however litespeed's anti-dos feature is for attacks with ESTABLISHED tcp...
  17. N

    [dup] question

    duplicated. please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=4819
  18. N

    help

    you can start from 1-CPU license, and switch between 1/2/4/8 license later at any time. please refer wiki page for more explanation: http://www.litespeedtech.com/support/wiki/doku.php Licenses in particular for your current question: What License to Choose Upgrade/Downgrade License...
  19. N

    Cache Owner and Clearing

    please try: set the root directory of cache to 700
  20. N

    [solved] LiteSpeed And Wordpress

    an example, FYI only: chown -R user1:nobody root-of-wordpress chmod -R 770 root-of-wordpress
Top