Re: problem : nginx with magento

2015-06-09 Thread steve
Hi, On 09/06/15 23:46, Prameswar Lal wrote: yes , i had default file in /etc/nginx/sites-available/. that i have remove so , now i getting "unable to connect " . curl -I http://example.com/index.php curl: (7) Failed to connect to example.com port 80: Connection refused

Re: problem : nginx with magento

2015-06-09 Thread Prameswar Lal
yes , i had default file in /etc/nginx/sites-available/. that i have remove so , now i getting "unable to connect " . curl -I http://example.com/index.php curl: (7) Failed to connect to example.com port 80: Connection refused in my example.com.conf file there is one line " access_log /var/log/

Re: problem : nginx with magento

2015-06-09 Thread Francis Daly
On Tue, Jun 09, 2015 at 07:30:13AM +0530, Prameswar Lal wrote: Hi there, > i am sending current access log after changing according to steve block . The config you showed does not write to access.log. If the request you make does write to access.log, then the request you make is not being hand

Re: problem : nginx with magento

2015-06-08 Thread steve
On 09/06/15 14:00, Prameswar Lal wrote: Hi , i am sending current access log after changing according to steve block . Not problem with index.php . it has problem with all page of .php in magento tool . i am using magento tool so this is file of magento . not written by me . magento use fas

Re: problem : nginx with magento

2015-06-08 Thread steve
Hi On 09/06/15 13:46, Prameswar Lal wrote: Hi steve , i have checked with your setting also . its not working . On Tue, Jun 9, 2015 at 5:52 AM, steve > wrote: Hi, On 09/06/15 01:34, Prameswar Lal wrote: hi i am using nginx with magento which use f

Re: problem : nginx with magento

2015-06-08 Thread Prameswar Lal
Hi , i am sending current access log after changing according to steve block . Not problem with index.php . it has problem with all page of .php in magento tool . i am using magento tool so this is file of magento . not written by me . magento use fastcgi programing in it . i have tested this mag

Re: problem : nginx with magento

2015-06-08 Thread Prameswar Lal
Hi steve , i have checked with your setting also . its not working . On Tue, Jun 9, 2015 at 5:52 AM, steve wrote: > Hi, > > On 09/06/15 01:34, Prameswar Lal wrote: > > hi i am using nginx with magento which use fastCGI . > whenever i type in url http://example.com/index.php then index.php sta

Re: problem : nginx with magento

2015-06-08 Thread steve
Hi, On 09/06/15 01:34, Prameswar Lal wrote: hi i am using nginx with magento which use fastCGI . whenever i type in url http://example.com/index.php then index.php start downloading . can anyone help me ? location ~ \.php$ { fastcqi_index index.php; fastcgi_pass 127.0.0.1:9000;

Re: problem : nginx with magento

2015-06-08 Thread Francis Daly
On Mon, Jun 08, 2015 at 07:04:22PM +0530, Prameswar Lal wrote: Hi there, > hi i am using nginx with magento which use fastCGI . > whenever i type in url http://example.com/index.php then index.php start > downloading . > can anyone help me ? What does the file /var/log/nginx/nginx-access.log sa

Re: problem : nginx with magento

2015-06-08 Thread Prameswar Lal
still same problem . i have checked with different os like centos , ubuntu and different version of php , nginx On Mon, Jun 8, 2015 at 7:12 PM, Anoop Alias wrote: > > > On Mon, Jun 8, 2015 at 7:04 PM, Prameswar Lal < > prameswar@bizruntime.com> wrote: > >> hi i am using nginx with magento wh

Re: problem : nginx with magento

2015-06-08 Thread Anoop Alias
On Mon, Jun 8, 2015 at 7:04 PM, Prameswar Lal wrote: > hi i am using nginx with magento which use fastCGI . > whenever i type in url http://example.com/index.php then index.php start > downloading . > can anyone help me ? > > I think you have misspelled a directive In example.conf -- fastcqi_in

problem : nginx with magento

2015-06-08 Thread Prameswar Lal
hi i am using nginx with magento which use fastCGI . whenever i type in url http://example.com/index.php then index.php start downloading . can anyone help me ? example.com.conf Description: Binary data fastcgi.conf Description: Binary data fastcgi_params Description: Binary data nginx.con