Search results

  1. N

    [Resolved] Workergroup - Keeping parent processes alive

    my test also show that webadmin External App->lsphp5->Max Idle Time:-1 not work as expected but set to 3600 (for example) will work. in this post http://www.litespeedtech.com/support/forum/showpost.php?p=76383&postcount=12 Sorry, I'm still not clear some points in your post. but will keep...
  2. N

    [Resolved] xcache resetting cache every 36 seconds if left idle

    I managed to set up 1 virtual host from apache's httpd.conf and can reproduce this issue. it looks that this value(-1) not effective, it's equal to 30 seconds in suEXEC ProcessGroup mode. I set it to 3600 (1 hour), can last long time (so far 10 minutes) can you try this setting at...
  3. N

    [Resolved] xcache resetting cache every 36 seconds if left idle

    I can wait very long between two refreshes can you test suEXEC daemon mode at the same time, so can compare with suEXEC ProcessGroup the 2 mode can run at the same time. i.e., some accounts run in suEXEC daemon mode, some run in suEXEC ProcessGroup, some run in suEXEC Worker just create a...
  4. N

    vBulletin+vBSEO: speeding up showthread.php page execution time for guests

    refer: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscache:vbseo RewriteCond %{HTTP_COOKIE} !vbseo_loggedin=yes RewriteCond %{HTTP_COOKIE} !bbuserid= RewriteCond %{HTTP_COOKIE} !bbpassword= I think so. you just need write a cron job to access those URLs, to...
  5. N

    litespeed optimization for 32gb ram server

    this error message is related to Server->Tuning->Connection Timeout (secs) the default is 300, but you changed it to 30 I'd suggest you to revert all your changes to default value first.
  6. N

    [Resolved] Workergroup - Keeping parent processes alive

    need run lsphp in suEXEC ProcessGroup mode: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php#suexec-processgroup if it's shared hosting environment.
  7. N

    [Resolved] xcache resetting cache every 36 seconds if left idle

    I tested the script at suEXEC daemon mode initially, it always displays this error message: "Warning: xcache_isset(): XCache var cache was not initialized properly. Check php log for actual reason in /usr/local/lsws/DEFAULT/html/test/xcache.php on line 5 ..." after googling, it's because of...
  8. N

    litespeed optimization for 32gb ram server

    our advise has always been: the default settings are optimized for most cases and we're adjusting them once new version released. no need change them unless you've explicit reason for it. one change I noticed is that: lsphp5 -> Max Connections: 50 default is 35 have you changed it and...
  9. N

    Setup global cache litespeed

    it's a risk to enable server wide cache in general, since usually it needs careful plan to estimate which URLs are able to be cached, which are not. but your case may vary, and you can adjust them anytime later. >i dont know why lsphp55 and lsphp5 which one should i config? should be lsphp5
  10. N

    htaccess Issues

    not sure if it's related to "Fixed bug: Server crash when an .htaccess file has been updated while it is still referenced by a long running request." in lsws 4.2.6 release log (http://www.litespeedtech.com/products/litespeed-web-server/release-log) can you search the error_logs, if such...
  11. N

    LSWS installed but serves Apache test page instead of my site

    I think the fix is good and no performance loss. if modify php.ini, mysql.default_socket=/tmp/mysql.sock litespeed will work but apache may fail. so this fix can satisfy both apache and litespeed. Congratulation to you! you've built lsphp5 successfully and have vB up under...
  12. N

    LSWS installed but serves Apache test page instead of my site

    #yum search autoconf shows no autoconf.x86_64 so the wiki page may be wrong
  13. N

    Merging s-maxage and max-age

    I think currently lsws not support Header merge Cache-Control 's-maxage=604800' yet can you give more reasons how it's important ? :)
  14. N

    LSWS installed but serves Apache test page instead of my site

    looks it's automatic #yum search libxml2-devel ... libxml2-devel.i686 : Libraries, includes, etc. to develop XML and HTML applications libxml2-devel.x86_64 : Libraries, includes, etc. to develop XML and HTML applications ... actually no libxml2-devel but on 64 bit platform, when #yum...
  15. N

    Enable globally LS cache

    please check permission of Storage Path /my/custom/path/cachedir to ensure it's writable for user which running litespeed process. you can try 777 in test phase.
  16. N

    Enable globally LS cache

    No, it's not likely possible since it's hard coded in source code. need very big change I think. instead, there should be a way to configure CXS, to exclude /tmp/lshttpd from its monitoring list.
  17. N

    LSWS installed but serves Apache test page instead of my site

    >configure: error: xml2-config not found. Please check your libxml2 installation. please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi-troubleshooting search libxml2 #yum install libxml2-devel will fix this error yes, I used to build lsphp in this way. while...
  18. N

    [Resolved] Litespeed Enterprise on CentOS 6.5, install_driver(mysql) failed

    how about yum install perl-DBD-mysql
  19. N

    [Resolved] xcache resetting cache every 36 seconds if left idle

    what's the value max_execution_time in phpinfo() ?
  20. N

    LSWS installed but serves Apache test page instead of my site

    >And how do I do include those? keep this option '--with-config-file-scan-dir=/etc/php.d' while I have no much experience on plesk, I'd suggest 1)delete some path related options, like --bindir=/usr/bin, --infodir=/usr/share/info, etc, but replace --prefix=/usr with...
Top