Hi all,
I have found this great websever and willing to replace my corporate webserver with this one. But having problem in working php with it.
I have implemented nginx and its working fine. Now to work PHP with it I followed this link:
http://blog.kovyrin.net/2006/05/30/nginx-php-fastcgi-howto/
Create the script and just changed the username to nobody instead of www-data and ran that.
Now replaced the nginx.conf with the one in the site. Now when giving the address in the link
http://10.10.4.20/index.php it gives error like
[b]2009/04/14 21:14:24 [error] 1533#0: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: some-server.com, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:12345", host: "127.0.0.1"[/b]
I put the index.php file in /usr/local/nginx/html folder.
Any help will be great.