Search results

  1. N

    Problem with mod_security

    or you can manually upgrade to lsws 4.1.18, see if the issue still exists.
  2. N

    Problem with mod_security

    for quick solution, just disable this rule: admin console --> Server --> Request Filter -->XSS attack does this happen on firefox only ?
  3. N

    Trying to use APC but it seems to be clearing out?

    since you set lsphp is not in self-manage mode. when php suExec enabled, only eAccelerator able to share opcode cache between processes, since the opcode cache is saved on disk.
  4. N

    JSON problem ?

    how about: json = application/json the full path of mime.properties ?
  5. N

    mod_security

    Hi Mark, created a wiki page for your long-term concerns https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:mod_security-compatibility
  6. N

    PHP using the same session IDs?

    is lsphp suExec enabled ? so match for apache + suPHP
  7. N

    PHP using the same session IDs?

    it should be a PHP issue. google "php same session id", there return many results. to ensure lsphp read this php.ini. or check if lsphp5 is using /usr/local/lsws/lsphp5/lib/php.ini
  8. N

    PHP Development

    it's not likely possible to add it in admin console. but you can always build any version of php at command line: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  9. N

    Shared Hosting Public Cache (LSCache)

    quick solution: #chmod 777 /tmp/diskcache
  10. N

    Lag on Litespeed

    it looks php suExec enabled: lsws admin console -> Server -> General -> PHP suEXEC: Yes then increase PHP suEXEC Max Conn from 10 to 50 (for example)
  11. N

    Terrible Lag

    still can't find other problems other than CPU --- and the mysqld occupied CPU much. install XCache can reduce lsphp5 load a bit. has it installed? wait: Swap: 34996216k total, 1735756k used with 32G memory, why still swap use 1.7G ? swap will cause very slow response. since you still...
  12. N

    Terrible Lag

    per the real-time screenshot, the bottleneck is CPU: Load 5.66 can you capture output of "top -c" ?
  13. N

    what is difference between free version and purchased version?

    please refer http://www.litespeedtech.com/litespeed-web-server-editions.html
  14. N

    [solved] wordpress FTP and litespeed

    per your ps output, no php is running :) please just "grep php"
  15. N

    [solved] wordpress FTP and litespeed

    can you provide more detail about this ? paste output #ps -ef|grep lsphp under litespeed and similar output under apache(mod_php or php-fcgi etc)
  16. N

    [solved] Request filters?

    if vhost is defined in http.conf, mod_security rules from http.conf works; if vhost is defined in admin console(native vhost), rules defined in admin console(requests filter) works.
  17. N

    [solved] wordpress FTP and litespeed

    check if php is running as same user under apache and litespeed
  18. N

    Permission issues with SugarCRM

    lsadm is used to access lsws admin console(:7080) by design, not intended for normal websites(port 80). if litespeed is running as nobody user, change the document owner to nobody. #chown -R nobody:nobody /home/websites/domain.com/public
  19. N

    upgrade 4.0.20 -> 4.1.4 problem

    maybe a false alarm ... if we can reproduce this issue in our lab, that'll help us to identify the cause of the issue. what package do you use to upload image? and using any upload progress bar script?
  20. N

    upgrade 4.0.20 -> 4.1.4 problem

    can you give a screenshot of: lsws admin console->Configuration->Server->Request Filter
Top