Welcome! Log In Create A New Profile

Advanced

Re: error_page

Witold Filipczyk
October 20, 2010 01:58PM
On Wed, Oct 20, 2010 at 09:37:10PM +0400, Igor Sysoev wrote:
> On Wed, Oct 20, 2010 at 07:26:00PM +0200, Witold Filipczyk wrote:
>
> > > With this configuration
> > >
> > > error_page 404 /404.html;
> > > locaiton = /404.html {
> > > root /path/to/page;
> > > }
> > >
> > > you will get 404 code with /404.html body for this request:
> > > http://blabla1.com/non-existant.html
> > >
> > > and 200 code with /404.html body for this request:
> > > http://blabla1.com/404.html
> >
> > There is:
> > server {
> > server_name _;
> > error_page 404 /404.html;
> > location = /404.html {
> > root /blabla;
> > }
> > }
> >
> > blabla1.com goes into _;
>
> And where is question ?

This was the answer for the question where is the problem.
Then, once again.
There is:
server {
server_name _;
error_page 404 /404.html;
location = /404.html {
root /blabla;
}
# here goes handling of 1000 virtual hosts
}

Say, blabla1.com and blabla2.com are such hosts. There is the blabla1.com/404.html and the blabla2.com/404.html
which are different than /blabla/404.html. In this setup blabla1.com/404.html is unaccessible.
Nevermind.
I've got the answer.

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

error_page

witekfl Gazeta.pl 2134 October 20, 2010 11:12AM

Re: error_page

Igor Sysoev 930 October 20, 2010 11:22AM

Re: error_page

Anonymous User 876 October 20, 2010 12:00PM

Re: error_page

Maxim Dounin 850 October 20, 2010 12:26PM

Re: error_page

Witold Filipczyk 839 October 20, 2010 01:08PM

Re: error_page

Maxim Dounin 871 October 20, 2010 01:36PM

Re: error_page

Igor Sysoev 958 October 20, 2010 01:42PM

Re: error_page

Maxim Dounin 897 October 20, 2010 01:50PM

Re: error_page

Igor Sysoev 1003 October 20, 2010 01:58PM

Re: error_page

Igor Sysoev 959 October 20, 2010 01:06PM

Re: error_page

Witold Filipczyk 874 October 20, 2010 01:28PM

Re: error_page

Igor Sysoev 1003 October 20, 2010 01:38PM

Re: error_page

Witold Filipczyk 1226 October 20, 2010 01:58PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 271
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