Date: Thu, 30 Jan 2003 22:20:18 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= <gannater@freemail.hu> To: freebsd-questions@FreeBSD.ORG Subject: Apache Message-ID: <freemail.20030030222018.68890@fm13.freemail.hu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?freemail.20030030222018.68890>