Subject: apache and rc.conf
To: None <netbsd-help@netbsd.org>
From: Thierry Lacoste <th.lacoste@wanadoo.fr>
List: netbsd-help
Date: 07/05/2005 12:05:52
/usr/pkgsrc/www/ap-ssl/MESSAGE  says:

In order to start Apache with mod_ssl support, you need to run Apache
with "apachectl startssl" instead of "apachectl start".  This may be done
by adding:

        apache=YES
        apache_start="startssl"

to /etc/rc.conf.

This does not work.
I had to add '/usr/pkg/sbin/apachctl startssl' in /etc/rc.local.

Is it because apachctl is in /usr/pkg/sbin?
How can make it work?

Regards,
Thierry.