]> git.pld-linux.org Git - packages/apache-mod_nss.git/commitdiff
- load module directive
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jun 2008 06:18:25 +0000 (06:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_nss-config.patch -> 1.2

apache-mod_nss-config.patch

index 2aabf68bc14df351a91ed857f2ad2853d9ef0e70..5b3a77a7f61e03d01081a75559dfabd9045544fb 100644 (file)
@@ -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>
 +#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>
This page took 0.054997 seconds and 4 git commands to generate.