Search results

  1. M

    Enabling OCSP stapling

    no, there is not.
  2. M

    Enabling OCSP stapling

    only need to remove the https vhost from Apache configuration. You need to add the 443 listener in native configuration, add the 443 vhost. add listener to vhost mapping with the domain.
  3. M

    Enabling OCSP stapling

    You should skip Apache configuration for that vhost. the native vhost cannot override the vhost from Apache, as Apache vhosts are configured after the native vhosts, may override the the native vhost.
  4. M

    Error building PHP 5.5.17

    You should post bug report to PHP group, the error is from PHP internal. You can also check the patch applied from ports when install from ports.
  5. M

    Enabling OCSP stapling

    OCSP stapling is not supported for vhost configured through Apache httpd.conf . It have to be configured through native configuration.
  6. M

    PHP LSAPI suEXEC Daemon Mode

    if you have a lsphp5 process running as root, and other lsphp5 processes running as other users are children of that process, you are using daemon mode.
  7. M

    [Resolved] Ping URL/Documentation

    LB sends the request with a public facing URL to both backend server and expects 200 responses, if the response is not 200, LB mark the corresponding backend as off-line.
  8. M

    [Resolved] Ping URL/Documentation

    The LSLB documentation should come with the LSLB package, you can access it through the webAdmin console. The ping URL, you need to put the full url http://domain.name/path/
  9. M

    [Resolved] Bug suexec from 4.2.16 and 4.2.18

    Please force reinstall 4.2.18, should have been taken care of. /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.18
  10. M

    [Resolved] Bug suexec from 4.2.16 and 4.2.18

    what is the content in /usr/local/apache/conf/php.conf? change Apache PHP handler to suphp from cPanel, see if it helps or not.
  11. M

    [Resolved] Bug suexec from 4.2.16 and 4.2.18

    Which control panel you use? It may have something to do with the way PHP handlers are configured in httpd.conf, have to check the exact configuration.
  12. M

    Does LSWS support SSLUseStapling though Apache config

    those directives are not supported at this moment. We may add that in some point, but it is low priority.
  13. M

    [Resolved] Poodlebleed

    install 4.2.18.
  14. M

    This code works in Apache but breaks when I switch to Litespeed

    just create a test.php with phpinfo() in it, access it from web. php.ini location is in the phpinfo() output.
  15. M

    This code works in Apache but breaks when I switch to Litespeed

    Maybe some include files was missing with LiteSpeed. check PHP error_log. make sure you are using the same version of PHP with Apache and LiteSpeed. compare the PHPINFO output for differences.
  16. M

    [Resolved] Litespeed & Apache SSL

    The configuration need to be consistent with Listen and <VirtualHost ...> use *:443 or 192.168.1.100:443 for both. You should make Apache work properly first then try LiteSpeed.
  17. M

    [Resolved] Litespeed & Apache SSL

    try netstat -anp | grep 443 | grep LISTEN kill those processes and try again.
  18. M

    Continuous Abort requests to litespeed webserver...

    It is likely cause by PHP/MySQL problem. some script causes the PHP process to hang, once no PHP process available, it will be like that.
  19. M

    Interworx plugin

    For PHP setup with interworx, there are a few options now. We have our own PHP repository, it can be used with any hosting control panel. http://rpms.litespeedtech.com/ cloudlinux alt-php added lsphp binary long time again, if you could use mod_lsapi, you should be able to use the same lsphp...
  20. M

    lsws 5.0 rc2 and PageSpeed

    It wont be in 5.0RC2, have to wait after it is stabilized with Openlitespeed..
Top