Welcome! Log In Create A New Profile

Advanced

Re: RegEx VHost name and the default VHost

Valentin V. Bartenev
January 23, 2013 05:32PM
On Thursday 24 January 2013 00:54:22 automatix wrote:
> Thank you very much for the usefull links and the tip. Yes, the vhost
> default was not default. Now I've set it to default explicitly with the
> flaf default_server and everything works fine!
>
> Thank you, Valentin!
>
> Since "default server is the first one"
> (http://nginx.org/en/docs/http/request_processing.html), the problem must
> have been, that the server couldn't find a vhost for the request and just
> took the first vhost. But what ist "the first" vhost, when all vhosts are
> stored in different files?
>
> In which order are the vhost files processed?
>

Actually there is no such thing like "the vhost files" in nginx.
You probably mean those files included from nginx.conf by the
"include" directive (see: http://nginx.org/r/include ).

Before nginx 1.3.10 the order was arbitrary. Since version
1.3.10 they sorted alphabetically on unix systems.

Please note, such directories like "sites-enabled" and
"sites-available" are not something common for nginx.
In fact, they created by nginx package on some linux systems
because the maintainers of these packages find it convenient.

wbr, Valentin V. Bartenev

--
http://nginx.com/support.html
http://nginx.org/en/donation.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

RegEx VHost name and the default VHost

automatix January 23, 2013 01:37PM

Re: RegEx VHost name and the default VHost

Valentin V. Bartenev January 23, 2013 02:18PM

Re: RegEx VHost name and the default VHost

automatix January 23, 2013 02:41PM

Re: RegEx VHost name and the default VHost

Valentin V. Bartenev January 23, 2013 03:24PM

Re: RegEx VHost name and the default VHost

automatix January 23, 2013 03:54PM

Re: RegEx VHost name and the default VHost

Valentin V. Bartenev January 23, 2013 05:32PM

[resolved] Re: RegEx VHost name and the default VHost

automatix January 23, 2013 06:05PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 306
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready