https://bz.apache.org/bugzilla/show_bug.cgi?id=64949

            Bug ID: 64949
           Summary: Server denies requests from network
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: HP
                OS: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: mod_access
          Assignee: bugs@httpd.apache.org
          Reporter: hwal...@windev.cc
  Target Milestone: ---

The server returns a "403 Forbidden" when trying to access it via the local
network.

This bug would be fixed by including these lines in the configuration file:

<FilesMatch "^\.htaccess">
        Require all denied
</FilesMatch>

<FilesMatch "^\.htpasswd">
        Require all denied
</FilesMatch>

<FilesMatch "^\.html">
        Require all granted
</FilesMatch>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to