[Home] [Kuri] [Sysad] [Internet?] [Blog] [Java] [Windows] [Download] [Profile] [Flash] [+] |
% ping6 www.kame.net. PING6(56=40+8+8 bytes) こちらのIPv6アドレス --> 3ffe:501:4819:2000:280:adff:fe71:81fc 16 bytes from 3ffe:501:4819:2000:280:adff:fe71:81fc, icmp_seq=0 hlim=53 time=2105.01 ms 16 bytes from 3ffe:501:4819:2000:280:adff:fe71:81fc, icmp_seq=1 hlim=53 time=7174.48 ms ...(遅い…) |
% tar xfz /some/where/apache_1.3.19.tar.gz % cd apache_1.3.19 % zcat /some/where/apache-1.3.19-v6-20010309a.diff.gz|patch -p1 ...略 % sh configure.v6 ...略 % make ...略 % su # make install ...略 |
*** httpd.conf.default Wed Jun 6 10:48:40 2001 --- httpd.conf Wed Jun 6 10:55:25 2001 *************** *** 177,182 **** --- 177,183 ---- # #Listen 3000 #Listen 12.34.56.78:80 + Listen 192.168.0.11:10080 # Listen can take two arguments. # (this is an extension for supporting IPv6 addresses) *************** *** 339,347 **** # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # ! <IfModule mod_userdir.c> ! UserDir public_html ! </IfModule> # # Control access to UserDir directories. The following is an example --- 340,348 ---- # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # ! #<IfModule mod_userdir.c> ! # UserDir public_html ! #</IfModule> # # Control access to UserDir directories. The following is an example *************** *** 891,904 **** # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # ! #<IfModule mod_proxy.c> ! # ProxyRequests On ! # <Directory proxy:*> ! # Order deny,allow ! # Deny from all ! # Allow from .your_domain.com ! # </Directory> # # Enable/disable the handling of HTTP/1.1 "Via:" headers. --- 892,905 ---- # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # ! <IfModule mod_proxy.c> ! ProxyRequests On ! <Directory proxy:*> ! Order deny,allow ! Deny from all ! Allow from 192.168.0 ! </Directory> # # Enable/disable the handling of HTTP/1.1 "Via:" headers. |
[Home] [Kuri] [Sysad] [Internet?] [Blog] [Java] [Windows] [Download] [Profile] [Flash] [-] | |
usu@usupi.org | Last modified : Wed Jun 6 16:52:55 2001 |