Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 29075 invoked by uid 500); 3 Mar 2003 16:00:43 -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 29056 invoked from network); 3 Mar 2003 16:00:43 -0000 Received: from outbound01.telus.net (HELO priv-edtnes62.telusplanet.net) (199.185.220.220) by daedalus.apache.org with SMTP; 3 Mar 2003 16:00:43 -0000 Received: from dellp233 ([161.184.230.140]) by priv-edtnes62.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030303160044.ZQSQ15875.priv-edtnes62.telusplanet.net@dellp233> for ; Mon, 3 Mar 2003 09:00:44 -0700 From: "Mike Treloar" To: Date: Mon, 3 Mar 2003 08:57:00 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C2E162.DA608B40" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-reply-to: <003001c2dfaf$ea7d8280$070aa8c0@netsurf.co.in> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] VirtualHost on Apache 2 ------=_NextPart_000_0000_01C2E162.DA608B40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I found something in the config file that said if no index.html then do something. I deleted this, and now the Virtual Host works. Thanks for all your help. Mike -----Original Message----- From: Nikunj Virani [mailto:nikunj@netsurf.co.in] Sent: Friday, February 28, 2003 10:04 PM To: users@httpd.apache.org Subject: Re: [users@httpd] VirtualHost on Apache 2 1. >[Thu Feb 27 14:13:04 2003] [error] [client 161.184.230.140] Directory index >forbidden by rule: /var/www/html/inof8/ Suggestion: This says that there is no index page inside the /var/www/html/inof8/ directory. Check our the DirectoryIndex directive to set indexes: http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex 2. >[Thu Feb 27 15:18:13 2003] [notice] SIGHUP received. Attempting to restart >[Thu Feb 27 15:18:14 2003] [warn] NameVirtualHost 24.68.136.83:0 has no >VirtualHosts Suggestion: This is just a warning stating you havenot configured any VirtualHost on 24.68.136.83:0 NameVirtualHost 24.68.136.83:80 DocumentRoot /var/www/html/inof8 ServerName inof8.com ServerAlias *.inof8.com DocumentRoot /var/www/html/gabriola ServerName gabriolaisle.com ServerAlias *.gabriolaisle.com 3. (99)Cannot assign requested address: make_sock: could not bind to address >24.68.136.83:80 >no listening sockets available, shutting down >Unable to open logs Suggestions: Do u have any other daemon listening on 80 port ? If possible send your httpd.conf. May be that will help to know the reason. >4.[Fri Feb 28 07:42:26 2003] [notice] Digest: generating secret for digest authentication ... >[Fri Feb 28 07:42:26 2003] [notice] Digest: done >[Fri Feb 28 07:42:28 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations >[Fri Feb 28 07:42:44 2003] [notice] SIGHUP received. Attempting to restart >[Fri Feb 28 07:42:52 2003] [notice] Digest: generating secret for digest authentication ... >[Fri Feb 28 07:42:52 2003] [notice] Digest: done >[Fri Feb 28 07:42:53 2003] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations Suggestions: Just a couple of notices not actual warnings. >I don't know how to configtest. Suggestions: YOUR APACHE PATH/bin/apachectl configtest ------=_NextPart_000_0000_01C2E162.DA608B40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I=20 found something in the config file that said if no index.html then do = something.=20 I deleted this, and now the Virtual Host works.
Thanks=20 for all your help.
 
Mike
-----Original Message-----
From: Nikunj Virani=20 [mailto:nikunj@netsurf.co.in]
Sent: Friday, February 28, = 2003 10:04=20 PM
To: users@httpd.apache.org
Subject: Re: = [users@httpd]=20 VirtualHost on Apache 2

1. >[Thu Feb 27 14:13:04 = 2003] [error]=20 [client 161.184.230.140] Directory index
>forbidden by rule:=20 /var/www/html/inof8/
Suggestion: This says that = there is=20 no index page inside the /var/www/html/inof8/ directory. Check our the = DirectoryIndex directive to set indexes:
http://httpd.apache.org/docs/mod/mod_dir.html#directoryind= ex
 
2. >[Thu Feb 27 15:18:13 2003] = [notice]=20 SIGHUP received. Attempting to restart
>[Thu Feb 27 15:18:14 = 2003] [warn]=20 NameVirtualHost 24.68.136.83:0 has no
>VirtualHosts
Suggestion: This is just a = warning=20 stating you havenot configured any VirtualHost on=20 24.68.136.83:0
NameVirtualHost=20 24.68.136.83:80

<VirtualHost=20 24.68.136.83:80>
        = DocumentRoot=20 /var/www/html/inof8
        = ServerName=20 inof8.com
        ServerAlias=20 *.inof8.com
</VirtualHost>

<VirtualHost=20 24.68.136.83:80>
        = DocumentRoot=20 /var/www/html/gabriola
       =20 ServerName = gabriolaisle.com
       =20 ServerAlias = *.gabriolaisle.com
</VirtualHost>
 
3. (99)Cannot assign = requested=20 address: make_sock: could not bind to address
>24.68.136.83:80
>no listening sockets = available,=20 shutting down
>Unable to open = logs

Suggestions: Do u have = any other=20 daemon listening on 80 port ? If possible send your httpd.conf. May be = that=20 will help to know the reason.
 
>4.[Fri Feb 28 07:42:26 2003] = [notice]=20 Digest: generating secret for digest authentication ...
>[Fri = Feb 28=20 07:42:26 2003] [notice] Digest: done
>[Fri Feb 28 07:42:28 2003] = [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal=20 operations
>[Fri Feb 28 07:42:44 2003] [notice] SIGHUP = received. =20 Attempting to restart
>[Fri Feb 28 07:42:52 2003] [notice] = Digest:=20 generating secret for digest authentication ...
>[Fri Feb 28 = 07:42:52=20 2003] [notice] Digest: done
>[Fri Feb 28 07:42:53 2003] [notice] = Apache/2.0.40 (Red Hat Linux) configured -- resuming normal=20 operations

Suggestions: Just a = couple of=20 notices not actual warnings.
 
>I don't=20 know how to configtest.
Suggestions:=20 YOUR APACHE PATH/bin/apachectl=20 = configtest
------=_NextPart_000_0000_01C2E162.DA608B40--