On Wed, 2 Aug 2006, Glenn Brunette wrote:


Christine,

The "ZONE" privilege is shorthand for all zone privileges (which is
a subset of "ALL" privileges found in the global zone).  Are you
talking about Apache or Apache 2?  If Apache 2, check out:

  http://www.sun.com/blueprints/0505/819-2680.pdf

By default, Apache2 wants to create/write files in directories that
are owned by root which would lead to the need for all zone privileges.
The BluePrint mentioned above discusses the 2 (I believe) changes that
are needed to allow you to run Apache 2 as a non-root user in a zone.

You can also use the "RewriteLock" directive to change the default location of the lockfile. Just add something like the following to your httpd.conf:

RewriteLock /var/run/apache/rewrite.lock

Thanks,
- Ryan
--
UNIX Administrator
http://prefetch.net

_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to