Server Name Issue

Rahul Bansal rahul286 at gmail.com
Sun Dec 13 12:26:16 MSK 2009


Hi Igor,

>Probably, you should say wordpress about SERVER_NAME:
>fastcgi_param  SERVER_NAME        $host;

Practically it didnt work. :-(
Logically I expected it to work.

I will dig into wordpress to see what is the problem.

Thanks,
-Rahul




On Sun, Dec 13, 2009 at 1:21 PM, Igor Sysoev <igor at sysoev.ru> wrote:
> On Sun, Dec 13, 2009 at 01:12:12PM +0530, Rahul Bansal wrote:
>
>> Hi Igor,
>>
>> > > For some reason that I cannot explain (lack of my knowledge may be) I need
>> > > server_name to reflect http_host value.
>> >
>> > Where do you use this server_name ?
>>
>> I am not using "server_name" explicitly anywhere.
>>
>> Earlier some logs and a cookies my PHP site showing host part as "_"
>> when I set "server_name _".
>>
>> Now I removed server_name and set "server_name_in_redirect off"
>> Now host is being set to maindomain.com even though HOSTs are
>> site1.com, site2.com and so on.
>>
>> Basically I'm using wordpress MU with domain mapping.
>>
>> So any random domain can be served from my server as long as it has
>> account in MU and proper CNAME record at its DNS end.
>
> Probably, you should say wordpress about SERVER_NAME:
>
> fastcgi_param  SERVER_NAME        $host;
>
> in fastcgi_params files.
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list