Search results

  1. M

    'force gid' not working

    You can have PHP script to print "UID/GID" that PHP process run as. For PHP suEXEC to work properly, you have to setup vhost level lsphp external app and script handler.
  2. M

    cPanel+Litespeed+Proxied mod_perl

    add rewrite rule RewriteRule /(perl.*)$ http://127.0.0.1:82/$1 [P] at vhost configuration level. If you use LiteSpeed with cPanel by reading httpd.conf, I would suggest use "Apache Handled Content" I suggested earlier, especially for shared hosting. For single large web site, you can use...
  3. M

    CGI File UID - works/how it works?

    You need to set "ExtApp Set UID Mode" to "Doc Root UID" http://www.litespeedtech.com/docs/webserver/config/vhostlist/#setUidMode and define the external app at vhost level.
  4. M

    Connection limit and streaming videos

    The 151st user will wait until number of connections in use drop below 150. GeekStorage uses LiteSpeed, please check the feedbacks at webhostingtalk.com
  5. M

    vBulletin Forum İmage Verification Problems

    Check the PHP configuration with your old Apache setup using phpinfo() output. Then compile lsphp with similar configuration options.
  6. M

    408's

    Please increase "Connection Timeout" http://www.litespeedtech.com/docs/webserver/config/tuning/#connTimeout
  7. M

    RailsRunner Issue in 3.3.24

    Looks like the new code does not compatible with certain earlier release of Rails. Maybe add some code to detect the rails version and use corresponding code to close connections? Any rails developer want to help on this?
  8. M

    4.0 RC1 release

    Large file support was not enabled for standard edition, if you use standard, please download the package again. it should be enabled now, lscgid problem should be fixed as well.
  9. M

    4.0 RC1 release

    Cache function is only available for Enterprise 2-CPU and above.
  10. M

    4.0 RC1 release

    Then you need to configure the "cache" tab at server level, if it is not enabled at server level, you need to enable cache at vhost level. "Cache-Control" response header may prevent LSWS from cache the response. you can try adjust the cache configuration. You can start with a simple phpinfo()...
  11. M

    4.0 RC1 release

    To enable cache for vhost configured through Apache httpd.conf, directive CacheEnable ... should be set for the vhost or from .htaccess
  12. M

    4.0 RC1 release

    Maybe I need a temp root access to check your server.
  13. M

    4.0 RC1 release

    It is enabled by default.
  14. M

    4.0 RC1 release

    That's for cgid problem, not for 404 error caused by large file.
  15. M

    Permission problems and log problems

    You just setup LSWS to run as the user that Apache run as, it should work just like apache. Or, you can try chown public_html to user:nobody .
  16. M

    4.0 RC1 release

    the lscgid should be updated, please check the size of lsws/bin/lscgid. Try a restart, see if it works.
  17. M

    4.0 RC1 release

    Really? it should work. please enable debug logging and send us the log.
  18. M

    Rails 2.2 cache_classes problem.

    I am not sure what is wrong. Maybe a permission problem? RailsRunner.rb will not be started by root. Also check if Rails require a special environment variable.
  19. M

    HTTP 503 killing :|

    check /usr/local/apache/logs/stderr.log for related errors.
  20. M

    LSWS 3.0RC2 and trac-fcgi

    PM me a temp root login and LSWS web console login, I can take a look.
Top