Search results

  1. M

    [solved] PHP 5.2.X + PHP 5.3.X side-by-side on a LSWS+cPanel Server

    make sure lsphp53 external app is use lsws/fcgi-bin/lsphp-5.3.8 not lsws/fcgi-bin/lsphp5 enable debug logging and check detail log.
  2. M

    [solved] Litespeed not starting?

    You need to make sure apache is stopped. killall -9 httpd then start LSWS, then check error log. make sure /tmp partition has enough disk space.
  3. M

    recv_fd() failed

    4.1.7 has been updated with extra code dealing with this issue. please give it a try if you want.
  4. M

    [solved] LSWS not restarting when Plesk restarts Apache

    The Apache binary is replaced with a shell script if wrapper enabled. However, plesk does not call the binary directory when restart, so it is recommended not to use binary wrapper for now. We will investigate.
  5. M

    bypass litespeed

    Please search and read Apache documentation on this.
  6. M

    [solved] disable_functions per user

    You can also override disabled_functions with "php_admin_value" in the virtual host configurations for that user.
  7. M

    bypass litespeed

    try it under Apache with same configuration see if it works. You should set "IncludeNoexec" if you want to disable SSI "exec" cmd.
  8. M

    [solved] disable .htaccess

    Solution posted in http://www.litespeedtech.com/support/forum/showthread.php?t=4642
  9. M

    recv_fd() failed

    It relates to the real time status page. Please send us the log file section just before it starts see if we can figure out something.
  10. M

    [solved] disable .htaccess

    There is no way to around it, if you disable "FileInfo", all configuration require "FileInfo" override will be disabled too. You have to make decisions based on what is the most important to you.
  11. M

    [solved] LiteSpeed requires nobody to own files, FTP users can't edit

    You should only change group to "nobody", or make the file world readable.
  12. M

    [solved] [ERROR] Unknown response from server

    It is caused by a bug in early release. fixed in 4.1.7. And you can also run /usr/local/lsws/bin/lshttpd -U from command line to check new release.
  13. M

    [solved] disable .htaccess

    remove "FileInfo" from "AllowOverride" directive.
  14. M

    [solved] disable .htaccess

    http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype You have to turn off "FileInfo" override to disable "AddType" and "AddHandler" directives in .htaccess.
  15. M

    [solved] disable .htaccess

    Your AllowOverride allow too much, check "AddType" ,"AddHandler" documentation, and disable the option that allow overriding those.
  16. M

    How do I install and compile PHP with PECL's Mongo DB extension in Litespeed GUI

    you can try make a symbolic of lsphp as php under that directory. or, copy over the cli build of php from /usr/local/lsws/phpbuild/php-xxxx/ directory.
  17. M

    [solved] [ERROR] Unknown response from server

    If you can PM me a temp root access, we can take a look see what is wrong.
  18. M

    [solved] disable .htaccess

    You have to disable "AllowOverride" from Apache httpd.conf.
  19. M

    [solved] Litespeed not starting?

    You can try start it from command line with /usr/local/lsws/bin/lswsctrl start if it failed, check error.log if there is no other error output on the screen.
  20. M

    IPB .htaccess Furls and Litespeed Cache

    I think you need to find out which URL is causing the trouble. Maybe something should not be cached has been cached. and turn cache off for that URL. If you can reproduce the problem, you can check it with firebug, or use tcpdump to dump the request/response related at network level.
Top