gitweb

CGIMan nginx-forum at nginx.us
Fri Dec 2 13:46:49 UTC 2011


Hy,

I am having a hard time getting cgi (gitweb) to work.
That's the relefvant part of my config:

	location ~ /git(/.*)
    {
	    include /etc/nginx/fastcgi_params;

		fastcgi_pass unix:/var/run/fcgiwrap.socket;
        fastcgi_index gitweb.cgi;
			  			  
		fastcgi_param GITWEB_CONFIG /etc/gitweb.conf;
	    fastcgi_param SCRIPT_FILENAME /usr/lib/cgi-bin/gitweb.cgi;
	}

That's nginx output:

2011/12/02 13:40:37 [error] 6046#0: *1 FastCGI sent in stderr: "Cannot
get script name, is DOCUMENT_ROOT and SCRIPT_NAME set and is the script
executable?" while reading response header from upstream,

I am using debian squeeze. Any idea what I am doing wrong?

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,219481,219481#msg-219481



More information about the nginx mailing list