Search results

  1. K

    [Fixed] LsAPI integration breaks __DIR__ in CLI

    Hi! I came across very weird bug. I have PHP 7 compiled using lsws webpanel. Everything seems to work correctly while PHP files are invoked via HTTP, but using lsws php binary from shell produces strange results. First of all I tested if __DIR__ implementation is consistent between all PHP...
  2. K

    Version manager is broken since 5.0

    Hello, I have few instances of lsws on various Debian servers - all shares the same problem with web version manager. Since 5.0 they're unable to download new version. After looking into logs I discovered 404 for tgz file: 2015-09-03 13:33:06.911 [NOTICE] [94.42.85.242:38211:SPDY31-75]...
  3. K

    JIRA on litespeed

    Hello! I'm trying to properly setup JIRA (https://www.atlassian.com/software/jira) under litespeed. The easiest option is to use standard "Proxy" context along with "Webserver" external app, but I'm trying to do it properly using AJP with "Java Web App" context. First I changed configuration...
  4. K

    [Resolved] HttpConnection::sendHttpError __assert_fail () from /lib/i686/cmov/libc.so.6

    I'm getting from some time now litespeed server restarts every few seconds, i install gdb and got: Core was generated by `litespeed'. Program terminated with signal 6, Aborted. #0 0xf7799430 in __kernel_vsyscall () #0 0xf7799430 in __kernel_vsyscall () #1 0xf7632781 in raise () from...
  5. K

    LSAPI_MAX_PROCESS_TIME & file upload

    When i have LSAPI_MAX_PROCESS_TIME=2 [s] LSAPI_CHILDREN=5 then i think that it's enough to every good website even on heavy load, every page works great, children low protects my server from overload, and max_process_time protects viewers from "timeout" but some time ago something...
  6. K

    Symlink not match?

    lrwxrwxrwx 1 root root 12 Oct 15 14:11 htdocs -> soteshop/web <vhRoot>/var/www/virtual/xxxxx/htdocs/</vhRoot> <docRoot>/var/www/virtual/xxxxx/htdocs/</docRoot> 2009-10-15 14:24:03.239 [ERROR] [config:vhost:xxxxx] Path of document root contains symbolic link or ownership does n ot...
  7. K

    lsphp + lsws 3.3.24 = socket problem

    i use litespeed on sharing hosting, i run a multiple user spawned php processes it works fine until... if someone spawn a php it will start php process in self management mode its just ok but if he dont run another php script in 10min, children will stop, parent will also stop...
  8. K

    CGI File UID - works/how it works?

    i am testing some configurations and i read: "File UID, set user/group id of external application process based on the user/group id of the external application executable; " i add lsapi and set command to my own php file with specific uid/gid and php start with global uid, not with...
Top