On 2016/06/21 17:57, Johan Huldtgren wrote:
> when the old openbsd apache went away recently I swapped to apache2
> for the one site I have which still needs it, while it works, when it
> gets started at boot (or if I wish to restart it), using rc.d or rcctl
> will report a failure, but it will start nonetheless.

For me, loading mod_rewrite causes the process title to change,
which breaks rc.d.

It would probably make sense to call "apachectl2 start", "apachectl2
stop" for those two functions, but there isn't a suitable alternative
for checking status - the least bad way I can see to fix that is
something like pexp=".*${daemon}.*", maybe with some ${daemon_flags}
in there if it can be done...

Reply via email to