[Bug 266769] www/caddy: service doesn't stop/restart properly

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Oct 2022 18:41:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266769

            Bug ID: 266769
           Summary: www/caddy: service doesn't stop/restart properly
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: adamw@FreeBSD.org
          Reporter: feld@FreeBSD.org
          Assignee: adamw@FreeBSD.org
             Flags: maintainer-feedback?(adamw@FreeBSD.org)

Caddy can't stop/restart properly when you disable the admin interface in the
config because those subcommands actually make HTTP requests to the admin API
endpoint:

{
    admin off
}


The rc script should only use the caddy command for the config reload and do
the normal stop/restart through SIGTERM

-- 
You are receiving this mail because:
You are the assignee for the bug.