Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3417 invoked from network); 23 Jun 2004 01:11:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 01:11:30 -0000 Received: (qmail 77410 invoked by uid 500); 23 Jun 2004 01:11:01 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 77237 invoked by uid 500); 23 Jun 2004 01:10:57 -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 76660 invoked by uid 99); 23 Jun 2004 01:10:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [64.2.38.150] (HELO amazon.spikesource.com) (64.2.38.150) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 22 Jun 2004 18:10:45 -0700 Received: from congo (congo [172.16.20.215]) by amazon.spikesource.com (8.12.8/8.12.8) with ESMTP id i5N1ADpW029815 for ; Tue, 22 Jun 2004 18:10:13 -0700 From: Abhishek Khandelwal To: users@httpd.apache.org In-Reply-To: References: <00f201c45890$f338b010$3533fea9@Avatar> <01a901c458b1$9cc6dab0$3533fea9@Avatar> Content-Type: text/plain Message-Id: <1087952740.22341.7.camel@congo.spikesource.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 22 Jun 2004 18:05:40 -0700 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Subject: Re: [users@httpd] version 2.0.49 config issue X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am getting another strange problem. I compile and install apache 2.0.49 for both fedora core 1 and red-hat linux. Everything seems okay, and installs properly. When I start httpd manually, it start running and when I do wget using http://localhost It works fine in both the machines. But, when I run the test provided my perl-testframework. And try to run the server using t/TEST -httpd-start, the server starts perfectly on Fedora core but it dies immediately with exit code 255 on Red-hat machine. Looking at the error log, in t/log/error_log directory, I see the error: [error] (38)Function not implemented: Cannot create SSLMutex Here is the complete error log: ----------------------------------------------------------------------- [Tue Jun 22 17:43:02 2004] [info] Init: Initializing OpenSSL library [Tue Jun 22 17:43:02 2004] [info] Init: Seeding PRNG with 136 bytes of entropy [Tue Jun 22 17:43:02 2004] [info] Loading certificate & private key of SSL-aware server [Tue Jun 22 17:43:02 2004] [debug] ssl_engine_pphrase.c(468): unencrypted RSA private key - pass phrase not required [Tue Jun 22 17:43:02 2004] [info] Loading certificate & private key of SSL-aware server [Tue Jun 22 17:43:02 2004] [debug] ssl_engine_pphrase.c(468): unencrypted RSA private key - pass phrase not required [Tue Jun 22 17:43:02 2004] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Tue Jun 22 17:43:02 2004] [info] Init: Generating temporary DH parameters (512/1024 bits) [Tue Jun 22 17:43:02 2004] [error] (38)Function not implemented: Cannot create SSLMutex ------------------------------------------------------------------------ Ideas??? Abhishek On Tue, 2004-06-22 at 18:00, Joshua Slive wrote: > On Wed, 23 Jun 2004 00:35:31 +0100, Henrik Vendelbo > wrote: > > > > When I try to access the server through my isp using the wan ip I get > > Connection refused. The log shows nothing. > > > > When I try to access the server from a WinXP pc on the LAN using telnet or > > web browser. I get connection refused. > > This definitely sounds like a networking issue, not an apache > configuration problem. Not much you can do until you get that port > properly opened. > > Joshua. > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- 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