* Tomas Dzik ([email protected]) wrote: > Hi all, > I am working on bug > > 7143740 - svc:/system/install/server:default can conflict with > svc:/network/http:apache22 > > and I would like to know your opinion first before I will implement > and test the actual fix. > > The root cause of the bug is, that apache SMF service modifies > /etc/apache2/2.2/envvars and it interferes with install/server and > install server can't start it's own apache. > > After some discussions with people taking care about apache I > decided to fix it on install/server side as this would be fastest > and easiest short time solution. I plan to file a bug against the > way how apache is integrated as well. > > So - what would you think about making our own install-private copy > of apachectl which will not source the envvars ? We can at the same
Generally, this is a bad idea imho (keeping our own private copy of something that already ships in Solaris). It's usually a maintenance nightmare for all sorts of reasons. Is there any particular reason that this has to be done instead of just working with whatever group maintains apache in Solaris and making the fix there? Cheers, -- Glenn _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

