Search results

  1. M

    When Proxy LiteSpeed, backend server only know it LiteSpeed Server IP

    http://www.litespeedtech.com/docs/webserver/config/general/#useIpInProxyHeader
  2. M

    php and exec

    You can set "PATH=...." in lsphp5 "Environment" configuration.
  3. M

    can we split config xml files ? to multi files ?

    not possible with xml. you can let LSWS read apache configuration though.
  4. M

    4.2 - 503 Errors

    this issue should have been fixed with our latest 4.2 update. please give it try. /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2
  5. M

    LSWS 4.2: cgi-script override is not allowed in .htaccess

    you can put DisableCgiOverride Off in httpd.conf . It is default to "On" with 4.2 release.
  6. M

    4.2 - 503 Errors

    It is a unix domain socket associated with the PHP suEXEC daemon created when LSWS starts. You must have some kind of cron job removing /tmp/lshttpd/lsphp5.sock. it should not be touched. Or running out of space on /tmp partition.
  7. M

    Poor performance with CageFS and suEXEC daemon

    Please check error.log and stderr.log see if anything pop up. Also, enable "Debug Logging" to find out what happened, you can track related log entries by search your IP address.
  8. M

    LiteSpeed v4.1.13 showing as latest release

    It is not a bug. normal as 4.2 was not announced in our autoupdate system yet.
  9. M

    Poor performance with CageFS and suEXEC daemon

    You can try suEXEC daemon + LVE, see if any performance issue. We need to narrow down the issue is caused by CageFS or suEXEC daemon.
  10. M

    How do I start a Ramaze app in a Ruby environment?

    can you make Ramaze work with cPanel + Apache? To support Ramaze, the lsws/fcgi-bin/RailsRunner.rb must be updated, or need a dedicated RackRunner.rb, Ramaze need to use rack interface.
  11. M

    [solved] Cloudlinux PHP LSAPI "say no to suexec"

    lsapi 6 has been updated to address this issue, rebuild your PHP with lsapi 6 again.
  12. M

    LSWS 4.2: suEXEC Daemon disables Suhosin?

    please PM a temp root access for us to take a look.
  13. M

    LSWS 4.2: suEXEC Daemon disables Suhosin?

    could be cagefs if you use it. the php.ini inside the cage and out of the cage is different.
  14. M

    [solved] Cloudlinux PHP LSAPI "say no to suexec"

    LSAPI 6.0 code has been updated to address this. you need to rebuild PHP with latest php-lsapi-6.0 code. Make sure to update /etc/group inside the cage.
  15. M

    [solved] Cloudlinux PHP LSAPI "say no to suexec"

    You need to set both user/group for external app, only set group wont work.
  16. M

    [solved] Cloudlinux PHP LSAPI "say no to suexec"

    set http://www.litespeedtech.com/docs/webserver/config/extapps/#extUser http://www.litespeedtech.com/docs/webserver/config/extapps/#extGroup for lsphp external app, it will be the user/group that all PHP running as.
  17. M

    LSWS 4.2 support PHP suEXEC daemon mode

    Are you using CageFS or just regular LVE? Could be a system resource limit being hit. have you checked stderr.log? You can PM me a temp root access if you want, I can take a look.
  18. M

    litespeed 4.2 stoped and restart problem

    there are some bug fixes made to 4.2, you can do a force reinstall of 4.2 from LSWS web console or, do /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2 from command line. If the problem persist, please install GDB, and send us the bug report in your email.
  19. M

    LSWS 4.2 support PHP suEXEC daemon mode

    A easy solution is to skip sapi/litespeed/Makefile.frag and config.m4 when overwrite sapi/litespeed directory. buildconf should pass.
  20. M

    LSWS 4.2 support PHP suEXEC daemon mode

    with PHP 5.3 and above, including PHP 5.4, you do not need to run buildconf, just overwrite sapi/litespeed directory with code from LSAPI 6.0. "--with-litespeed" is supported by default.
Top