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

Eric Covener <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #5 from Eric Covener <[email protected]> ---
Does this act any better?

 <Directory "/home/www/XXX/php/receiver/Upload">
        <RequireAll>
          require method PUT
          require valid-user
        </RequireAll>
        AllowOverride All
        Options -Indexes +FollowSymLinks -Includes
        AuthName      "NocHost"
        AuthType      Basic
        AuthUserFile  /home/www/XXX/conf/htpasswd_host
        Script PUT /receiver/put.php
    </Directory>

Does your config similarly protect direct access to /receiver/put.php?
Does the error message get triggered when /receiver/put.php is accessed
directly?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to