Search results

  1. M

    LSWS 3.0RC2 and trac-fcgi

    Please try the 3.0 preview release by change 3.0RC2 to 3.0 in the download package. that might be caused by a bug has been fixed in 3.0 package.
  2. M

    RoR App Only Getting 404 Errors

    step 5 is a "LSAPI" context not "RAILS" context, it is only for step by step configuration. The easy setup automates some steps in the step by step setup. Step by step setup is more flexible as you can customize it more. Behind the scene, they are almost identical.
  3. M

    RoR App Only Getting 404 Errors

    Please follow the easy configuration guide, in the step by step setup, you should not use a "Rails" context at all.
  4. M

    More Application Errors

    I think DB is the backend storage for the serialized objects in your application, I might be completely wrong though.
  5. M

    Logs: Rotation, Management & External Applications

    We find a better solution to have it controled via configuration file. That's correct.
  6. M

    Logs: Rotation, Management & External Applications

    Thank you for those suggestions. Yes, it is possible. We will add that into 3.0 official release. How server/virtual host log work in LSWS is that a vhost can be configured to log to its own log or just server log, when log to its own log file, all log messages will go into server log as well...
  7. M

    More Application Errors

    I think the problem is your DB environment, your application works properly under "Development" mode, but does not work under "Production" mode. WEBWrick return the same error as under LiteSpeed in "Production" mode. Have you forgotten to setup DB for "Production" environment?
  8. M

    RailsRunner error

    Check your shell environment variables, if there is anyone related to ORACLE, add it in ruby environment as well.
  9. M

    RailsRunner error

    You need to set two environment variable in "Environment" under "Ruby" tab. Something like: LD_LIBRARY_PATH=/export/home/rawlog/oracle/lib ORACLE_HOME=/oracle/g01/software/rdbms/9.2.0.6
  10. M

    More Application Errors

    Sure. No problem. I may need a temp root access which is required for strace/truss/ktrace sometimes. You can PM me the info. That probably is the best way to find out what is the problem.
  11. M

    RailsRunner error

    Yes, it should be a permission problem. You need to either use suEXEC or give nobody proper permission. For suEXEC, please check our wiki.
  12. M

    RailsRunner error

    Does /home/fugu99/reporting/beta2.1/config/environment.rb exit? Is /home/fugu99/reporting/beta2.1/ your rails application root directory?
  13. M

    Redirecting URLs with specific parameters to friendly URL pages

    Yes, rewriteRule only match URI, excludes QUERY_STRING. You need to use RewriteCond to match "p=13" with %{QUERY_STRING}.
  14. M

    More Application Errors

    Looks like it only works with the first request with a fresh ruby process, DB connection was lost for some reason. It must have something to do with the initialization of your rails application, the differences between ruby LSAPI and FCGI/mongrel is LSAPI fork children processes off parent...
  15. M

    wordpress permalinks

    The log shows that there is no match at all. You need to change your rewrite rule in order to match with desired URL. Rule like "./index.php/index.php" does not match any URL, at least you need to remove the leading "." in the regex pattern.
  16. M

    wordpress permalinks

    You need to turn on rewrite log to analyze why your rewrite rule break things.
  17. M

    Job Opportunities

    Hi Folks, LiteSpeed is growing and we are looking for some candidates to help on some area in order to meet our growth speed. :) We are looking for some hands on following areas Technical writer for documentations, product introduction, tutorials, marketing materials, etc. Public...
  18. M

    Add user/passwd for access to a page

    Have you restart the server to apply the change? Any error messages in lsws/logs/error.log?
  19. M

    Add user/passwd for access to a page

    "Authentication Name" and "Required" should be set in addition to "Realm" for the context. Please double check.
  20. M

    Add user/passwd for access to a page

    http://www.litespeedtech.com/docs/webserver/config/vhostsecurity/#realms
Top