W Sanders wrote: > I've read a few threads elsewhere but this topic deserves a simpler > explanation / workaround for the CS-impaired. I'm was trying to enable SSL on > apache2 without giving up on SMF and just editng the httpd.conf file to do > this: > > # svcprop apache2 > httpd/ssl boolean false > ... > # svccfg -s svc:/network/http:apache2 setprop httpd/ssl=true > # svcprop apache2 > httpd/ssl boolean false <- (still) > ... > # svcprop -p "start/exec" apache2 > # svcprop apache2 > httpd/stability astring Evolving <- Must be Solaris humor, don't see this > in any RFC
This has nothing to do with the HTTP protocol standard status. It is the Solaris interface stability level. See attributes(5) man page on a Solaris machine for what this means. -- Darren J Moffat