From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 12:34:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EFF716A407 for ; Fri, 20 Apr 2007 12:34:47 +0000 (UTC) (envelope-from rocque.m@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id BDB6213C46E for ; Fri, 20 Apr 2007 12:34:46 +0000 (UTC) (envelope-from rocque.m@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so913675wxc for ; Fri, 20 Apr 2007 05:34:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BVQdlOHR5eZWsnDgF0VMeFZy0qe84ScSKQ0J8rDj/gJdgiyJwo+G+2LwJPwBeT/D1mipHtGLGtkUi8c3S4omMSoItuvH0B/0EJUumLUQXUHH8nH9qSZvx1d8Ly+6hhmgPa6nE0Y6wI7QPpQ26eDsa7oxKM6O3XTLb14Qd/Uu10A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EJLpSu4D6DSKJZvx6SvjX2gLIdfmDXVR0/bdtx5HavN4/zsagoKb50qKdweVY9+UTLscGjkdqrB6Y2te+vGTtpljOEFxR0WXRkChV3tzPxibLRBfXAVPidQwmDMHJBm4QcCjN+wO5165kDcwGX3frPybVG+SyuYnQojBrWjJZpY= Received: by 10.90.118.8 with SMTP id q8mr2830086agc.1177070815796; Fri, 20 Apr 2007 05:06:55 -0700 (PDT) Received: by 10.90.118.18 with HTTP; Fri, 20 Apr 2007 05:06:55 -0700 (PDT) Message-ID: <3c71dfeb0704200506u2be97b9o9d9c0cddfa4af1e@mail.gmail.com> Date: Fri, 20 Apr 2007 08:06:55 -0400 From: "Marc Rocque" To: "Luke Jee" In-Reply-To: <80B0CB27-A599-465A-B5ED-43B50BCFEC48@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704192308.05340.beech@alaskaparadise.com> <80B0CB27-A599-465A-B5ED-43B50BCFEC48@gmail.com> Cc: dhaneshk k , net@mail.arrishq.net, freebsd-questions@freebsd.org, beech@alaskaparadise.com Subject: Re: apache server, zope server cant access through webbrowser X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 12:34:47 -0000 Dhanesh, You also may want to run nmap against your localhost to see that port 80 is serving. Also start a tcpdump session to get a handle on how packets are flowing for your port 80, 8080 requests. Marc On 4/20/07, Luke Jee wrote: > /usr/local/etc/rc.d/apache22 rcvar > be sure, apache22_enable=YES > if not, > echo apache22_enable=\"YES\" >> /etc/rc.conf.local > > then > apachectl start > > run > sockstat -4l | grep ':80' > check http 80 port is listenning > > Luke Jee > > > On Apr 20, 2007, at 3:08 PM, Beech Rintoul wrote: > > > On Thursday 19 April 2007, dhaneshk k said: > >> HI all, > >> > >> I installed FreeBSD6.0 server in my Intel P4 machine , and I > >> installed apache-2.2 webserver through /usr/ports and when I tried > >> to > >> > >> start my webserver by /usr/local/sbin/apachectl command , > >> But when I pointing the url http://localhost in my > >> mozillafirefox(Gnome2.18 configured in this machine ) I am getting > >> an error " refused the connection The server may be busy Or may > >> have a network connection problem in mY browser window , but > >> using this browser I can able to access all internet sites and > >> search engines . > > > > Check /var/log/httpd-error.log for errors. Your webserver may not be > > started. Also check ps waux | grep httpd to see if you have any httpd > > processes running. > > > > Even minor config file errors will keep apache from starting. > > > > Beech > >> > >> > >> Second thing , I installed Zope29 via /usr/ports/www/zope and > >> made all the instance dir and configuration for zope , > >> > >> but here also same problem when I started my zope instance by > >> using the ZopeInstance/bin/zopectl > >> > >> start command the process is starting , > >> but when I point the URl > >> http://localhost:8080 > >> > >> same error (refused the connection The server may be busy Or may > >> have a network connection problem in My browser window ) > >> > >> I tried http://127.0.0.1:8080 same error > >> > >> then tried http://192.168.31.25:8080 (same error here this is > >> the ip of my machine ) > >> > >> > >> At last I tried telnet 127.0.0.1 8080 its not connecting > >> > >> but the smtp port i tried (telnet 127.0.0.1 25 ) its connecting > >> > >> > >> Can anybody help me to sove this issue please. > >> > >> Thanks in Advance > >> dhanesh > >> > >> _________________________________________________________________ > >> Spice up your IM conversations. New, colorful and animated > >> emoticons. Get chatting! http://server1.msn.co.in/SP05/emoticons/ > >> > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to > >> "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > -- > > ---------------------------------------------------------------------- > > ----------------- > > Beech Rintoul - Port Maintainer - beech@alaskaparadise.com > > /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x > > \ / - NO HTML/RTF in e-mail | http://www.freebsd.org > > X - NO Word docs in e-mail | Latest Release: > > / \ - http://www.freebsd.org/releases/6.2R/announce.html > > ---------------------------------------------------------------------- > > ----------------- > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions- > > unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >