How can I use IOCP module on windows?

2013-11-27 Thread pwrlove
Hi there, Can I use iocp module (ngx_iocp_module.c) ? If possible, how can I configure it? Could anyone knows about it? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245034,245034#msg-245034 ___ nginx mailing list nginx@nginx.org http://ma

Re: Forgot Windows 8 Login Password After Upgrade to Windows 8.1, How to Reset it?

2013-11-27 Thread Hang R.
The most powerful Windows 8 password reset tool I have ever used is Windows Password Key. It is really helpful. http://lnkd.in/ixJ2T5 -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/list

How to crack Windows 7 administrator user password

2013-11-27 Thread Honeyer B.
“I was http://www.youtube.com/watch?v=IDIyKd8dNrQ";>locked out of my Dell Inspiron Windows 7 Pro. When I open it and wanted to login computer, the screen showed the message "This computer is locked. Need Administrator to open." How could I crack this admin login password to access pc earlier?” htt

Re: Forgot Windows 8 Login Password After Upgrade to Windows 8.1, How to Reset it?

2013-11-27 Thread Honeyer B.
I used Windows Password Recovery Tool Ultimate for my Samsung Windows 8 login password recovery a couple months ago. Get it from http://t.co/qzsOIFcaYT -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.ng

Re: Proxy_pass with decode_base64 result

2013-11-27 Thread Francis Daly
On Wed, Nov 27, 2013 at 10:10:42AM -0500, Jugurtha wrote: Hi there, > If you have just a clue, I'm interested. The clue is in the error message: "no resolver defined". http://nginx.org/r/resolver f -- Francis Dalyfran...@daoine.org

Re: Subdomains no longer work

2013-11-27 Thread Francis Daly
On Wed, Nov 27, 2013 at 06:38:09AM -0500, Peleke wrote: Hi there, > Should I add different config files or what other information are needed to > solve this problem? What does "no longer work" mean? Ideally your answer would be of the form "I issue this curl request; I get this response; but I

Re: Need to compare client certificate CN with an entry in /etc/hosts

2013-11-27 Thread Francis Daly
On Wed, Nov 27, 2013 at 12:01:16AM +, Radha Venkatesh (radvenka) wrote: Hi there, > I found the below snippet which could provide me the cn from the certificate. Great, now you have a variable to hold the CN that you want to do something with. > What would be the easiest way to compare thi

Re: redirect url in nginx

2013-11-27 Thread António P . P . Almeida
It's location /poczatek { Le 27 nov. 2013 20:47, "António P. P. Almeida" a écrit : > location poczatek { > return 301 $scheme://$host/index.PHP?cat=$uri; > } > Le 27 nov. 2013 20:19, "Marcin Kasiński" a > écrit : > >> Hello, >> >> >> >> I have a problem with redirect url in nginx. >> >> >> >

Re: redirect url in nginx

2013-11-27 Thread António P . P . Almeida
location poczatek { return 301 $scheme://$host/index.PHP?cat=$uri; } Le 27 nov. 2013 20:19, "Marcin Kasiński" a écrit : > Hello, > > > > I have a problem with redirect url in nginx. > > > > I want to redirect http://almelle.atmserv.pl/poczatek na > http://almelle.atmserv.pl/index.php?cat=pocz

Re: redirect url in nginx

2013-11-27 Thread Steve Holdoway
rewrite /poczatek(.*) $scheme://$host$uri/index.php?cat=poczatek permanent; *should* work. I've not used rewriites with gets though... Steve On Wed, 2013-11-27 at 20:18 +0100, Marcin Kasiński wrote: > Hello, > > > > I have a problem with redirect url in nginx. > > > > I want to redirect

redirect url in nginx

2013-11-27 Thread Marcin Kasiński
Hello, I have a problem with redirect url in nginx. I want to redirect http://almelle.atmserv.pl/poczatek na http://almelle.atmserv.pl/index.php?cat=poczatek In vhost conf file I have: server { listen 80; ## listen for ipv4; this line is default and implied #list

Re: Compiled nginx doesn't work with PHP

2013-11-27 Thread joshua1991
Ah the capital -V thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244997,245010#msg-245010 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Proxy_pass with decode_base64 result

2013-11-27 Thread Jugurtha
Hello, If you have just a clue, I'm interested. Thank you Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244811,245009#msg-245009 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Is there a compile version NGINX RTMP for Windows

2013-11-27 Thread itpp2012
Follow the github pages, plenty of examples; https://github.com/arut/nginx-rtmp-module Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244990,245007#msg-245007 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ng

Re: Is there a compile version NGINX RTMP for Windows

2013-11-27 Thread btpoole
Thank you for the info. Is there documentation on how to set it up? Thanks again Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244990,245005#msg-245005 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Session is not kept when using Chrome, works for Firefox and IE.

2013-11-27 Thread bjorntj
I have the following config..: server { listen 80; server_name site.example.com; access_log /var/log/nginx/site.example.com_access.log main; location / { rewrite ^ http://site.example.com/webapp; } location /webapp/ { proxy_redirect off; proxy_

Re: Subdomains no longer work

2013-11-27 Thread Peleke
Should I add different config files or what other information are needed to solve this problem? Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244807,245003#msg-245003 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mai

Re: Compiled nginx doesn't work with PHP

2013-11-27 Thread Maxim Dounin
Hello! On Wed, Nov 27, 2013 at 02:32:15AM -0500, joshua1991 wrote: > Hello there, I have posted this question on stackoverflow already but > thought this place would be more appropriate. > > I have a properly installed (apt-get) nginx that works perfectly with html > and php (php5-fpm) but when