Re: PHP type. Thread Safe or Non Thread Safe?

2014-03-20 Thread Felix Quintana
Thank you very much. Sorry if my English causes mistakes, my native language is Spanish. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: PHP type. Thread Safe or Non Thread Safe?

2014-03-19 Thread Felix Quintana
thank you very much I think it has to do with nginx because it is part of your setup. The documentation specifies how to do work with php but never mention the type of php. And it's been hard to find. ___ nginx mailing list nginx@nginx.org http://mail

PHP type. Thread Safe or Non Thread Safe?

2014-03-18 Thread Felix Quintana
What kind of php to use as a fastcgi in nginx on Windows? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Check if the file exists.

2014-02-20 Thread Felix Quintana
>What http request do you make? https://localhost/web/app.php/asd/fgh >What file on your filesystem do you want to check the existence of? >What file on your filesystem do you want to tell the fastcgi server to process? d:\symfony\web\app.php >What nginx variables hold the names of the files you

Check if the file exists.

2014-02-20 Thread Felix Quintana
I'm trying to check if the file exists before passing it to fastcgi but I have not found as. This is what I'm doing:             #if (!-f $document_root$fastcgi_script_name)             if (!-f $request_filename)                         {             return 404;             } I've tried try

Re: nginx.exe has encountered a problem and needs to close. (SSL)

2014-02-20 Thread Felix Quintana
It works well. thank you very much___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx.exe has encountered a problem and needs to close. (SSL)

2014-02-20 Thread Felix Quintana
Thank you very much. I commented the lines ssl_session_timeout and ssl_session_cache and now everything works fine.___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx.exe has encountered a problem and needs to close. (SSL)

2014-02-20 Thread Felix Quintana
I have configured the server to accept SSL connections and after two or three requests always gives the error: nginx.exe has encountered a problem and needs to close. Restart server does not work, the first request fails. Restart the computer let me make two or three requests without problems an