I'd like to use the SUNWapch22 bundle for a very sparse web server with a light configuration. With that in mind, I'd like to change the default web server root to another path like /etc/myapache2.
I can do that by passing the "-d (path)" argument to apachectl, and by setting the "htttpd/startup_options" in the SMF properties. However, the SMF method script explicitly mandates a path of /etc/apache2, so even if I change the path in the properties, the method script will still check /etc/apache2/2.2/envvars, despite the fact that it doesn't make sense to do anything in that directory. Is there any chance that the SMF manifest could be modified so an administrator/developer could specify their own server root, and set that up within the service properties? -- This message posted from opensolaris.org