Re: Help on CGIT
From: Lars Hjemli <hidden>
Date: 2016-06-15 22:47:56
On Tue, Dec 29, 2009 at 13:18, Jorge Bastos [off-list ref] wrote:
I have CGIT working at 50%. The 1st page show's correctly, but when i click the project name, it becames unconfigured and wierd, and apache complains about this: [Tue Dec 29 12:12:25 2009] [error] [client 192.168.1.3] [cgit] Unable to lock slot /var/cache/cgit/53200000.lock: No such file or directory (2)
First, check if cgit works correctly with caching disabled (set cache-size=0 in /etc/cgitrc).
My apache configuration for CGIT is: AllowOverride None Options ExecCGI Order allow,deny Allow from all DirectoryIndex cgit.cgi AddHandler cgi-script cgi pl
What's the contents of /etc/cgitrc? Which cgit-version are you running? -- larsh