/[smecontribs]/rpms/smeserver-BackupPC/contribs10/smeserver-BackupPC-0.2-Add-extra-loadmodules-in-httpd.conf.patch
ViewVC logotype

Contents of /rpms/smeserver-BackupPC/contribs10/smeserver-BackupPC-0.2-Add-extra-loadmodules-in-httpd.conf.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Nov 27 12:21:05 2020 UTC (3 years, 5 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-BackupPC-0_2-8_el7_sme, smeserver-BackupPC-0_2-5_el7_sme, smeserver-BackupPC-0_2-9_el7_sme, smeserver-BackupPC-0_2-6_el7_sme, smeserver-BackupPC-0_2-7_el7_sme, smeserver-BackupPC-0_2-10_el7_sme, smeserver-BackupPC-0_2-15_el7_sme, smeserver-BackupPC-0_2-13_el7_sme, smeserver-BackupPC-0_2-14_el7_sme, smeserver-BackupPC-0_2-11_el7_sme, smeserver-BackupPC-0_2-12_el7_sme, HEAD
* Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-5.sme
- Add in extra Loadmodules to httpd.conf [SME: 11055]

1 diff -urN smeserver-BackupPC-0.2.old/root/etc/e-smith/templates/etc/httpd/bkpc-conf/httpd.conf/20Modules smeserver-BackupPC-0.2/root/etc/e-smith/templates/etc/httpd/bkpc-conf/httpd.conf/20Modules
2 --- smeserver-BackupPC-0.2.old/root/etc/e-smith/templates/etc/httpd/bkpc-conf/httpd.conf/20Modules 2008-10-06 15:07:54.000000000 +0100
3 +++ smeserver-BackupPC-0.2/root/etc/e-smith/templates/etc/httpd/bkpc-conf/httpd.conf/20Modules 2020-11-27 12:00:21.933824755 +0000
4 @@ -48,6 +48,11 @@
5 setenvif
6 ssl
7 cgi
8 + mpm_prefork
9 + unixd
10 + access_compat
11 + authn_core
12 + authz_core
13 ))
14 {
15 next unless -f "/usr/lib/httpd/modules/mod_${_}.so" ||
16 diff -urN smeserver-BackupPC-0.2.old/root/etc/httpd/bkpc-conf/httpd.conf smeserver-BackupPC-0.2/root/etc/httpd/bkpc-conf/httpd.conf
17 --- smeserver-BackupPC-0.2.old/root/etc/httpd/bkpc-conf/httpd.conf 2013-11-12 18:07:16.000000000 +0000
18 +++ smeserver-BackupPC-0.2/root/etc/httpd/bkpc-conf/httpd.conf 2020-11-27 11:57:57.434474891 +0000
19 @@ -55,6 +55,13 @@
20 LoadModule ssl_module modules/mod_ssl.so
21 LoadModule cgi_module modules/mod_cgi.so
22
23 +LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
24 +LoadModule unixd_module modules/mod_unixd.so
25 +LoadModule access_compat_module modules/mod_access_compat.so
26 +LoadModule authn_core_module modules/mod_authn_core.so
27 +LoadModule : modules/mod_authz_core.so
28 +
29 +
30 PidFile /var/run/httpd-bkpc.pid
31 ScoreBoardFile /var/run/httpd-bkpc.scoreboard
32 UseCanonicalName off

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed