[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache Virtual host confuration and logging under IPv6



On Thu, 10 Aug 2000, Hideaki YOSHIFUJI wrote:

> In article <[🔎] Pine.GSO.3.96LJ1.1b7.1000809171519.9022H-100000@ryouko.dgim.crc.ca> (at Wed, 9 Aug 2000 17:20:18 -0400 (EDT)), "William F. Maton" <wmaton@ryouko.dgim.crc.ca> says:
> 
> > My problem is that the logs for my regular IPv4 virtual host and the
> > virtual host above are being dumped into the main server's log files.  And
> > I get this in the main server's log:
> 
> Configuration for IPv4 virtual hosts?
> They should be like this:
> <VirtualHost [::ffff:1.2.3.4]:80>
> :
> </VirtualHost>

I just made that change, but the logging is still inccorect.  Here's
what's in the config:

NameVirtualHost 142.92.65.20
NameVirtualHost 2001:410:401:3::2

<VirtualHost [::ffff:142.92.65.20]:80>
ServerName stats.dgim.crc.ca
ServerAdmin webmaster@stats.dgim.crc.ca
ErrorLog logs/error_log
CustomLog logs/access_log common
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>

<VirtualHost [2001:410:401:3::2]:80>
ServerName stats.ipv6.crc.ca
ServerAdmin webmaster@stats.dgim.crc.ca
ErrorLog logs/ipv6-error_log
CustomLog logs/ipv6-access_log common
DocumentRoot /usr/local/apache/htdocs
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
</VirtualHost>


> 
> -- 
> Hideaki YOSHIFUJI @ USAGI Project  <yoshfuji@v6.linux.or.jp>
> Web Page: http://www.ecei.tohoku.ac.jp/%7Eyoshfuji/
> PGP5i FP: F731 6599 5EB2 BBA7 1515  1323 1806 A96F 5700 6B25 
> 
> 
> --  
> To UNSUBSCRIBE, email to debian-ipv6-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



wfms



Reply to: