Parcourir la source

fix(apache-2.2.config.jinja): fix `salt-lint` errors

```bash
Examining apache/files/Debian/apache-2.2.config.jinja of type state
[201] Trailing whitespace
apache/files/Debian/apache-2.2.config.jinja:119
    MaxSpareThreads      75

[201] Trailing whitespace
apache/files/Debian/apache-2.2.config.jinja:136
    MaxSpareThreads      75
```
tags/v0.38.0
Imran Iqbal il y a 5 ans
Parent
révision
f4045efeff
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. +6
    -6
      apache/files/Debian/apache-2.2.config.jinja

+ 6
- 6
apache/files/Debian/apache-2.2.config.jinja Voir le fichier

# #
# Do NOT simply read the instructions in here without understanding # Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure # what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
# consult the online docs. You have been warned.
# #
# The configuration directives are grouped into three basic sections: # The configuration directives are grouped into three basic sections:
# 1. Directives that control the operation of the Apache server process as a # 1. Directives that control the operation of the Apache server process as a


## ##
## Server-Pool Size Regulation (MPM specific) ## Server-Pool Size Regulation (MPM specific)
##
##


# prefork MPM # prefork MPM
# StartServers: number of server processes to start # StartServers: number of server processes to start
<IfModule mpm_worker_module> <IfModule mpm_worker_module>
StartServers 2 StartServers 2
MinSpareThreads 25 MinSpareThreads 25
MaxSpareThreads 75
MaxSpareThreads 75
ThreadLimit 64 ThreadLimit 64
ThreadsPerChild 25 ThreadsPerChild 25
MaxClients 150 MaxClients 150
<IfModule mpm_event_module> <IfModule mpm_event_module>
StartServers 2 StartServers 2
MinSpareThreads 25 MinSpareThreads 25
MaxSpareThreads 75
MaxSpareThreads 75
ThreadLimit 64 ThreadLimit 64
ThreadsPerChild 25 ThreadsPerChild 25
MaxClients 150 MaxClients 150
AccessFileName .htaccess AccessFileName .htaccess


# #
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
# #
<Files ~ "^\.ht"> <Files ~ "^\.ht">
Order allow,deny Order allow,deny

Chargement…
Annuler
Enregistrer