Search results

  1. Y

    I found a logical error on OpenLiteSpeed webadmin Console

    It's better change it to $msgfile = SERVER_ROOT . self::LANG_DIR . 'en-US_msg.php'; if (file_exists($msgfile)) { include $msgfile; if ($filecode != 'en-US') { include SERVER_ROOT . self::LANG_DIR . $filecode . '_msg.php'; }...
  2. Y

    [ANY]IPV6 listener Can't work correctly.

    I have found the cause of this problem. In a word :[ANY]IPV6 include ANY
  3. Y

    I found a logical error on OpenLiteSpeed webadmin Console

    Version:1.4.41 File:/usr/local/lsws/admin/html.open/lib/DMsg.php line 38 to 46 orign code is $msgfile = SERVER_ROOT . self::LANG_DIR . 'en-US_msg.php'; if (file_exists($msgfile)) { // maybe called from command line for converter tool include $msgfile...
  4. Y

    [ANY]IPV6 listener Can't work correctly.

    Can you set [ANY]IPV6 without errror?
  5. Y

    [ANY]IPV6 listener Can't work correctly.

    I am new to ols, How to enable full debug log?
  6. Y

    [ANY]IPV6 listener Can't work correctly.

    I select a single IPV6 ip it works. But when I select [ANY]IPV6 it doesn't.
  7. Y

    [ANY]IPV6 listener Can't work correctly.

    It works correct when I select A single ipv6 ip. I will try 'netstat -lnp | grep 80 '
  8. Y

    [ANY]IPV6 listener Can't work correctly.

    I tried it, But it still not work.
  9. Y

    [ANY]IPV6 listener Can't work correctly.

    OpenLiteSpeed 1.4.41 2018-12-17 08:06:59.243771 NOTICE Loading LiteSpeed/1.4.41 Open ... 2018-12-17 08:06:59.243783 NOTICE Using [BoringSSL] 2018-12-17 08:06:59.246410 NOTICE [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7210 2018-12-17 08:06:59.246904...
Top