I'll try to explain our problem: We have a application based on Apache web server. But not long time ago there was a task to remove apache and make everything work on nginx. We try to installed nginx and test our application. In addition we have added nginx rewrite engine for our site to load. But we have a problem of implementing OAuth to work in nginx. Error message: "The PHP OAuth Extension is not installed"
Does anyone encountered similar problem?
I have searched and have not found out the solutions. I have found links to: http oauth engine that was writen long ago https://github.com/yaoweibin/nginx_http_oauth_module . I myself do not know how to integrate it, besides its experimental and i do not know will it work for sure.
If someone have encountered similar problem and solved it, please help us.
mod_phpwhile your Nginx setup likely uses FastCGI PHP; those often have separate configuration files, and the PHP OAuth module might not get loaded in your new FastCGI environment.