Search results

  1. M

    Configuring and testing litespeed cache Part 1

    Please upgrade to 4.0.19 if have not yet, and try again. If still not working, need to enable debug logging and rewritelog to figure out what is wrong. I wonder if .htaccess is working properly or not.
  2. M

    [todo] cPanel + ruby

    After some evaluation in our lab, we decided to add support for directive "JkMount", LiteSpeed will work with cPanel + tomcat. Only configuration change required in LSWS web console is to add a servlet engine external app with name "ajp13". Will let you know when this feature is ready. BTW...
  3. M

    lsphp5 using more than 50% CPU

    use command strace -tt -T -p [pid_of_high_cpu_lsphp5_process] to check what it is doing. LiteSpeed uses persistent PHP processes to process PHP scripts, it is normal for a busy server.
  4. M

    [Solved]Rewrites not preserving the URL scheme

    The rewrite rule wont check or change http or https, the problem must be in the html code referencing the image file with absolution URL like http://... regardless being served by http or https. use relative URL without "http://mysite.com" should fix this.
  5. M

    Understanding Admin -> Actions -> Compile PHP

    Maybe root user has umask 077, the web console cannot read buildphp_1295439762.1.lo.
  6. M

    [closed] Litespeed 4.0.18 + PHP FastCGI + Suexec issues

    LSAPI works in a similar way as FCGI, and it is much better than FCGI in every respect. No point to use FCGI PHP with LiteSpeed.
  7. M

    vBulletin + Tapatalk not working on Litespeed Enterprise v4.0.18

    When you serve pure static content and I/O wait is high, or serve a lot of HTTPS traffic, you should purchase the 4-CPU license. In those cases, LiteSpeed itself may consume a lot CPU or blocking at disk I/O system calls.
  8. M

    no WHM, but replicating the apache/litespeed confguration ?

    In your case, you can just let LiteSpeed load Apache's configuration file, no need to override the httpd binary, when you need to switch between LiteSpeed and Apache, just stop one then start the other from command line. When you copy httpd.conf from another cPanel machine, you may need to...
  9. M

    4.0.18 gives error

    That's normal graceful restart sequence. no crash. You should grep error_log with the PID received in the email.
  10. M

    [Solved] Domlogs not generated

    It is fine. Looks like we need to take a look at the server, please contact support@litespeed
  11. M

    [Solved] Domlogs not generated

    can you give output of ls -ld /usr/local/apache/domlogs ls -l /usr/local/apache/domlogs/<one domain access log file> send PM if you think the data is sensitive.
  12. M

    [solved] Retry with new instance.

    No, do not add LSAPI_ACCEPT_NOTIFY . check if your LSAPI version is the latest 5.5 release. if is, phpinfo() page shows it.
  13. M

    [solved] Retry with new instance.

    I think you may have a really old build of lsphp5, if yes, try rebuilding PHP again with latest PHP LSAPI. lsphp5 should send back a request received notification for each request, then LSWS will wait till the request finish, not timeout and try again. If you use latest LSAPI, and set...
  14. M

    [Solved] Domlogs not generated

    Apache create the log file with "root" user and keep the file open, there wont be any permission problem. LSWS create those log files on demand with "nobody" user, you need to do the one time fix of the permission when LSWS is used.
  15. M

    [Solved] Domlogs not generated

    Have you checked the permission of /usr/local/apache/domlogs/, and the log file? "nobody" user should have write permissions. "chmod/chown" may fix this.
  16. M

    Monitoring tools

    How do you do "external log report"? the access log can be customized as Apache was used.
  17. M

    problem 503 Service Unavailable

    http://www.litespeedtech.com/docs/webserver/config/extapps/#procSoftLimit increase both soft and hard limit.
  18. M

    htaccess with php_value not working

    This issue has been addressed in our 4.0.19 build, have tested it on your server, works fine now.
  19. M

    [Solved] Symbolic link check does not work

    You can upgrade to the latest build of 4.1RC4, just download again.
  20. M

    [solved] LSWS won't build APC?

    Install pcre-devel
Top