Search results

  1. M

    bytelog configured in LSWS vhost doesn't work.

    Have checked a few cPanel 11.11.0 servers, byte logging works fine.
  2. M

    bytelog configured in LSWS vhost doesn't work.

    Is the byteslog configured through Apache httpd.conf? created by cPanel? If yes, which version of cPanel is used? Please show me the configuration section related to it. If all vhosts are configured with LSWS configuration natively, please show me an example of the configuration as well. If you...
  3. M

    ruby LSAPI 2.9 and PHP LSAPI 4.4 has been released

    Ruby LSAPI 2.9 and PHP LSAPI 4.4 has been released http://www.litespeedtech.com/latest/ruby-lsapi-2.9-php-lsapi-4.4-released.html
  4. M

    Changing "upload_max_filesize" in php.ini has no effect

    Please check the file path of php.ini listed in the phpinfo() page, make sure the correct php.ini file has been used. If you run php in suEXEC mode, the PHP process may not have permission to read /opt/lsws/conf/php.ini, put php.ini somewhere else like /opt/lsws/php/php.ini
  5. M

    on request #0, error: Connection timed out!

    check the lsphp or lsphp5 external app configuration to make sure the right executable has been used. Also always use "sudo -u <non_root_user_name> ./lsphp... -i" to check it, sometimes there are permission problem which does not exist for root user.
  6. M

    Can't upload huge files.

    checkout the server->tuning tab for the request body size limit
  7. M

    .htaccess rules evaluations in the error.log

    Under the vhost rewrite configuration tab.
  8. M

    .htaccess rules evaluations in the error.log

    You can turn off the rewrite logging.
  9. M

    on request #0, error: Connection timed out!

    Please try sudo -u nobody /opt/lsws/fcgi-bin/lshphp -i, it should show some warning/errors.
  10. M

    Problem with Safari + PHP build tool

    Seems that wrap="soft" is more like the standard value.
  11. M

    on request #0, error: Connection timed out!

    Please check stderr.log for php startup errors, either missing library or bad php configuration. Fix those errors, it will work fine with 3.3.3
  12. M

    Problem with Safari + PHP build tool

    Thanks for the fix, will apply it in next release.
  13. M

    Invoking Haskell code

    Just define a FCGI application, then add a FCGI context, or use the FCGI application as a script handler if it is used to handle files/URL with certain suffix.
  14. M

    Error message help please "Connection timed out!"

    You should run Rails as the user that you run mongrel with. If you run ruby in suEXEC mode, it should work that way. And set "HOME" env matches what in your ssh.
  15. M

    Question concerning "Connection Keepalive Timeout"

    Only idle connection will be killed.
  16. M

    LS Dynamic Subdomains / Request_Routing

    RewriteCond %{HTTP_HOST} ([^.]+)\.mysite\.com RewriteRule (.*) /redirect.php?s=%1&q=$1 [L]
  17. M

    bytelog configured in LSWS vhost doesn't work.

    You need to check the permission of domlogs directory as well.
  18. M

    Piped logger AND normal logfile at the same time?

    Not possible with current release. however, you can write the log to a file in the piped logger.
  19. M

    AMD64 + FreeBSD 6.2 (64bit) = ERROR

    FreeBSD's 32bit support on 64bit OS probably is not that good. CentOS 64bit will work a lot better with 32bit of LSWS.
  20. M

    Error message help please "Connection timed out!"

    Maybe you should set "HOME" env, exactly like the value under your ssh shell.
Top