From owner-freebsd-questions Thu Dec 27 10:29:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by hub.freebsd.org (Postfix) with ESMTP id 26EB337B420 for ; Thu, 27 Dec 2001 10:29:50 -0800 (PST) Received: from pcow035o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 27 Dec 2001 18:29:49 +0000 Received: from gdmckee.local (unverified) by pcow035o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 27 Dec 2001 18:29:49 +0000 Received: from [192.168.0.10] (helo=p1000) by gdmckee.local with smtp (Exim 3.33 #1) id 16JfHc-000Lyp-00 for freebsd-questions@freebsd.org; Thu, 27 Dec 2001 18:29:36 +0000 Message-ID: <008101c18f04$73887b50$0a00a8c0@p1000> From: "G D McKee" To: "Freebsd-Questions@Freebsd. Org (E-mail)" Subject: apache+mod_ssl-1.3.22+2.8.5_1 + mod_frontpage Date: Thu, 27 Dec 2001 18:29:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Hi I have these two ports configure on the one machine and have got apache working with http and https which is fine. When I added the FrontPage port I noted that a different apache.sh file was created. How do I merge the two together to get the whole system working? I tried a startssl instead of start as shown below. start) if [ -x ${PREFIX}/sbin/apachectl ] then new_key ${PREFIX}/sbin/apachectl startssl && echo -n ' httpd' fi ;; Has anyone got any ideas? Thanks in advance Gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message