Search results

  1. M

    Can see web sites in litespeed with Lxadmin

    I think the real problem is that the 5 vhost limit in standard edition has been hit. Need the Enterprise edition.
  2. M

    Just converted from apache to litespeed

    Just apply a trial key, then upgrade to Enterprise package, if it works well, you can go ahead with the VPS license.
  3. M

    Just converted from apache to litespeed

    Have you followed the tutorial in our wiki? http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:cpanel Litespeed just use all Apache configurations created by cPanel, it does not need special configuration file. With cPanel + litespeed, you just manage you server like...
  4. M

    Feature Request : Seperate ModSec Error log File

    The latest 3.3.5 release package comes with this change. It will may CSF happy, but it is not full clone of mod_security audit log though.
  5. M

    cpanel install - questions

    LiteSpeed use its own PHP SAPI - LSAPI, it does not use php preinstalled with cPanel. lsphp 4.4.8 binary shipped with the installation package, so php4 works, but if you need special PHP modules, you need to build it again.
  6. M

    LiteSpeed Web Server 3.3.5 has been released

    LiteSpeed Web Server 3.3.5 has been released 3.3.5 release is official. It is highly recommended to upgrade to this release. If you downloaded 3.3.5 release package before, please download and upgrade again. ATTENTION: The resource limit for suEXEC PHP are really enforced in 3.3.5, so if...
  7. M

    Context support for AliasMatch?

    I think you have "/" context defined, so the order of contexts are important. You need change the sequence number of the regex context, make it smaller than that of "/" context.
  8. M

    Permissions on PHP file uploads are a little weird.

    Seems someone execute command like chown -R root /usr/local/lsws it breaks things.
  9. M

    Permissions on PHP file uploads are a little weird.

    Maybe related to PHP safe mode, need to turn off safe mode from plesk. It is overridden in the vhost configuration.
  10. M

    Permissions on PHP file uploads are a little weird.

    Have you change the ownership of files/directories under lsws/conf? drwx------ 2 root www 512 Feb 14 16:17 cert -rw------- 1 root www 3320 Feb 14 16:17 mime.properties drwx------ 2 root www 512 Feb 14 16:17 templates It will break the web console, all should be owned by "www".
  11. M

    Permissions on PHP file uploads are a little weird.

    Do you know how to check the gid of a process? maybe run "id" command from php script? I just want to make sure the group id of lsphp5 is not "wheel". If it is, I will look into the code of lscgid. BTW: please upgrade to 3.3.5 package first.
  12. M

    Permissions on PHP file uploads are a little weird.

    FYI: http://www.litespeedtech.com/support/forum/showthread.php?t=1587
  13. M

    Permissions on PHP file uploads are a little weird.

    OK, after add environment variable "LSAPI_PPID_NO_CHECK" to lsphp5 external app configuration to prevent lsphp5 quit immediately, ps -aux shows that lsphp5 does run as "noc" user, so php suEXEC works properly.
  14. M

    Permissions on PHP file uploads are a little weird.

    Looks correct. Is there any security option in FreeBSD to disable setuid? Is it possible to PM me a temp root ssh access?
  15. M

    Permissions on PHP file uploads are a little weird.

    Can you please check the ownership and permission mask of lsws/bin/lscgid, It should be owned by root with setuid bit set. suEXEC rely on it.
  16. M

    Can see web sites in litespeed with Lxadmin

    check the <VirtualHost ...> configuration in httpd.conf or files included. it should be <VirtualHost IP...> instead of <VirtualHost Domain...> in order to work well with current LSWS. And If you are using standard edition, maybe the 5 vhost limit has been hit, move the configuration for a real...
  17. M

    AutoUpdate not working?

    We aware of it. Will trigger the autoupdate when ready.
  18. M

    Context support for AliasMatch?

    what's in the debug log?
  19. M

    Running lsphp standalone

    1) No, just set LSAPI_CHIDLREN when you start PHP from command line 2) LSAPI_CHIDLREN works when started from command line as well. 3) Yes, you can tune this through environment variables. http://www.litespeedtech.com/php-litespeed-sapi.html 4) Yes, that's normal, number of lsphp processes...
  20. M

    cpanel install - questions

    You need somehow build your own lsphp5 binary. check our wiki. The web interface may not work well for some cPanel installation, as only "root" user can run "gcc", so, you may need to change "gcc" permission with chmod 0755 /usr/bin/gcc to enable the compiler.
Top