7 messages in ru.sysoev.nginxRe: Global PHP Rule
FromSent OnAttachments
Mathew DaviesMay 3, 2009 5:05 pm 
Michael ShadleMay 3, 2009 5:40 pm 
Jim OhlsteinMay 3, 2009 5:40 pm 
Jim OhlsteinMay 3, 2009 5:56 pm 
Mathew DaviesMay 3, 2009 6:04 pm 
Edho P AriefMay 3, 2009 6:25 pm 
Michael ShadleMay 3, 2009 6:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Global PHP RuleActions...
From:Michael Shadle (mike@gmail.com)
Date:May 3, 2009 6:32:37 pm
List:ru.sysoev.nginx

On Sun, May 3, 2009 at 5:56 PM, Jim Ohlstein <jim.@gmail.com> wrote:

Correct me if I'm wrong, but you still have to put

location ~ \.php$ {        fastcgi_pass 127.0.0.1:9000;

for each server block where you want to configure php. Even if you are able to put the fastcgi_pass directive into fastcgi_params, something I haven't tried, you'd still need

yup. that's the only piece that i need to specifically put.