Search results

  1. M

    Configuring a RoR app w/ Mint...

    It is recommended to do it this way as the .htaccess hack will make all html static files served as PHP scripts, it will be a big performance hit for cached pages.
  2. M

    Configuring a RoR app w/ Mint...

    Have you include the Mint java script in your rails application, I think it is the only thing required to make Mint to collect access information for a Rails application.
  3. M

    Action Controller Exception: LSWS 3.1

    It is recommended to store vhost configuration file under $SERVER_ROOT/conf/. Our rails templated is highly recommended. For the application error, you can try WEBrick first, if it works well then try trouble shoot LiteSpeed.
  4. M

    install from script?

    Yes, but you don't have to, just need to find a way to add the admin password to the password file.
  5. M

    Configuring a RoR app w/ Mint...

    The configuration looks ok. You can turn on debug logging by set "Debug Level" to "HIGH" then check error.log see what is going on. Make sure to restart the server after configuration change. Another way to do it is to create a static context for Mint directory, and add the configurations you...
  6. M

    Configuring a RoR app w/ Mint...

    FileInfo and Options, and it does not hurt to check all of them. It follows the same spec mentioned in Apache/PHP documentation.
  7. M

    setting ext-app for just one subdir of a vhost?

    The comma should be removed, maybe a bug in 2.2.6's web admin requires that. You can fix the configuration file manually. I tried this method with 3.0.1, it works. Another solution is to use a rewrite rule to force MIME type of .php file to application/x-httpd-php5, you can give it a try as well.
  8. M

    Configuring a RoR app w/ Mint...

    It should work. Mabye htaccess support has not been enabled in your setup. Please check "Allow Override" configuration for your RoR vhost.
  9. M

    setting ext-app for just one subdir of a vhost?

    You can try override the MIME setting for "php" file under that context, add something in "MIME Type" like application/x-httpd-php5 php And you should have set a php5 external app as script handler for .php5 at vhost level.
  10. M

    [ERROR] Clock on your server is not accurate, fix it first.

    Please try the updated 64bit package.
  11. M

    [ERROR] Clock on your server is not accurate, fix it first.

    Sorry about that, we need to rebuild the binary. There must be a bug in vmware, the clock goes so fast when run solaris under it. Will let you know when it is ready.
  12. M

    Wordpress

    Looks like you have to build your own lsphp binary using the mysql client library on your server. Please check out the toturial on building lsphp binary in our Wiki.
  13. M

    "lscgid: request validation failed!" after upgrade from 3.0RC1 / RC2 to 3.0 release

    This error is pretty strange. "request validation failed" means that the MD5 checksum in the CGI request is currupted, which should not happen at all. Can you try a clean installation of 3.0.1 on your server? We failed to reproduce the problem on your test server with 64bit Solaris 10 installation.
  14. M

    Wordpress

    You need to check the Mysql socket location used by PHP, you can look that information up in a phpinfo() page. The mysql socket address should match what is used by MySQL. You can fix the mysql socket address in php.ini referenced in phpinfo() page.
  15. M

    Preserve Hostname for extenapp/load balancer

    What do you mean Preserve Hostname? The "Host" header should contain the hostname refered in the request.
  16. M

    functionality like in mod_rpaf?

    This is a new feature available in 3.0 Enterprise, x-forwarded-for header will be used as remote ip in access log if "Use Client IP in Header" is set to yes.
  17. M

    Request Timeout after 15 secs.

    I think it is a PHP problem, maybe some required PHP extension has not be inclded in lsphp binary, maybe you should check the configruation options in phpinfo() with Apache, then build your own lsphp binary with similar configuration options. For more information regarding building lsphp...
  18. M

    3.0 Version Manager not downloading new releases

    It has been fixed in 3.0.1, you may need to upgrade manually from command line.
  19. M

    Web Admin for 3.0 has PHP errors.

    Thanks for the bug report. Those warnings will be fixed in next release, you can safely ignore those for now.
  20. M

    Another Apache / LiteSpeed how-to question

    Should be very well. Yes, start lsws as root, it will change user id to the user id specified during installation, you should use the same user id as apache2 during installation. How special it is, usually, "combined" log format is used by Apache, which is the defautl format used by LSWS.
Top