Whiteboard Accessories User Manual
167
APPENDIX
G
Frequently Asked Questions
How Do I Configure the Web Server to Startup Without User
Interaction on Reboot?
You can enable both Sun ONE and Apache Web Servers to perform an unattended
startup at reboot with an encrypted key.
▼ To Create an Encrypted Key for Automatic Startup of
Apache Web Servers on Reboot
1. Verify that the following entry exists in the httpd.conf file:
This directive retrieves a password from a protected password file in the
/etc/apache directory.
2. Create a password file that contains only the password in the /etc/apache
directory with the following file name convention:
■ server_name – The value that you put in the “ServerName” directive in the
httpd.conf file.
■ port – The port that this SSL server will run on (for example, 443)
■ KEYTYPE – Either RSA or DSA
SSLPassPhraseDialog exec:/opt/SUNWconn/cryptov2/bin/apgetpass
server_name:port.KEYTYPE.pass