Re: how can i get nginx lib

2016-07-20 Thread Thiago Farina
On Mon, Jun 27, 2016 at 8:37 AM, Pankaj Chaudhary wrote: > > > Is there such thing? As far as I know it is distributed only as binary. -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx proxy server

2015-08-04 Thread Thiago Farina
to the original site (www.example.com). If the password is bad I > stay on my website. And I do not know how to fix it. Isn't this something you can/should handle in the language side? Btw, which language are you using? PHP, Perl, Python, Ruby? -- Thiago Farina __

Re: How to run nginx unit tests?

2015-07-27 Thread Thiago Farina
also test the config with: $ sudo nginx -t Hope that helps, Regards, -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: upstart conf for managing nginx

2015-07-27 Thread Thiago Farina
Besides everything Francis said, there is also a typo in the 'expect' line. s/deamon/daemon -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: handling subdirectories location

2015-06-10 Thread Thiago Farina
Hi Francis, On Mon, Jun 8, 2015 at 9:59 PM, Francis Daly wrote: > On Mon, Jun 08, 2015 at 08:53:45PM -0300, Thiago Farina wrote: >> On Mon, Jun 8, 2015 at 8:26 PM, Francis Daly wrote: >> > On Mon, Jun 08, 2015 at 08:08:10PM -0300, Thiago Farina wrote: > > Hi there, >

Re: handling subdirectories location

2015-06-08 Thread Thiago Farina
On Mon, Jun 8, 2015 at 8:26 PM, Francis Daly wrote: > On Mon, Jun 08, 2015 at 08:08:10PM -0300, Thiago Farina wrote: >> On Mon, Jun 8, 2015 at 7:46 PM, Francis Daly wrote: >> > On Mon, Jun 08, 2015 at 02:07:54PM -0300, Thiago Farina wrote: > > Hi there, > >>

Re: handling subdirectories location

2015-06-08 Thread Thiago Farina
Hi Francis, First, thanks for replying. On Mon, Jun 8, 2015 at 7:46 PM, Francis Daly wrote: > On Mon, Jun 08, 2015 at 02:07:54PM -0300, Thiago Farina wrote: > > Hi there, > >> What I'm trying to do is something like the following: >> >> http://do

Re: handling subdirectories location

2015-06-08 Thread Thiago Farina
.html Ruslan, could you help me setup the nginx config for this? -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: handling subdirectories location

2015-06-07 Thread Thiago Farina
The issue I'm facing is that http://myservername.com/foo/index.php/secure/login redirects to http://myservername.com/index.html. Can someone help me fix this? -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma

handling subdirectories location

2015-06-07 Thread Thiago Farina
instead of /index.php? Basically I'm trying to put third_party apps in their /subdirs/ to test them, but when they navigate to index.php I'm thrown back to the root /index.html for example. Thanks in advance, -- Thiago Farina ___ ngin

Re: TIME OUT

2015-06-04 Thread Thiago Farina
On Thu, Jun 4, 2015 at 10:27 PM, Thiago Farina wrote: > Hi! > > Could nginx be the cause of (google chrome message): > > " > This webpage is not available > > ERR_CONNECTION_TIMED_OUT > " > > My IP change is dynamic and changed this afternoon, and after

TIME OUT

2015-06-04 Thread Thiago Farina
still the same problem. -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Thanks

2015-06-03 Thread Thiago Farina
Thanks all devs who put Nginx together and made this awesome piece of work! With it and freedns.afraid.org I was able to host my site from my home server. -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

Re: FastCGI sent in stderr: "Primary script unknown"

2015-05-05 Thread Thiago Farina
nx > This tutorial has helped me -> https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7. Maybe it can help you as well. Hope that helps, Regards, -- Thiago Farina ___ nginx mailing l

Re: Windows build failing - NMAKE : fatal error U1073

2015-05-02 Thread Thiago Farina
;> NMAKE : fatal error U1073: don't know how to make >> 'src/os/win32/ngx_win32_config >> .h' >> Stop. >> >> How do I build nginx on Windows? > > It looks like you are trying to build from sources available in > release tarballs. This

Re: Help with nginx downloads folder?

2015-05-01 Thread Thiago Farina
erhaps. -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Trying to "see" my NGINX downloads folder via https?

2015-04-29 Thread Thiago Farina
On Wed, Apr 29, 2015 at 8:56 PM, silsurf Google wrote: > I have NGINX installed on a VPN and I would like to access the "downloads" > folder via https. I followed instructions given to me as follows: > Is your server listening on port 443?

Re: Installed nginx with iredmail; how to add web content & test without DNS change

2015-04-28 Thread Thiago Farina
it here? It might be easier to understand what is going on looking at it. Also, what is the difficult are you having? With the nginx configuration or the iredmail? I don't know about the later though. Best regards, -- Thiago Farina ___ nginx m

Re: nginx php cgi interpreter

2015-04-21 Thread Thiago Farina
og: 2015/04/21 23:25:47 [crit] 12184#0: *1 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client : 192.168.0.101, server: tfarina.org, request: "GET /info.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:&qu

nginx php cgi interpreter

2015-04-21 Thread Thiago Farina
https://www.linode.com/docs/websites/nginx/nginx-and-phpfastcgi-on-ubuntu-12-04-lts-precise-pangolin [2] - cesanta.com/docs/Options.html Best regards, -- Thiago Farina ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx