Ticket Change Details
Not logged in
Overview

Artifact ID: be410cb800c92d2419cd7b8fd4346538a1ae5809
Ticket: 99d0791365daaec739c53c8b94059e280efc9628
Redirect problem prevents fossil access
User & Date: anonymous 2010-09-24 13:20:13
Changes

  1. comment changed to:
    After working on the wiki yesterday, I closed all instances of Firefox. This morning, when attempting to reach the wiki to continue work, FF said "The page isn't redirecting properly".
    
    When I attempted retrieval from a fedora command line, these were the headers returned:
    
    <pre>
    HTTP/1.1 302 Moved Temporarily
    Cache-Control: no-cache, no-store
    Connection: close
    Date: Fri, 24 Sep 2010 13:13:57 GMT
    Location: http://www.redistream.com/cgi-bin/f/fossil
    Server: Apache/1.3.37 (Unix) AuthMySQL/2.20 mod_perl/1.30 mod_ssl/2.8.28 OpenSSL/0.9.8a
    Content-Length: 77
    Content-Type: text/html; charset=utf-8
    Client-Date: Fri, 24 Sep 2010 13:13:57 GMT
    Client-Peer: 70.104.141.70:80
    Client-Response-Num: 1
    Client-Warning: Redirect loop detected (max_redirect = 7)
    </pre>
    
    fossil is accessed as /cgi-bin/f
    
    the contents of f are:
    <pre>
    #!/usr/local/bin/fossil
    repository: /fossil/redistream
    </pre>
    
    perms are a+rw to /fossil
    
    a new repo /fossil/bingo seems to work fine, but all work in the previous repo is unavailable.
    
    from the command line, 'fossil wiki list -R /fossil/redistream' works.
    
    fossil all rebuild /fossil/redistream has no effect.
    
  2. foundin changed to: "b48f78964e"
  3. private_contact changed to: "a563a71e5f857dde49670b64cd4ded705a2f9a18"
  4. severity changed to: "Critical"
  5. status changed to: "Open"
  6. title changed to: "Redirect problem prevents fossil access"
  7. type changed to: "Incident"