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) > >
I believe what you're seeing is the difference between "current" and "running" snapshot values. Doing a "svcadm refresh" after you have finished making changes with svccfg is usually the correct medicine for this. Darren