From owner-freebsd-questions Thu Jan 30 13:20:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0125A37B401 for ; Thu, 30 Jan 2003 13:20:27 -0800 (PST) Received: from fmx2.freemail.hu (fmx2.freemail.hu [195.228.242.222]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DCEB43F43 for ; Thu, 30 Jan 2003 13:20:25 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 76197 invoked from network); 30 Jan 2003 22:20:18 +0100 Received: from fm13.freemail.hu (195.228.242.214) by fmx2.freemail.hu with SMTP; 30 Jan 2003 22:20:18 +0100 Received: (qmail 68908 invoked by uid 3644897); 30 Jan 2003 22:20:18 +0100 Date: Thu, 30 Jan 2003 22:20:18 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: Apache To: freebsd-questions@FreeBSD.ORG Message-ID: X-Originating-IP: [62.201.65.171] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I would like to enable ssl for apache. So I can have a website at https:// I compiled mod_ssl to my existing apache configuration. When I say apachectl configtest a whole error log comes up... How can I do this ssl thing correctly? Where should I put the homepages to be availible at https:// ? What should I have in the httpd.conf file? The errors: [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_vhost_alias.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_mime_magic.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_info.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_speling.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_rewrite.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_auth_anon.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_auth_db.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_digest.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/libproxy.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_cern_meta.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_expires.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_headers.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_usertrack.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_unique_id.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:34 2003] [warn] Loaded DSO libexec/apache/mod_zap.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:35 2003] [warn] Loaded DSO libexec/apache/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:35 2003] [warn] Loaded DSO libexec/apache/mod_layout.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Jan 30 22:18:35 2003] [warn] Loaded DSO libexec/apache/mod_cvs.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Syntax OK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message