Hi, I just spent some time looking into this. Turns out the problem was not with gitweb since a small CGI.pm testcase demonstrated the problem as well (cgi->url() was returning factorcode.orgmycgi.cgi...) the bug was in the cgi-responder. It has been fixed and the server on factorcode.org is now running with this patch. The links in the atom feed seem fine now.
Slava Csaba Henk wrote: > Hi! > > factorcode.org's gitweb is not properly configured. The links in the > Atom/RSS feeds generated by it are messed up. See eg. the Atom: > > http://factorcode.org:8812/responder/cgi/gitweb.cgi?p=factor.git;a=atom > > It starts like: > > <?xml version="1.0" encoding="utf-8"?> > <feed xmlns="http://www.w3.org/2005/Atom"> > <title>factorcode.org Git - factor.git/atom log</title> > <subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle> > <link rel="alternate" type="text/html" > href="http://factorcode.orggitweb.cgi?p=factor.git;a=summary" /> > <link rel="self" type="text/xml" > href="http://factorcode.orggitweb.cgi/responder/cgi/gitweb.cgi?p=factor.git;a=atom" > /> > > and so on, all links in it point to somewhere within the > factorcode.orggitweb.cgi domain. > > Fix it please! > > Csaba > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
