apache in a zone?
hello all,
on my t2000, i want to use coolstack in zones, not in global zone!
so apache2 is installed under /opt/coolstack/apache2, and i moved conf dir in /etc/coolstack/apache2, and did a link, so each zone can access conf files in /opt/coolstack/apache2
from every zone:
ng-root% ll /opt/coolstack/apache2/conf/httpd.conf
2 lrwxrwxrwx1 rootroot 33 Apr 13 06:47 /opt/coolstack/apache2/conf/httpd.conf -> /etc/coolstack/apache2/httpd.conf
And i set
ServerRoot /var/coolstack/apache2
in httpd.conf
but i'm unable to start httpd:
ng-root% /opt/coolstack/apache2/bin/apachectl start
httpd: Syntax error on line 57 of /opt/coolstack/apache2/conf/httpd.conf: Cannot load /var/coolstack/apache2/modules/mod_authn_file.so into server: ld.so.1: httpd: fatal: /var/coolstack/apache2/modules/mod_authn_file.so: open failed: No such file or directory
It's because each module haven't an absolute path?!
but is there another solution than modify path for every directive?
why coolstack isn't made to work in zones?
thanks in advance,
gerard

