Search results

  1. M

    Variable containing document root

    It can only be customized per user account, not possible to be per sub-domain.
  2. M

    [solved] 4.0.18: .htaccess / PHP Issue

    Please send us the detail on how to reproduce the problem along with temp root access to the server.
  3. M

    isn't running litespeed

    If you have tried NULLed LSWS on that server, that server is likely being blacklisted by our system. Please send in your IP for verification.
  4. M

    [solved] 4.0.18: .htaccess / PHP Issue

    We need more details in order for us to investigate. It will be a lot easier if it could be reliably reproduced. There is no code changes in 4.0.18 directly related to .htaccess file handling.
  5. M

    [Solved] 4.0.17 to 4.0.18 / Request has not been logged into access log

    It is harmless, fixed in the updated 4.0.18 build.
  6. M

    [Solved] DirectoryIndex

    please try the updated 4.0.18 build.
  7. M

    [Solved] DirectoryIndex

    can you double check that it is correctly configured under subdirectory? spell, .htaccess file name, etc. If it is, we may have to try to reproduce it in our lab. Is the subdirectory document root of a subdomain?
  8. M

    [Resolved] how to "translate" addhandler / action from apache

    Yes, it is in our RC3 build. You can just change the version number in the download link to try it.
  9. M

    [Solved] DirectoryIndex

    Please try changing the order in /home/user/public_html/.htaccess that's the only place where index.php is in front.
  10. M

    Increase Connection Timeout for specific script

    It is not possible. same with apache.
  11. M

    Variable containing document root

    For each user account, only one set of PHP suEXEC processes will be created, it wont be per subdomain. So, the document root of the first vhost, usually the main vhost, will be used for the PHP suEXEC environment. PHP suEXEC is not per subdomain, but per user account, it is to avoid creating...
  12. M

    [BUG?] Litespeed + ModSec2

    solution now, is to use a "chain" secrule to exclude URL "/cgi-sys/suspendedpage.cgi"
  13. M

    [BUG?] Litespeed + ModSec2

    SecRuleRemoveById is not support in 4.0.x, will be supported in 4.1
  14. M

    vBulletin + LSWS

    Looks like some required PHP modules are missing, you need to compare the phpinfo() page from the working Apache installation with LSWS installation. rebuild PHP accordingly. You need to check the complete error message in the error log below An easier way to migrate from Apache is to install...
  15. M

    [BUG?] Litespeed + ModSec2

    Looks like a bug with handling rule actions. you add actions to those rules, without "deny" action, lsws default to allow, while apache may use SecDefaultAction. You can explicitly add "deny" to the rule action for now.
  16. M

    [BUG?] Litespeed + ModSec2

    Litespeed can take both, apache cannot.
  17. M

    Problem building matching PHP binary

    Which version of PHP you build with easyApache? Can you check if there is any PHP source code directory under /home/cpeasyapache/src ? It should have the PHP source code. It should be 5.2.11 if you select 5.2.11 when run easyApache. check the version number reported by "/usr/local/bin/php -i"...
  18. M

    [BUG?] Litespeed + ModSec2

    You can enable modsec debug log (in error_log), then try the rule, if 404 is return, it wont trigger the rule, make sure the file is there. if security rule is not triggered and the file is there, please send us the modsec log entires.
  19. M

    Build Matching PHP Issue

    Digging a little bit deeper on this, came cross http://www.eyrie.org/~eagle/notes/rpath.html I think something wrong with RPATH built into the binary, it can be checked with readelf -d lsphp5 | grep RPATH If somehow /usr/lib(64) got into RPATH before /opt/xml/lib, it could cause wrong...
  20. M

    403 Forbidden error

    just use plain proxy to talk to backend servlet engine.
Top