{% translate 'HTTPD MPM Tuning' %}

{% translate 'Tune Apache HTTPD MPM Settings' %}

{% translate 'This will help you to tune the Apache web server performance based on traffic and hardware' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {%elif message.tags == "info"%} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}

{% translate 'Select MPM' %}

{% translate 'Prefork MPM' %}

{% translate 'If your server does not support threads and thread-safe pooling' %}

{% translate 'Worker MPM' %}

{% translate 'If your server support threads without thread-safe pooling' %}

{% translate 'Event MPM' %}

{% translate 'If your server support both threads and thread-safe pooling' %}

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}