On Sat, Jan 20, 2018 at 10:45 AM, David Mehler <dave.meh...@gmail.com> wrote:
> Hello,
>
> What is the difference between the two below alias lines?
>
> Alias /.well-known/acme-challenge/ /usr/local/www/.well-known/
>     Alias /.well-known/acme-challenge "/usr/local/www/.well-known/"

The quotes make no difference for most directives.

If the request has no trailing slash and ends in acme-challenge, the
first directive won't do anything since it only matches w/ the
trailing slash.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to