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
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
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
>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
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
It works well.
thank you very much___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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
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