You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Mehler <da...@gmail.com> on 2018/01/20 15:45:27 UTC

[users@httpd] difference in alias lines?

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/"


Thanks.
Dave.

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


Re: [users@httpd] difference in alias lines?

Posted by Eric Covener <co...@gmail.com>.
On Sat, Jan 20, 2018 at 10:45 AM, David Mehler <da...@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org