ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: настройка виртуального хоста в windows xp


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: настройка виртуального хоста в windows xp
  • From: Eugene Grigorenko <partizan4ik@xxxxxxxxx>
  • Date: Mon, 08 Feb 2010 14:12:30 +0600
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=KVtb7JuF3HE7iA7RuP/Q7X5eCW3kfW1xbZ6Kw2tT9qI=; b=hrkVVtz6/6wV1+BCD0y3+H7tvIhfMPePQt7pbHUdxII9uGNI2W1Q8mTOtHC2WcrJaq xJnp490KcL8auK2VAvgpns0weU8TdIajkt1HmgrVULq8ASvHNJvsEin0TEH6kaIXzGsd MRd6WRD2VNv2iRtVXf/GU1sCldNyF0Nu9d6QY=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=FKprYrnvvim5c+16+QyhnRJqno7Dwcc6QL4WLwsc5tCNdXXZEqBvUPAn5s2qzKAeBa Dl28lyGL5dJV9d5lIsl/n+GRcFtxxnACAqLVdsibuUHGFlJoVmQ00F3KCQgPCMOhoZKM lE1jYozDkW1ZEFXXj0l43uaUkge8w7Q1vOpRk=
  • In-reply-to: <f1729699f49714633dcb4657dfea782d.NginxMailingListRussian@xxxxxxxxxxxxxxx>
  • References: <f1729699f49714633dcb4657dfea782d.NginxMailingListRussian@xxxxxxxxxxxxxxx>

smack87 пишет:
объясните как сделать, чтоб когда я ввожу у себя flashportal.com, то у меня сервер отдавал файлы с определенной папки, все сделал по мануалу, а оно всеравно 403 Forbidden nginx.conf:

server {
        listen       80;
server_name flashportal.com;
        charset utf-8;
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
} location / {
          root ../www/flashportal;
          index index.php;
        }
location ~ .php$ {
          fastcgi_pass   127.0.0.1:9123;
          fastcgi_index  index.php;
          fastcgi_param  SCRIPT_FILENAME  
c:/dev/www/flashportal$fastcgi_script_name;
          include        fastcgi_params;
        }
    }
c:\WINDOWS\system32\drivers\etc\hosts
127.0.0.1 flashportal.com


Что я не так делаю?

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,51865,51865#msg-51865


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
location / {

         root ../www/flashportal;
         index index.php;
       }

ничего не смущает?


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.