1. 21 Sep, 2005 6 commits
  2. 20 Sep, 2005 10 commits
  3. 19 Sep, 2005 12 commits
  4. 18 Sep, 2005 4 commits
  5. 17 Sep, 2005 1 commit
  6. 16 Sep, 2005 2 commits
  7. 12 Sep, 2005 2 commits
  8. 11 Sep, 2005 2 commits
  9. 10 Sep, 2005 1 commit
    • Joshua Slive's avatar
      Any failure in apr_stat on a symlink currently gives · c0111f68
      Joshua Slive authored
      "Symbolic link not allowed", which results in much head-scratching
      if the actual problem is a broken link of some sort.  The real
      fix would be to propogate the correct apr_stat error into the
      error log, but that would require more refactoring than I'm
      prepared to do.  This change simply expands the error message
      to include both possibilities.  It improves the situation for
      PR28515 but does not solve it.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@280018 13f79535-47bb-0310-9956-ffa450edef68
      c0111f68