Welcome! Log In Create A New Profile

Advanced

Nginx won't start after adding scgi to config

August 13, 2012 11:00AM
I'm trying to set up rutorrent, and their wiki tells me to add this to my
server block:

location /RPC2 {
include scgi_params;
scgi_pass unix:/tmp/rpc.sock;
}

After I do that and restart nginx, I get this error:

$ sudo /etc/init.d/nginx start
Starting nginx: nginx: [emerg] unknown directive "scgi_pass" in
/etc/nginx/conf.d/localhost.conf:24
nginx: configuration file /etc/nginx/nginx.conf test failed

As far as I know the SCGI module has been built in by default since 0.8.42.
I'm running 1.1.19 which I've verified with nginx -v.

Here's my entire server block:

http://pastebin.com/NiaRvuVn

Note that everything runs fine if I remove the /RPC2 location block.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx won't start after adding scgi to config

whitey August 13, 2012 11:00AM

Re: Nginx won't start after adding scgi to config

Jonathan Matthews August 13, 2012 11:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 295
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready