[zones-discuss] Zone and Apache 2.2

2009-12-27 Thread godefroy montegommery
Hi,

I hope it is the correct place to post this.  

I have created a zone to run Apache 2 on it.  After having installed the 
packages for apache, I have tried to start it, without any success : 

r...@zoneapache:/usr/apache2/2.2/bin# ./apachectl start
r...@zoneapache:/usr/apache2/2.2/bin# ./apachectl stop 
[b]httpd (no pid file) not running[/b]

Here is what i found in the error log :
r...@zoneapache:/var/apache2/2.2/logs# cat error_log 
[Sun Dec 27 18:45:21 2009] [alert] (EAI 8)node name or service name not known: 
mod_unique_id: unable to find IPv4 address of zoneApache
Configuration Failed

What could be the cause of this error?

Thank you
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] Zone and Apache 2.2

2009-12-27 Thread godefroy montegommery
Wonderful, it works.  The hosts files in the global zone and the zoneApache 
zone were the same : 

# Internet host table 
#
::1 localhost
127.0.0.1   localhost loghost opensolaris

I changed opensolaris for zoneApache in the hosts file of zoneApache to 
solve the problem.

Thank you!
-- 
This message posted from opensolaris.org
___
zones-discuss mailing list
zones-discuss@opensolaris.org