Search results

  1. M

    cPanel file manager broke

    where did you install LSWS to? It should not affect cPanel file manger in anyway.
  2. M

    301 "Moved permanently" glitch

    It is a known issue, which have been intentionally left that way. I guess we have to fix it sooner or later as people keep reporting it. ;) Thanks!
  3. M

    secfilter not working

    Everything should go through the Apache httpd.conf for vhosts configured through httpd.conf. It works fine.
  4. M

    litespeed stopped

    Please if there is any cron job trying to secure the box by killing non-Apache process on port 80.
  5. M

    503 error, rails not running

    Looks like you have to "strace" the ruby process to find out why. try strace -f -p <pid_of_lshttpd_child_process> You should find the failed syscall that break the rails initialization. You can compare it with output from WEBrick [code]strace script/server[code]
  6. M

    503 error, rails not running

    autoupdate has been trigger, if you restart LSWS, you will be able to update it from the web GUI shortly.
  7. M

    404 Not Found when setting up a Rails App

    Yes, you can post your config and logs.
  8. M

    404 Not Found when setting up a Rails App

    Should set virtual host root to "/home/paul/Desktop/MyRailsApps/app_name/". Please check the server log for errors, if need, turn on the debug logging.
  9. M

    Feature Request : Disable selected domains

    Not possible, if you use control panel then stick with the control panel.
  10. M

    Core file after upgraded to 3.3.5

    This issue has been fixed in 3.3.6 release.
  11. M

    503 error, rails not running

    Please upgrade to 3.3.6 release.
  12. M

    LiteSpeed Web Server 3.3.6 has been released

    In order to address a bug introduced by 3.3.5 release which may cause trouble in PHP and RoR, here comes the 3.3.6 release. All user who use 3.3.5 release should upgrade immediately. Download LiteSpeed Web Server View Version History
  13. M

    rar mime type

    OK, added application/x-rar-compressed to the default MIME configuration. However, if you do a update, it should not overwrite your current mime.properties configuration file though. No need to reinstall for very new release.
  14. M

    Glitch with custom error pages and contexts

    I think the number 4) should be fixed to make it consistant. If you put anything in a protected directory, the security protection should not be bypassed, so, from an IP different from 123.123.123.123, none of the custom page should be accessible. For 3), it should show the built-in 404 error...
  15. M

    litespeed stopped

    Can LSWS be started successfully again?
  16. M

    Compile PHP and opcode cache's, and other

    compile latest APC, it will not change your php.ini, you need to update it manually if need. PHP mail header patch: http://choon.net/php-mail-header.php
Top