SOURCES: apache-mod_nss-config.patch - load module directive
glen
glen at pld-linux.org
Tue Jun 17 08:18:31 CEST 2008
Author: glen Date: Tue Jun 17 06:18:31 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- load module directive
---- Files affected:
SOURCES:
apache-mod_nss-config.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_nss-config.patch
diff -u SOURCES/apache-mod_nss-config.patch:1.1 SOURCES/apache-mod_nss-config.patch:1.2
--- SOURCES/apache-mod_nss-config.patch:1.1 Tue Jun 17 07:04:03 2008
+++ SOURCES/apache-mod_nss-config.patch Tue Jun 17 08:18:25 2008
@@ -1,6 +1,19 @@
---- mod_nss-1.0.7/nss.conf.in 2008-06-17 08:01:20.271920831 +0300
-+++ mod_nss-1.0.7/nss.conf.in 2008-06-17 08:02:20.707400929 +0300
-@@ -15,5 +15,5 @@
+diff -U2 mod_nss-1.0.7/nss.conf.in mod_nss-1.0.7/nss.conf.in
+--- mod_nss-1.0.7/nss.conf.in 2008-06-17 08:02:20.707400929 +0300
++++ mod_nss-1.0.7/nss.conf.in 2008-06-17 09:14:46.944230209 +0300
+@@ -1,3 +1,4 @@
+-#
++LoadModule nss_module modules/libmodnss.so
++
+ # This is the Apache server configuration file providing SSL support using.
+ # the mod_nss plugin. It contains the configuration directives to instruct
+@@ -9,4 +10,5 @@
+ #
+
++<IfModule mod_nss.c>
+ #
+ # When we also provide SSL we have to listen to the
+@@ -15,5 +17,5 @@
# Note: Configurations that use IPv6 but not IPv4-mapped addresses need two
-# Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
+# Listen directives: "Listen [::]:8443" and "Listen 0.0.0.0:8443"
@@ -8,8 +21,7 @@
-Listen 443
+Listen 8443
-@@ -68,17 +68,17 @@
- ## SSL Virtual Host Context
+@@ -69,15 +71,15 @@
##
-<VirtualHost _default_:443>
@@ -30,13 +42,12 @@
+#TransferLog logs/access_log
LogLevel warn
- # SSL Engine Switch:
-@@ -189,7 +189,7 @@
- <Files ~ "\.(cgi|shtml|phtml|php3?)$">
+@@ -190,5 +192,5 @@
NSSOptions +StdEnvVars
</Files>
-<Directory "@apache_prefix@/cgi-bin">
+<Directory "/home/services/httpd/cgi-bin">
NSSOptions +StdEnvVars
</Directory>
-
+@@ -203,0 +206 @@
++</IfModule>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-mod_nss-config.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list