Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 83173 invoked by uid 500); 22 Oct 2002 17:55:39 -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 83162 invoked from network); 22 Oct 2002 17:55:39 -0000 Received: from alpha.listingbook.com (HELO listingbook.com) (206.27.7.1) by daedalus.apache.org with SMTP; 22 Oct 2002 17:55:39 -0000 Received: from WS4 (ws4.listingbook.com [206.27.7.8]) by listingbook.com (Postfix) with SMTP id BF67750309 for ; Tue, 22 Oct 2002 14:13:36 -0400 (EDT) Message-ID: <075501c279f4$4a03a850$08071bce@WS4> From: "Jacob Coby" To: References: Date: Tue, 22 Oct 2002 13:56:03 -0400 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.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] installation trouble Try `telnet localhost 80` and then, if it accepts connections, type in "GET / HTTP/1.0" ctrl+m ctrl+j. If you get a response, check out the Server: line. Should be something similar to: Server: Apache/1.3.27 (Unix) PHP/4.2.3 mod_ssl/2.8.11 OpenSSL/0.9.6g The server line will give you an idea of what is listening on port 80. ----- Original Message ----- From: "Dan Stephens" To: Sent: Wednesday, October 22, 2003 1:27 PM Subject: Re: [users@httpd] installation trouble Ok, I reinstalled the tarball after I thought I unstalled the same version. At best I thought I may just be copying over apache-2.0.40 with itself. Everything went ok till i did [root@mail root]# /usr/local/apache2/bin/apachectl start (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Now I understand this to mean that something is already allotted to port 80, but when i do a % netstat -an | grep LISTEN , port 80 isn't shown like there is anything bound to it. I hope some of this makes sense to some of you, thanks, Dan ----- Original Message ----- From: Dan Stephens To: users@httpd.apache.org Sent: Wednesday, October 22, 2003 10:38 AM Subject: [users@httpd] installation trouble I'm running RH 7.2 on my server and was running 1.3.something. I then tried to upgrade to 2.0.4 and in the completion of it have run into some serious problems. -I installed httpd-2.0.40 from a tarball and I think I did it correctly (tar xvf, make, make install, make clean, ./configure), but my box still doesn't seem to be able to find it (service start httpd comes back with httpd isn't installed -I have uninstalled 1.3.whatever successfully, but now my /etc/init.d/httpd file isn't looking to my new version of httpd, not that my box even recognizes the new httpd installed at all. -I am a bit frustrated, as this has been a problem i've had nagging me for quite some time, if anyone could explain to me how to install httpd correctly from a tarball, including how to make the box recognize and start it, please let me know, thank you very much, Dan --------------------------------------------------------------------- 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