[6bone] IPv6 only Website.

Daniel Austin Daniel Austin" <daniel@kewlio.net
Wed, 14 May 2003 14:58:00 +0100


Hi Gav,

We have our PHP mirror running successfully on both v4 and v6 using Apache 2.0.45 at http://uk.php.net/

Apache2 requires --enable-ipv6 on the configure line, and then the configuration is the same as IPv4 except that v6 addresses must
be surrounded by square brackets.

for example (from our apache2 config):

--cut--
Listen [3ffe:4005:fefe::80:4]:80
NameVirtualHost [3ffe:4005:fefe::80:4]:80
<VirtualHost [3ffe:4005:fefe::80:4]:80>
ServerName uk.php.net
ServerAdmin daniel@kewlio.net
DocumentRoot /usr/home/phpmirror/public_html
php_value include_path .:/usr/home/phpmirror/public_html/include
ErrorLog /usr/home/phpmirror/error_log
CustomLog /usr/home/phpmirror/access_log combined
DirectoryIndex index.php
ErrorDocument 404 /error/index.php
ErrorDocument 403 /error/index.php
ErrorDocument 401 /error/index.php
AddType application/octet-stream .chm .bz2 .tgz
AddType application/x-pilot .prc .pdb
SetEnv MIRROR_LANGUAGE "en"
SetEnv HTSEARCH_PROG /usr/local/htdig/bin/htphp.sh
SetEnv HTSEARCH_EXCLUDE "/print/ /printwn/ /manual/howto/ /cal.php"
# next line is only necessary if generating stats (see stats/README.stats)
Alias /stats/ /usr/home/phpmirror/public_html/stats/
#SetEnv MIRROR_STATS 1
</VirtualHost>
--cut--


With Thanks,

Daniel Austin,
Managing Director,
Kewlio.net Limited.
<daniel@kewlio.net>

----- Original Message ----- 
From: "Gav" <old_mc_donald@hotmail.com>
To: <6bone@ISI.EDU>
Sent: Wednesday, May 14, 2003 1:58 PM
Subject: [6bone] IPv6 only Website.


> Hi All,
>
> Does anyone here run IPv6 only websites hosted on Apache2 ?
>
> I am trying to create a website accessible by v6 only addresses and
> the documentation from Apache regarding v6 addressing is about nil.
>
> Any pointers appreciated.
>
> Thanks
>
> Gav...
>
>
> ---
> Checked for Viruses (Viri) , Gav...
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.478 / Virus Database: 275 - Release Date: 6/05/2003
> _______________________________________________
> 6bone mailing list
> 6bone@mailman.isi.edu
> http://mailman.isi.edu/mailman/listinfo/6bone
>