From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 07:19:35 2005 Return-Path: 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 CC44C16A4CE for ; Thu, 27 Jan 2005 07:19:35 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFA443D1F for ; Thu, 27 Jan 2005 07:19:34 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j0R7JVae050057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Jan 2005 14:19:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j0R7JUmL096436; Thu, 27 Jan 2005 14:19:30 +0700 (ICT) Date: Thu, 27 Jan 2005 14:19:30 +0700 (ICT) Message-Id: <200501270719.j0R7JUmL096436@banyan.cs.ait.ac.th> From: Olivier Nicole To: gert.cuykens@gmail.com In-reply-to: (message from Gert Cuykens on Thu, 27 Jan 2005 07:49:38 +0100) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: Witch apache, mysql and php do i need ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 07:19:35 -0000 > Also can everybody make a ssl connection or do you have to register a > key or something ? You can make self signed certificate, that means that when accessing your site, a user will be prompted to accept your certificate, saying that no known authority has signed it. Hopefully, he will save the certificate and will not be asked anymore. Olivier