Installing FASTCGI Mono for running ASP.NET on NGINX

Posted by Ali Haideri on Ask Ubuntu See other posts from Ask Ubuntu or by Ali Haideri
Published on 2012-09-18T08:35:51Z Indexed on 2012/09/18 9:51 UTC
Read the original article Hit count: 324

Filed under:

I am a novice at Ubuntu and I've been given the task of installing and configuring NGINX to run ASP.NET applications. This is probably a stupid question but I'm using this tutorial as a starting guide and I'm stuck with where I have to set a socket with this command

fastcgi-mono-server4 /applications=/:/var/www/www.domain1.xyz/ /socket=tcp:127.0.0.1:9000

What path am I supposed to replace '/var/www/www.domain1.xyz/' with? If I run the command as is I get an error saying

Error creating the socket: Address already in use root@ubuntu:~# kill 9000;

Please help.

© Ask Ubuntu or respective owner

Related posts about nginx