- Should the file not be simply called 'ssl.conf' instead of 
'httpd-ssl.conf'
- Instead of line like

#ServerName 127.0.0.1:443 in 'httpd-ssl.conf' , 

, it is better to simply comment it so that it looks like

<VirtualHost _default:443>
#ServerName
</VirtualHost>


This would allow customers to not edit the ServerName field in multiple places


- The default httpd-ssl.conf does not enable SSLRandomSeed. Don't you need to 
enable this to reflect Solaris specific value. This way, user doesn't have to 
know this information


thanks
sriram



Seema Alevoor wrote:
> Kindly review the fix for the bug 6633515.
> The webrev is at http://cr.opensolaris.org/~seema/6633515/
>
>
> Thanks
> Seema.
> _______________________________________________
> webstack-discuss mailing list
> webstack-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>   

Reply via email to