Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 3440 invoked by uid 500); 31 Mar 2003 14:58:47 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 3386 invoked from network); 31 Mar 2003 14:58:45 -0000 Received: from smtp.infores.com (192.152.134.67) by daedalus.apache.org with SMTP; 31 Mar 2003 14:58:45 -0000 Received: FROM chiexbr0.infores.com BY smtp.infores.com ; Mon Mar 31 08:58:33 2003 -0600 Received: from FRMSE01.fr.infores.com ([170.118.115.19]) by chiexbr0.infores.com with Microsoft SMTPSVC(5.0.2195.5329); Mon, 31 Mar 2003 08:58:33 -0600 Received: from infores.com ([170.118.44.45]) by FRMSE01.fr.infores.com with Microsoft SMTPSVC(5.0.2195.5329); Mon, 31 Mar 2003 16:58:31 +0200 Message-ID: <3E885796.8010007@infores.com> Date: Mon, 31 Mar 2003 16:58:30 +0200 From: Laurent Blume User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: fr, de MIME-Version: 1.0 To: users@httpd.apache.org References: <6C1A849C8F00754FB491F504EB3B8BF106F7D925@MGEX0001.themeganet.com> In-Reply-To: <6C1A849C8F00754FB491F504EB3B8BF106F7D925@MGEX0001.themeganet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 31 Mar 2003 14:58:31.0798 (UTC) FILETIME=[FEDE8960:01C2F795] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] sssl starts but i get an error message with my virtual host conta iners batristain@mediageneral.com wrote: > Hey, > Here's an interesting thing - I did get ssl to start so it is running now > but I still get that error message and I believe it's due to the fact that > mod_ssl isn't installed - I can't get it installed b/c the version of > apache that I have is 2.044 and the version of openssl is 0.97 or .96 (gotta > check) but they aren't compatiable - after I do the ./configure it makes it > to the part where it goes to the openssl toolkit and returns an error > message... > > Any ideas of which version of openssl will work with apache 2.044 on a > solaris 9 box? Both work, but 0.9.7 is the current version, and hence recommended. FWIW, here is a (typical ?) configure command line to compile with SSL. You may have to modify it for your own needs. ./configure \ --prefix=/opt/httpd \ --localstatedir=/var/log/httpd \ --enable-modules=most \ --enable-mods-shared=all \ --enable-ssl \ --with-z=/opt/zlib \ --with-ssl=/opt/openssl \ --enable-deflate \ --enable-so Note the --with-ssl=/opt/openssl that tells configure where to look for OpenSSL. Also, check out the configure output, it will say which modules are going to be compiled in, and how (shared or not). > > BTW - here is 1103 - ScriptAlias /cgi-bin/ "/u01/tampa_test/cgi-bin/" Definitely weird. Are you sure apachectl is using the right httpd.conf ? Laurent -- IRI-Secodip www.infores.com 4, rue Andr� Derain mailto:laurent.blume@infores.com F-78240 Chambourcy tel: +33 (0) 130 06 26 80 France fax: +33 (0) 130 65 09 45 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org