Search results

  1. N

    Mod Sec Rule Not Working

    uploading progress bar feature is addressed in litespeed 4.1RC2 and above. see wiki: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:uploadprogress_bar
  2. N

    Litespeed Web Server with Drupal?

    maybe .htaccess not take effect. at server and vhost level, please enable .htaccess in admin console. check "Allow Override" settings: http://www.litespeedtech.com/docs/webserver/config/general/#allowOverride
  3. N

    PHP suEXEC Max Connections

    I once configured and tested mod_fcgid, but forgot how to set them now. the test summary is published on our blog: http://blog.litespeedtech.com/2010/01/06/benchmark-comparison-on-serving-simple-php-litespeed-vs-apache-vs-nginx/ mod_fcgid document should have all the info you want.
  4. N

    Sessions expiring often?

    I'm not very sure about this. but there are similar discussion before on the forum.for example, if a user download a large file say 700M and need about 10minutes, what will happen if litespeed restart after just download 5 minutes? does the use have to download again? looks not. lsws will keep...
  5. N

    WARN - [config:server:listener] No listener is available for normal virtual host!

    this is normal for hosting control panel(cPanel,Plesk,DirectAdmin etc) + litespeed. no natively defined listener and vhosts by litespeed. instead, litespeed read and parse apache httpd.conf to get the listeners and vhosts. so this warning message. please ignore it.
  6. N

    Suphp stop worker process

    compare with cPanle logs in our lab, it just means php suExec, not suphp.
  7. N

    Constantly Processing config files

    does the file /usr/local/apache/conf/userdata/functions.conf exist? It may be related to cPanel script /scripts/ensure_vhost_includes please check httpd.conf, on every vhost configuration, if following 2 lines are uncommented:
  8. N

    htaccess not working |mod rewrite not work

    the issue is: litespeed has license problem on this VPS: looks litespeed not valid and not installed correctly -- it should be installed in /usr/local/lsws, not /opt/lsws in cPanel. and its version is 4.0.1! and can see lshttpd processes running there. probably a nulled version? in such...
  9. N

    Cron Job with litespeed

    just suggest a way to your issue: make a copy of /data/get_pdf.php, rename to get_pdf_no_ask.php, modify it without asking for input email address, and hardcode the destination email address in it. in crob job, call /data/get_pdf_no_ask.php instead of get_pdf.php.
  10. N

    [Resolved] Real Time Stats Error

    did some search, also shows it's chrome specific issue.
  11. N

    lsphp5 command

    as the top output illustrated, it's lsphp5. it also shows an user account "boxlive" consuming most of the CPU. you can enable php suExec as GaryT suggested to limit one account's CPU usage, and install eAccelerator to drop some of the load. if "boxlive" is the main account and you'd like...
  12. N

    PHP suEXEC Max Connections

    "PHP suEXEC Max Connections" is max number of lsphp processes for an user account. I think no such settings in apache mod_php or suPHP, but there are similar settings in apache + mod_fastcgi or mod_fcgid
  13. N

    [Resolved] Real Time Stats Error

    do you have same problem when you use firefox, IE other than chrome?
  14. N

    htaccess not working |mod rewrite not work

    in cPanel, plugins -> LiteSpeed Web Server -> Admin web Console or your server IP:7080
  15. N

    htaccess not working |mod rewrite not work

    check if web admin console --> Server --> General --> HT Access --> Allow Override "FileInfo" is checked.
  16. N

    [Resolved] LiteSpeed Path Issue

    is not set by litespeed. it's set by user or app like RVSitebuilder. lsws just inherit user's setting. the user may set "/usr/php3/lib" at his will, lsws can't guess its php3 and don't inherit it.
  17. N

    [Resolved] LiteSpeed Path Issue

    I think "/usr/lib/php:/usr/local/lib/php" is for php5, and "/usr/php4/lib/php:/usr/local/php4/lib/php" for php4. so it includes both php4 and php5.
  18. N

    [Resolved] LiteSpeed + cPanel + PhpIniDir Problem

    Thanks for the sharing. can you try PHPRC option to resolve issue 1, please refer http://www.litespeedtech.com/support/forum/showpost.php?p=19868 for more detail.
  19. N

    [Resolved] LiteSpeed Path Issue

    yes, /userdata/ is for specific vhost. I saw the directive(php_admin_value ) exist s in every vhost definition. and yes, this is the last version of php_admin_value definition within the vhost.
  20. N

    [Resolved] LiteSpeed Path Issue

    Thanks for the advice. not sure where following section in httpd.conf came from, should it be defined in which part of cPanel? this value is picked by lsws and results in the final phpinfo() page.
Top