Mageia Bugzilla – Attachment 6031 Details for
Bug 15467
389-admin doesn't start because of wrong mod_nss.so file name in conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
mod_nss.patch
mod_nss.patch (text/plain), 1.42 KB, created by
Thomas Spuhler
on 2015-03-10 17:37:24 CET
(
hide
)
Description:
mod_nss.patch
Filename:
MIME Type:
Creator:
Thomas Spuhler
Created:
2015-03-10 17:37:24 CET
Size:
1.42 KB
patch
obsolete
>diff -ur 389-admin-1.1.35/admserv/cfgstuff/httpd-2.4.conf.in 389-admin-1.1.35-mga/admserv/cfgstuff/httpd-2.4.conf.in >--- 389-admin-1.1.35/admserv/cfgstuff/httpd-2.4.conf.in 2013-08-20 10:08:28.000000000 -0700 >+++ 389-admin-1.1.35-mga/admserv/cfgstuff/httpd-2.4.conf.in 2015-03-09 11:17:37.149969791 -0700 >@@ -132,7 +132,7 @@ > LoadModule rewrite_module @moddir@/mod_rewrite.so > LoadModule cgi_module @moddir@/mod_cgi.so > LoadModule restartd_module @admmoddir@/mod_restartd.so >-LoadModule nss_module @nssmoddir@/libmodnss.so >+LoadModule nss_module @nssmoddir@/mod_nss.so > LoadModule admserv_module @admmoddir@/mod_admserv.so > LoadModule mpm_worker_module @moddir@/mod_mpm_worker.so > LoadModule access_compat_module @moddir@/mod_access_compat.so >diff -ur 389-admin-1.1.35/admserv/cfgstuff/httpd.conf.in 389-admin-1.1.35-mga/admserv/cfgstuff/httpd.conf.in >--- 389-admin-1.1.35/admserv/cfgstuff/httpd.conf.in 2013-08-20 10:08:28.000000000 -0700 >+++ 389-admin-1.1.35-mga/admserv/cfgstuff/httpd.conf.in 2015-03-09 11:18:47.647893789 -0700 >@@ -142,7 +142,7 @@ > LoadModule mem_cache_module @moddir@/mod_mem_cache.so > LoadModule cgi_module @moddir@/mod_cgi.so > LoadModule restartd_module @admmoddir@/mod_restartd.so >-LoadModule nss_module @nssmoddir@/libmodnss.so >+LoadModule nss_module @nssmoddir@/mod_nss.so > LoadModule admserv_module @admmoddir@/mod_admserv.so > > ### Section 2: 'Main' server configuration
diff -ur 389-admin-1.1.35/admserv/cfgstuff/httpd-2.4.conf.in 389-admin-1.1.35-mga/admserv/cfgstuff/httpd-2.4.conf.in --- 389-admin-1.1.35/admserv/cfgstuff/httpd-2.4.conf.in 2013-08-20 10:08:28.000000000 -0700 +++ 389-admin-1.1.35-mga/admserv/cfgstuff/httpd-2.4.conf.in 2015-03-09 11:17:37.149969791 -0700 @@ -132,7 +132,7 @@ LoadModule rewrite_module @moddir@/mod_rewrite.so LoadModule cgi_module @moddir@/mod_cgi.so LoadModule restartd_module @admmoddir@/mod_restartd.so -LoadModule nss_module @nssmoddir@/libmodnss.so +LoadModule nss_module @nssmoddir@/mod_nss.so LoadModule admserv_module @admmoddir@/mod_admserv.so LoadModule mpm_worker_module @moddir@/mod_mpm_worker.so LoadModule access_compat_module @moddir@/mod_access_compat.so diff -ur 389-admin-1.1.35/admserv/cfgstuff/httpd.conf.in 389-admin-1.1.35-mga/admserv/cfgstuff/httpd.conf.in --- 389-admin-1.1.35/admserv/cfgstuff/httpd.conf.in 2013-08-20 10:08:28.000000000 -0700 +++ 389-admin-1.1.35-mga/admserv/cfgstuff/httpd.conf.in 2015-03-09 11:18:47.647893789 -0700 @@ -142,7 +142,7 @@ LoadModule mem_cache_module @moddir@/mod_mem_cache.so LoadModule cgi_module @moddir@/mod_cgi.so LoadModule restartd_module @admmoddir@/mod_restartd.so -LoadModule nss_module @nssmoddir@/libmodnss.so +LoadModule nss_module @nssmoddir@/mod_nss.so LoadModule admserv_module @admmoddir@/mod_admserv.so ### Section 2: 'Main' server configuration
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15467
: 6031 |
6052