On Tue, Oct 5, 2010 at 7:35 AM, <[email protected]> wrote: > > Hi list. > > Someone reported a problem back in May about a CGI script not handling > GET parameters properly. See > http://www.mail-archive.com/[email protected]/msg02020.html > . > He was using Apache 1.3. I'm getting the exact same problem with Apache > 2.2. > > fat...@nikko:~/https$ apache2 -v > Server version: Apache/2.2.14 (Ubuntu) > Server built: Aug 19 2010 03:20:29 > > My CGI: > #!/usr/bin/fossil cgi > repository: /home/fatman/https/fossils/reu2.fossil >
Maybe get rid of the "cgi" on the first line. Just: #!/usr/bin/fossil repository: /home/fatman/https/fossils/reu2.fossil > > My recent fossil build: > fat...@nikko:~/https$ fossil version > This is fossil version [528c581154] 2010-09-28 18:40:01 UTC > > I'm testing with a freshly "new"d fossil. Everything seems to work > (figured out that you can't clone a fossil that isn't running as a > server, d'oh) but it looks a bit poor because a request to > reu2.cgi/style.css?default fails with "no such file: cgi". > > What have I done wrong, Apache/CGI gurus? > > Regards, > Adam J Richardson > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

