Welcome! Log In Create A New Profile

Advanced

Re: "X-Accel-Redirect" and Wordpress MU solution

Igor Sysoev
November 27, 2009 03:46AM
On Fri, Nov 27, 2009 at 03:26:00AM -0500, rahul286 wrote:

> I am trying to get "X-Accel-Redirect" working on my ngnix and Wordpress MU server.
>
> I came across this official wordpress thread - http://trac.mu.wordpress.org/changeset/1946
>
> I followed it. I added codes in blogs.php. I also defined 'WPMU_ACCEL_REDIRECT' as 'true'.
>
> After that I ended in 500 errors. :-(
>
> Then I found this article written in chinese - http://bit.ly/74uWtM
> (english translation - http://bit.ly/89ei5Z)
>
> I also found reason of 500 error to be "redirect loop".
> I followed that chinese bloggers advise and code but ended up in 404 errors.
>
> I think I need to have something correct in ngnix conf files but I failed to figure it out.
> I could not come out of series of 404 and 500 errors.
>
> Can anyone got "X-Accel-Redirect" working with Wordpress MU successfully?

In this configuration:

location /uri1/ {
fastcgi_pass wordpress;
}

location /uri2/ {
internal;
root /path/to/files;
}

a public URL is /uri1/some_file, WordPress should return
"X-Accel-Redirect: /uri2/some_file",
then nginx will send "/path/to/files/uri2/some_file".


--
Igor Sysoev
http://sysoev.ru/en/

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

"X-Accel-Redirect" and Wordpress MU solution

rahul286 November 27, 2009 03:26AM

Re: "X-Accel-Redirect" and Wordpress MU solution

Igor Sysoev November 27, 2009 03:46AM

Re: "X-Accel-Redirect" and Wordpress MU solution

Jeff Waugh November 27, 2009 04:18AM

Re: "X-Accel-Redirect" and Wordpress MU solution

rahul286 November 27, 2009 01:05PM

Re: "X-Accel-Redirect" and Wordpress MU solution

Rob Schultz November 27, 2009 02:22PM

Re: "X-Accel-Redirect" and Wordpress MU solution

rahul286 November 28, 2009 03:10AM

Re: "X-Accel-Redirect" and Wordpress MU solution

rahul286 November 28, 2009 03:17AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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