{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "LiteSpeed Status - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% if OLS %}

{% trans "LiteSpeed Status:" %}

{% trans "On this page you can get information regarding your LiteSpeed processes." %}

{% if processList %}

{% trans "LiteSpeed Processes" %}

{% for items in processList %} {% if forloop.counter == 1 %} {% elif forloop.counter == 2 %} {% else %} {% endif %} {% endfor %}
# {% trans "Process ID" %} {% trans "Name" %}
{{ forloop.counter }} {{ items }}{% trans "Main Process" %}{% trans "lscgid Process" %}{% trans "Worker Process" %}

{% trans "Action successful." %}

{% trans "Error Occurred. See CyberPanel main log file." %}

{% trans "Could not connect to server." %}

{% endif %}

Version: {{ lsversion }}

{% for items in loadedModules %} {% endfor %}
{{ modules }}
{{ items }}

{% trans "Switch to LiteSpeed Enterprise Web Server" %}

{% trans "Note: If you select 15 days trial there is no need to enter the serial key, CyberPanel will auto fetch 15 days trial key for you. Make sure this server have not used trial already." %}

{% trans "WARNING: You cannot revert back to OpenLiteSpeed if you choose not to purchase a LiteSpeed Enterprise license after the 15 day trial period. We recommend you test the Enterprise trial on a separate server." %}

{% trans "With great wisdom comes great responsibility." %}

{% else %}

{% trans "LiteSpeed Status:" %}

{% trans "On this page you can get information regarding your LiteSpeed processes." %}

{% if message != 0 %} {% if message == 2 %}

Warning

It looks like your license does not include CyberPanel bundle. Click here to see the packages and upgrade to CyberPanel bundle.

{% else %}

Warning

It looks like your license has expired. Kindly renew your license.

{% endif %} {% endif %}
{% if processList %}

{% trans "LiteSpeed Processes" %}

{% for items in processList %} {% if forloop.counter == 1 %} {% elif forloop.counter == 2 %} {% else %} {% endif %} {% endfor %}
# {% trans "Process ID" %} {% trans "Name" %}
{{ forloop.counter }} {{ items }}{% trans "Main Process" %}{% trans "lscgid Process" %}{% trans "Worker Process" %}

{% trans "Action successful." %}

{% trans "Error Occurred. See CyberPanel main log file." %}

{% trans "Could not connect to server." %}

{% endif %}

{% trans "License Manager" %}

{$ lsSerial $}

{$ lsexpiration $}

{% endif %} {% endblock %}