Search results

  1. M

    Controllers with the same name in different namespaces

    I am not a RoR expert at all, but from a generic programming point of view, the route matching algorithm should try to match the longest path when possible, maybe change the routing configuration order can help.
  2. M

    Logging with Apache vhosts file

    Please download our latest 3.3.5 build see if works, just change the version number in the download link.
  3. M

    PHP error Display?

    We have updated our default httpd_config.xml for cPanel installation, to write error log to /usr/local/apache/logs/error_log, so, it should work out of box.
  4. M

    PHP error Display?

    http://x3demob.cpx3demo.com:2082/frontend/x3/index.html check the "Error log" button under "Logs" section.
  5. M

    PHP error Display?

    something like "error log" as I remember.
  6. M

    LSWS best compatible Cpanel/Direct Admin/Plesk ?

    All should work well with the latest PHP LSAPI release.
  7. M

    LSWS best compatible Cpanel/Direct Admin/Plesk ?

    Those are three most popular control panel, all work well with LiteSpeed now. The choice for you is pretty much depends on your preference, server resource usage and panel functions. You won't go wrong with either one.
  8. M

    PHP error Display?

    They should be able to override PHP error_reporting configuration in .htaccess with "php_value" directive. It should be off globally. cPanel can view error log for each vhost. should have a button available.
  9. M

    PHP on High Traffic Site

    Please monitor the LSWS realtime status report, if "WaitQ" > 0 consistantly, you may consider up the "PHP suEXEC Max Conn" from "10" to a little higher value. Default LSWS configurations are pretty optimized.
  10. M

    PHP error Display?

    If you mean displaying error in user's browser, you need to check a phpinfo page to make sure php configuration has been set properly. If you want to user view PHP errors in cPanel, you need to change the location of error.log to /usr/local/apache/log/error_log, where apache place its error log.
  11. M

    LSWS best compatible Cpanel/Direct Admin/Plesk ?

    That's the top three control panels supported by LiteSpeed, all should be fine.
  12. M

    APC data caching

    http://www.litespeedtech.com/docs/webserver/config/listeners/#listenerBinding
  13. M

    Logging with Apache vhosts file

    OK, I see, we could make the log configuration in the main httpd.conf the default for all vhosts. Does all vhost log to the same log file in your setup?
  14. M

    Logging with Apache vhosts file

    Are you using a control panel? or a customed one.
  15. M

    If you have Problems with Admin Interface and Firefox Stylesheets

    some PHP modules does not match the current PHP verison, so, you need to rebuild your extra PHP modules as well, like memcache, etc.
  16. M

    How do you restore default settings?

    Yes, or, you can make a backup of the configuration file before mess around. :)
  17. M

    404 Not Found Signature

    You can add 404 custom error page for that vhost.
  18. M

    problem with part of my site when using LiteSpeed

    I don't think it is the rewrite rules in .htaccess. requests to admincp should not be rewritten. You can turn on rewrite log by adding "RewriteLogLevel 9" for the configuration in that vhost in httpd.conf. Then you can check lsws/logs/error.log. strace the lsphp process is the way to find out...
  19. M

    Directory Listing on , how ?

    That's what in our cPanel+LiteSpeed wiki. :)
Top