]> git.pld-linux.org Git - packages/apache-mod_nss.git/blob - apache-mod_nss-config.patch
- patch default config
[packages/apache-mod_nss.git] / apache-mod_nss-config.patch
1 --- mod_nss-1.0.7/nss.conf.in   2008-06-17 08:01:20.271920831 +0300
2 +++ mod_nss-1.0.7/nss.conf.in   2008-06-17 08:02:20.707400929 +0300
3 @@ -15,5 +15,5 @@
4  # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two
5 -#       Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443"
6 +#       Listen directives: "Listen [::]:8443" and "Listen 0.0.0.0:8443"
7  #
8 -Listen 443
9 +Listen 8443
10  
11 @@ -68,17 +68,17 @@
12  ## SSL Virtual Host Context
13  ##
14  
15 -<VirtualHost _default_:443>
16 +<VirtualHost _default_:8443>
17  
18  #   General setup for the virtual host
19 -#DocumentRoot "@apache_prefix@/htdocs"
20 -#ServerName www.example.com:443
21 +#DocumentRoot "/home/services/httpd/html"
22 +#ServerName www.example.com:8443
23  #ServerAdmin you@example.com
24  
25  # mod_nss can log to separate log files, you can choose to do that if you'd like
26  # LogLevel is not inherited from httpd.conf.
27 -#ErrorLog @apache_prefix@/logs/error_log
28 -#TransferLog @apache_prefix@/logs/access_log
29 +#ErrorLog logs/error_log
30 +#TransferLog logs/access_log
31  LogLevel warn
32  
33  #   SSL Engine Switch:
34 @@ -189,7 +189,7 @@
35  <Files ~ "\.(cgi|shtml|phtml|php3?)$">
36      NSSOptions +StdEnvVars
37  </Files>
38 -<Directory "@apache_prefix@/cgi-bin">
39 +<Directory "/home/services/httpd/cgi-bin">
40      NSSOptions +StdEnvVars
41  </Directory>
42  
This page took 0.09466 seconds and 3 git commands to generate.