Skip to content

Commit 86e88e6

Browse files
committed
Adjust default web template and only use itk on single php deb10 install
1 parent 8898dae commit 86e88e6

File tree

20 files changed

+11
-119
lines changed

20 files changed

+11
-119
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ All notable changes to this project will be documented in this file.
6363
- Added official postgresql repository to be up to date.
6464
- Hardening MySQL configuration, prevent local infile.
6565
- Fixed lograte bug and cleans up the messed up nginx/apache2 log permissions.
66+
- Fixed IfModule mpm_itk.c for apache2 templates.
67+
- Added mpm_itk for Deb10 single php installation only.
6668

6769
## [1.0.6] - 2019-09-24 - Hotfix
6870
### Bugfixes

install/deb/multiphp/apache2/PHP-56.stpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
SSLCertificateFile %ssl_crt%
2525
SSLCertificateKeyFile %ssl_key%
2626
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
27-
# <IfModule mod_ruid2.c>
28-
# RMode config
29-
# RUidGid %user% %group%
30-
# RGroups www-data
31-
# </IfModule>
32-
# <IfModule itk.c>
33-
# AssignUserID %user% %group%
34-
# </IfModule>
3527

3628
<FilesMatch \.php$>
3729
SetHandler "proxy:unix:/run/php/php5.6-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-56.tpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
AllowOverride All
2222
Options +Includes -Indexes +ExecCGI
2323
</Directory>
24-
# <IfModule mod_ruid2.c>
25-
# RMode config
26-
# RUidGid %user% %group%
27-
# RGroups www-data
28-
# </IfModule>
29-
# <IfModule itk.c>
30-
# AssignUserID %user% %group%
31-
# </IfModule>
3224

3325
<FilesMatch \.php$>
3426
SetHandler "proxy:unix:/run/php/php5.6-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-70.stpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
SSLCertificateFile %ssl_crt%
2525
SSLCertificateKeyFile %ssl_key%
2626
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
27-
# <IfModule mod_ruid2.c>
28-
# RMode config
29-
# RUidGid %user% %group%
30-
# RGroups www-data
31-
# </IfModule>
32-
# <IfModule itk.c>
33-
# AssignUserID %user% %group%
34-
# </IfModule>
3527

3628
<FilesMatch \.php$>
3729
SetHandler "proxy:unix:/run/php/php7.0-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-70.tpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
AllowOverride All
2222
Options +Includes -Indexes +ExecCGI
2323
</Directory>
24-
# <IfModule mod_ruid2.c>
25-
# RMode config
26-
# RUidGid %user% %group%
27-
# RGroups www-data
28-
# </IfModule>
29-
# <IfModule itk.c>
30-
# AssignUserID %user% %group%
31-
# </IfModule>
3224

3325
<FilesMatch \.php$>
3426
SetHandler "proxy:unix:/run/php/php7.0-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-71.stpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
SSLCertificateFile %ssl_crt%
2525
SSLCertificateKeyFile %ssl_key%
2626
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
27-
# <IfModule mod_ruid2.c>
28-
# RMode config
29-
# RUidGid %user% %group%
30-
# RGroups www-data
31-
# </IfModule>
32-
# <IfModule itk.c>
33-
# AssignUserID %user% %group%
34-
# </IfModule>
3527

3628
<FilesMatch \.php$>
3729
SetHandler "proxy:unix:/run/php/php7.1-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-71.tpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
AllowOverride All
2222
Options +Includes -Indexes +ExecCGI
2323
</Directory>
24-
# <IfModule mod_ruid2.c>
25-
# RMode config
26-
# RUidGid %user% %group%
27-
# RGroups www-data
28-
# </IfModule>
29-
# <IfModule itk.c>
30-
# AssignUserID %user% %group%
31-
# </IfModule>
3224

3325
<FilesMatch \.php$>
3426
SetHandler "proxy:unix:/run/php/php7.1-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-72.stpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
SSLCertificateFile %ssl_crt%
2525
SSLCertificateKeyFile %ssl_key%
2626
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
27-
# <IfModule mod_ruid2.c>
28-
# RMode config
29-
# RUidGid %user% %group%
30-
# RGroups www-data
31-
# </IfModule>
32-
# <IfModule itk.c>
33-
# AssignUserID %user% %group%
34-
# </IfModule>
3527

3628
<FilesMatch \.php$>
3729
SetHandler "proxy:unix:/run/php/php7.2-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-72.tpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
AllowOverride All
2222
Options +Includes -Indexes +ExecCGI
2323
</Directory>
24-
# <IfModule mod_ruid2.c>
25-
# RMode config
26-
# RUidGid %user% %group%
27-
# RGroups www-data
28-
# </IfModule>
29-
# <IfModule itk.c>
30-
# AssignUserID %user% %group%
31-
# </IfModule>
3224

3325
<FilesMatch \.php$>
3426
SetHandler "proxy:unix:/run/php/php7.2-fpm-%domain%.sock|fcgi://localhost/"

install/deb/multiphp/apache2/PHP-73.stpl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
SSLCertificateFile %ssl_crt%
2525
SSLCertificateKeyFile %ssl_key%
2626
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
27-
# <IfModule mod_ruid2.c>
28-
# RMode config
29-
# RUidGid %user% %group%
30-
# RGroups www-data
31-
# </IfModule>
32-
# <IfModule itk.c>
33-
# AssignUserID %user% %group%
34-
# </IfModule>
3527

3628
<FilesMatch \.php$>
3729
SetHandler "proxy:unix:/run/php/php7.3-fpm-%domain%.sock|fcgi://localhost/"

0 commit comments

Comments
 (0)