[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#558234: apache2.2-common: open 443 in ports.conf for mod_gnutls.c



Package: apache2.2-common
Version: 2.2.14-3
Severity: wishlist
Tags: patch

Please could you add this stanza in ports.conf to open 443 for
mod_gnutls.c?

Thanks

-- Package-specific info:
List of /etc/apache2/mods-enabled/*.load:
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi deflate dir env gnutls mime
  negotiation php5 setenvif status

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -ur apache2-2.2.14.old/debian/config-dir/ports.conf apache2-2.2.14/debian/config-dir/ports.conf
--- apache2-2.2.14.old/debian/config-dir/ports.conf	2009-11-27 10:12:00.000000000 +0100
+++ apache2-2.2.14/debian/config-dir/ports.conf	2009-11-27 10:15:18.000000000 +0100
@@ -16,3 +16,7 @@
     # supported by MSIE on Windows XP.
     Listen 443
 </IfModule>
+
+<IfModule mod_gnutls.c>
+    Listen 443
+</IfModule>

Reply to: