OpenX error
Glen Lumanau
glen at lumanau.web.id
Sat Jul 18 23:19:07 MSD 2009
It's already set
Here's the config
location ~ .php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_param SCRIPT_FILENAME
$document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
Regards,
Glen Lumanau
-----Original Message-----
From: owner-nginx at sysoev.ru [mailto:owner-nginx at sysoev.ru] On Behalf Of
Michael Shadle
Sent: 19 Juli 2009 1:31
To: nginx at sysoev.ru
Cc: <nginx at sysoev.ru>
Subject: Re: OpenX error
Change the script_filename one to
$document_root$fastcgi_script_name
Sent from my iPhone
On Jul 18, 2009, at 9:33 AM, "Glen Lumanau" <glen at lumanau.web.id> wrote:
> Here's my default fastcgi_params
>
> fastcgi_param QUERY_STRING $query_string;
> fastcgi_param REQUEST_METHOD $request_method;
> fastcgi_param CONTENT_TYPE $content_type;
> fastcgi_param CONTENT_LENGTH $content_length;
>
> fastcgi_param SCRIPT_NAME $fastcgi_script_name;
> fastcgi_param REQUEST_URI $request_uri;
> fastcgi_param DOCUMENT_URI $document_uri;
> fastcgi_param DOCUMENT_ROOT $document_root;
> fastcgi_param SERVER_PROTOCOL $server_protocol;
>
> fastcgi_param GATEWAY_INTERFACE CGI/1.1;
> fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
>
> fastcgi_param REMOTE_ADDR $remote_addr;
> fastcgi_param REMOTE_PORT $remote_port;
> fastcgi_param SERVER_ADDR $server_addr;
> fastcgi_param SERVER_PORT $server_port;
> fastcgi_param SERVER_NAME $server_name;
>
> # PHP only, required if PHP was built with --enable-force-cgi-redirect
> fastcgi_param REDIRECT_STATUS 200;
>
> but it doesn't work at all
>
> -----Original Message-----
> From: owner-nginx at sysoev.ru [mailto:owner-nginx at sysoev.ru] On Behalf
> Of Edho P Arief
> Sent: 18 Juli 2009 23:25
> To: nginx at sysoev.ru
> Subject: Re: OpenX error
>
> On Sat, Jul 18, 2009 at 11:10 PM, Glen Lumanau<glen at lumanau.web.id>
> wrote:
>> Hi there,
>>
>>
>>
>> I have the same error like
>>
http://forum.openx.org/index.php?s=235b643ebd3a9ef26ef16754b21b90f1&showtopi
c=503416093
>>
>>
>>
>> May I know what value do I have to enter to fastcgi_params? Because
>> i have
>> no clue
>>
>>
>>
>> Thankfs before
>
> The default fastcgi_params should be fine.
>
> --
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>
>
More information about the nginx
mailing list