Search results

  1. M

    Virtual Host Template + Ruby on Rails LSAPI

    Vhosts defined in LSWS console should have higher priority. You can turn on debug logging, it should show which file/directory is accessed.
  2. M

    lots of kernel oops | 64 bit systems

    I will take a look when I get a chance.
  3. M

    compile xcache from source?

    php.ini need to be updated to include the xcache configuration.
  4. M

    I really really need to disable these core dumps

    "bt" command of GDB will list the full callback stack.
  5. M

    Virtual Host Template + Ruby on Rails LSAPI

    It just the web console code check the availability of the file. You can manually change the configuration file.
  6. M

    Any version past 3.2.4 - get 503 errors

    Please PM me temp root access of your server, I can take a look when I get a chance.
  7. M

    3.3.3. and php errors

    Those are normal. You can ignore those messages. Yeah, we will add those to our to-do list.
  8. M

    How to make a file-download? Code help needed

    for the 500 status code, please try adding "Status: 200 OK" header, see if it help. The changing MIME type does look like a bug. Is it possible that you send us a simple test application to reproduce the problem?
  9. M

    Any Cpanel + Litespeed Config Recommendations??

    For RoR hosting in shared hosting environment, take a look at http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails_hosting PHP should work out of the box within RoR vhosts.
  10. M

    If you have Problems with Admin Interface and Firefox Stylesheets

    Are you sure it should be "4.0" instead of "4.01"? I think it should not affect the stylesheets, if you upgrade from earlier version, you may have to reload the stylesheet as previous version is cached by the browser.
  11. M

    RAILS_ENV revisited

    How about add "staging" to the list, seems most people prefer this. Letting user input arbitrary text may open another can of worm. :)
  12. M

    Any Cpanel + Litespeed Config Recommendations??

    Please check http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:cpanel, You do not need to mess with other configurations for now if you want to use litespeed with cPanel. For setup PHP, http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  13. M

    I really really need to disable these core dumps

    It is not a good idea to let your customer process large file at will. It could bring down the server. There are many ways to limit this, in php.ini, in LSWS "Max request body size", etc.
  14. M

    Ruby Path per virtual host (for Ruby1.9)?

    If you want to use multiple ruby installation, you may have to use the manual setup with "dispatch.lsapi", you can specify path to ruby executable there.
  15. M

    How to make a file-download? Code help needed

    Some browser caches the reply, so you have to clear your browser cache after change any configuration. Or, use a command tool to test it, like "lynx -mime_header ...", wget, curl, etc, all have command line option to show the response header, you can verify the content-type this way.
  16. M

    Wrong file output

    Please make sure to upgrade to the latest 3.3.3 release. If the problem persist, we have to login to your server and collect some useful debug information.
  17. M

    protecting awstats

    If you share the same user/group files among multiple realms, you will have this problem. If you use a dedicate password file with only the users that allow to access awstats in it, it will not be a problem.
  18. M

    Naming file downloads (Content-Disposition??)

    3.3.3 has been released.
Top