From owner-FreeBSD-users-jp@jp.FreeBSD.org Tue May 29 13:19:34 2007
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id l4T4JYn06811;
	Tue, 29 May 2007 13:19:34 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from icarus.webserversystems.com (icarus.webserversystems.com [209.59.158.2])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id l4T4JXM06805
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Tue, 29 May 2007 13:19:33 +0900 (JST)
	(envelope-from hiroaki@sakuma.ne.jp)
Received: from 203.141.150.39.static.zoot.jp ([203.141.150.39] helo=sakuma.ne.jp)
	by icarus.webserversystems.com with esmtpa (Exim 4.63)
	(envelope-from <hiroaki@sakuma.ne.jp>)
	id 1HstBB-0003nw-Sq
	for FreeBSD-users-jp@jp.FreeBSD.org; Tue, 29 May 2007 00:19:30 -0400
From: Hiroaki Sakuma <hiroaki@sakuma.ne.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
X-Mailer: HidemaruMail 4.75
In-Reply-To: <2230c64c9872bd791e28fc02f6123a59@gd5.so-net.ne.jp>
References: <2230c64c9872bd791e28fc02f6123a59@gd5.so-net.ne.jp>
Message-Id: <48C7A1A88A7DFAhiroaki@sakuma.ne.jp>
X-Antivirus-Scanner: This message has been scanned by ClamAV.
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - icarus.webserversystems.com
X-AntiAbuse: Original Domain - jp.freebsd.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - sakuma.ne.jp
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Tue, 29 May 2007 13:19:25 +0900
X-Sequence: FreeBSD-users-jp 90728
Subject: [FreeBSD-users-jp 90728] Re: apache22
 =?ISO-2022-JP?B?GyRCJE5AX0RqGyhC?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: hiroaki@sakuma.ne.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$B:45W4V$G$9!%(B


$B:#!$;n$7$F$k%V%i%&%6$N%^%7%s$+$i!$(BApache $B$rF0$+$7$?$$3:Ev%^%7%s$KBP$7!$(Bpong $B$OJV(B
$B$C$F$-$^$9$+!)(B

# ping 192.168.0.7

$B$3$l$,JV$C$F$/$k$J$i!$%M%C%H%o!<%/$G$O$"$j$^$;$s$h$M!%(B


$B<!$K!$(B/etc/rc.conf $B$rJT=8$7$?$3$H$r3NG'$9$k$?$a$K!$(B

APACHE-MACHINE# /usr/local/etc/rc.d/apache22 rcvar
# apache22
$apache22_enable=YES

$B$H$$$&JV;v$,JV$C$F$3$J$$$H!$(Brc.conf $B$N5-=R$,4V0c$C$F$$$^$9!%(B


$B<!$K!$(Bstart $B$7$F!$(Bps $B%3%^%s%I$G3NG'$7$^$9!%(B

APACHE-MACHINE# /usr/local/etc/rc.d/apache22 start
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
[Tue May 29 04:10:37 2007] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter
(2007-05-29 4:10:38) shichi.bitcoffee.net
/home/bitcoffee# ps auxww | grep httpd
root      96746  2.0  0.3  6432  4360  ??  Ss    4:10AM   0:00.18 /usr/local/sbin/httpd -DNOHTTPACCEPT
www       96747  0.0  0.3  6468  4412  ??  S     4:10AM   0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
www       96748  0.0  0.3  6432  4360  ??  S     4:10AM   0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
www       96749  0.0  0.3  6432  4360  ??  S     4:10AM   0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
www       96750  0.0  0.3  6432  4360  ??  S     4:10AM   0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
www       96751  0.0  0.3  6432  4360  ??  S     4:10AM   0:00.00 /usr/local/sbin/httpd -DNOHTTPACCEPT
root      96754  0.0  0.0  1544   648  p0  RL+   4:10AM   0:00.00 grep httpd


"Failed to enable the 'httpready' Accept Filter" $B$O%G%U%)%k%H$G=P$F$-$^$9$,!$(B
$B%o!<%K%s$J$N$GLdBj$"$j$^$;$s!%(B


$B$^$?!$(Bports $B$+$iF~$l$?$@$1$G$O!$A4$F$N%G%#%l%/%H%j$X$N%"%/%;%9$,5qH]$5$l$F$$$k$N(B
$B$G!$(Bhttpd.conf $B$NJT=8$,I,MW$G$9!%(B


146 <Directory />
147     AllowOverride None
148     Order deny,allow
149     Deny from all
150 </Directory>


$B$"$H!$9M$($i$l$k$N$O!$(Bhostname $B$,@_Dj$5$l$F$$$J$$>l9g$G$9!%(B

# hostname

$B2?$bJV$C$F$3$J$$>l9g$O!$(B/etc/rc.conf $B$K!$(B


hostname="hogehoge"

$B",EvA3!$(B/etc/hosts $B$KDI5-$,I,MW$G$9!%(B

$B$rDI2C!$(B

APACHE-MACHINE# hostname hogehoge


> $B$H$7$^$7$?!#$3$3$G!"(Bmozilla$BEy$N%V%i%&%6$G!"(B
> 
> http://192.168.0.7
> 
> $B$H$d$k$H!"@\B35qH]$N%"%i!<%H$,=P$F$/$k$C$F;OKv$G$9!#F1MM$N$3$H$r(Bfedora$B$G$d$k(B
> $B$H!"$-$A$s$H(B/var/www/html$B$NFbMF(B
> $B$,I=<($5$l$k$K$G$9$,!#!#!#(B
> $B$I$&$+!"$h$m$7$/$*4j$$$7$^$9!#$A$J$_$K(BBIND$B$N@_Dj$OA4$/$$$8$C$F$^$;$s!#@\B3<B(B
> $B83$H$7$F(B/etc/hosts$B$G<B9T$7$^$7$?!#(B
> $B$R$h$C$H$7$?$i$=$l$,860x$+$H$b9M$($F$$$^$9$,!#(B



=====================
Hiroaki Sakuma
 hiroaki@sakuma.ne.jp
