X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Fapache%2Ftemplates%2F001-phd.conf;fp=playbooks%2Fdebian%2Froles%2Fapache%2Ftemplates%2F001-phd.conf;h=0000000000000000000000000000000000000000;hb=424c41462e9f4f38fdf666f2180342a8268a95c7;hp=b4e06a2531c52a609ad86c28530d9d7bd24cb875;hpb=412c5f3f80f4aadecce7e27f6d0f8616a665f48d;p=ansible.git diff --git a/playbooks/debian/roles/apache/templates/001-phd.conf b/playbooks/debian/roles/apache/templates/001-phd.conf deleted file mode 100644 index b4e06a2..0000000 --- a/playbooks/debian/roles/apache/templates/001-phd.conf +++ /dev/null @@ -1,127 +0,0 @@ -ServerName localhost -ServerAdmin webmaster@{{ inventory_hostname }} -MaxConnectionsPerChild 10 - - -StartServers 2 -MinSpareServers 2 -MaxSpareServers 5 -MaxRequestWorkers 20 - - - -StartServers 2 -MaxRequestWorkers 5 -MinSpareThreads 2 -MaxSpareThreads 10 -ThreadsPerChild 25 - - - -NumServers 2 -StartThreads 2 -MinSpareThreads 2 -MaxSpareThreads 10 -MaxThreadsPerChild 25 - - -User www-data -Group www-data - -AddDefaultCharset koi8-r - - - AuthType Basic - AuthName Apache - AuthUserFile /usr/local/apache2/data/apache.passwd - - Require ip 127.0.0.1 {{ ansible_facts.default_ipv4.address }} - Require user webmaster - - - - -Scriptsock data/cgisock - - - - DirectoryIndex index.shtml index.html index.htm - - - - AddHandler cgi-script .cgi - - - - - Options +IncludesNOEXEC - - AddType text/html .shtml - AddOutputFilter INCLUDES .shtml - - - - - SetHandler server-info - Require ip 127.0.0.1 {{ ansible_facts.default_ipv4.address }} - - - - - - SetHandler server-status - Require ip 127.0.0.1 {{ ansible_facts.default_ipv4.address }} - - -ExtendedStatus On - - - - Require ip 127.0.0.1 {{ ansible_facts.default_ipv4.address }} - - - -SetEnv LC_CTYPE ru_RU.KOI8-R -SetEnv LC_COLLATE ru_RU.KOI8-R - - - - - Require ip 127.0.0.1 - - -ProxyRequests Off - - -LanguagePriority ru en - - -UserDir public_html - - - -Options Indexes FollowSymLinks -RemoveHandler .py - - - -ServerName unknown.invalid -DocumentRoot /usr/local/apache2/_default_/ -ErrorDocument 404 /nothing.html - - -Require all granted - - - - -DocumentRoot /usr/local/apache2/_default_/ -ErrorDocument 404 /nothing.html - - -Require all granted - - - -# non-SNI clients -SSLStrictSNIVHostCheck off