Quick Apache question

Jeremy C. Reed plug-discuss@lists.plug.phoenix.az.us
Sat, 15 Mar 2003 19:03:38 -0800 (PST)


On Sat, 15 Mar 2003, Sundar Narayanasamy wrote:

> How do I automatically start my apache server when system starts, rather
> than doing it manually for the sake of passphrase dialog.

Are you talking about your SSL certificate passphrase?

Or having to login and manually run httpd?

If you want to make your key work without a passphrase do something like:
  openssl rsa -in server.key -out server.pem
(substitute filenames as needed)

If you want to start httpd at boot, maybe add to your rc.local file (or
install the sysv init script.)

We may need more information to give a good suggestion ...

   Jeremy C. Reed
   http://bsd.reedmedia.net/