Re: gitweb testing with non-apache web server
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:35
Jakub Narebski [off-list ref] writes:
Marc Singer wrote:quoted
That isn't enough. I did something like that when I was exploring the script. While the change *does* eliminate the 403 error, it doesn't make the rest of the script work properly. All of the links return to the same page that lists the projects.Strange... PATH_INFO is used _only_ if 'p' parameter is not set. And all links use 'p=$project', not PATH_INFO... Are you sure you did changes mentioned in earlier post?
Well, more importantly, why would we do something like this in the first place? Wouldn't it be a lot better to just rip out PATH_INFO stuff, especially since all pages the script generates use ?p=$project to pass that information around and never uses PATH_INFO?