{% 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 "On this page you can get information regarding your LiteSpeed processes." %}
| # | {% trans "Process ID" %} | {% trans "Name" %} | ||
|---|---|---|---|---|
| {{ forloop.counter }} | {{ items }} | {% if forloop.counter == 1 %}{% trans "Main Process" %} | {% elif forloop.counter == 2 %}{% trans "lscgid Process" %} | {% else %}{% trans "Worker Process" %} | {% endif %} {% endfor %}
{% trans "Action successful." %}
{% trans "Error Occurred. See CyberPanel main log file." %}
{% trans "Could not connect to server." %}
| {{ modules }} |
|---|
| {{ items }} |

{% trans "On this page you can get information regarding your LiteSpeed processes." %}
{% if message != 0 %} {% if message == 2 %}It looks like your license does not include CyberPanel bundle. Click here to see the packages and upgrade to CyberPanel bundle.
It looks like your license has expired. Kindly renew your license.
| # | {% trans "Process ID" %} | {% trans "Name" %} | ||
|---|---|---|---|---|
| {{ forloop.counter }} | {{ items }} | {% if forloop.counter == 1 %}{% trans "Main Process" %} | {% elif forloop.counter == 2 %}{% trans "lscgid Process" %} | {% else %}{% trans "Worker Process" %} | {% endif %} {% endfor %}
{% trans "Action successful." %}
{% trans "Error Occurred. See CyberPanel main log file." %}
{% trans "Could not connect to server." %}
{$ lsexpiration $}