]> git.pld-linux.org Git - packages/apache-mod_nss.git/commitdiff
- patch default config
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jun 2008 05:04:03 +0000 (05:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- not conflicting with mod_ssl due listening on 8443 port by default

Changed files:
    apache-mod_nss-config.patch -> 1.1

apache-mod_nss-config.patch [new file with mode: 0644]

diff --git a/apache-mod_nss-config.patch b/apache-mod_nss-config.patch
new file mode 100644 (file)
index 0000000..2aabf68
--- /dev/null
@@ -0,0 +1,42 @@
+--- 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 @@
+ # 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"
+ #
+-Listen 443
++Listen 8443
+@@ -68,17 +68,17 @@
+ ## SSL Virtual Host Context
+ ##
+-<VirtualHost _default_:443>
++<VirtualHost _default_:8443>
+ #   General setup for the virtual host
+-#DocumentRoot "@apache_prefix@/htdocs"
+-#ServerName www.example.com:443
++#DocumentRoot "/home/services/httpd/html"
++#ServerName www.example.com:8443
+ #ServerAdmin you@example.com
+ # mod_nss can log to separate log files, you can choose to do that if you'd like
+ # LogLevel is not inherited from httpd.conf.
+-#ErrorLog @apache_prefix@/logs/error_log
+-#TransferLog @apache_prefix@/logs/access_log
++#ErrorLog logs/error_log
++#TransferLog logs/access_log
+ LogLevel warn
+ #   SSL Engine Switch:
+@@ -189,7 +189,7 @@
+ <Files ~ "\.(cgi|shtml|phtml|php3?)$">
+     NSSOptions +StdEnvVars
+ </Files>
+-<Directory "@apache_prefix@/cgi-bin">
++<Directory "/home/services/httpd/cgi-bin">
+     NSSOptions +StdEnvVars
+ </Directory>
This page took 0.094545 seconds and 4 git commands to generate.