Re: IP v6 configuration for apache httpd

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

 



On Thu, Apr 2, 2009 at 3:58 PM, Sourashis Roy <sourashis@xxxxxxxxx> wrote:
> Hi,
>     We are trying to configure apache load-balancer for an IPV6 network.
> What changes are required?
> For that we tried modifying httpd.conf file with IPV6 addresss like [ipv6
> address]      (We enclosed ipv6 address in square brackets.)
> but this doesn't seem to work. :(
> where are we going wrong?

Servername is for the host _name_, and its value does not influence
what interface apache listens too.

Normally you don't have to care about IP V6 in apache. If your OS is
configured to handle IP V6 than apache will handle IP V6 out of the
box. You don't need to add IP adresses to your config in normal use
cases. So just use

Listen 80
NameVirtualHost *:80

<VirtualHost *:80>
....
</VirtualHost>

and let the OS worry about IP V6...

Krist


-- 
krist.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux