https://issues.apache.org/bugzilla/show_bug.cgi?id=56084

Hans <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Hans <[email protected]> ---
It's an Apache misconfiguration that's not pointed out very clearly.

The following is the fix:
        <Location /fcgi-php-fpm>
            # here we prevent direct access to this Location url,
            # env=REDIRECT_STATUS will let us use this fcgi-bin url
            # only after an internal redirect (by Action upper)
            Order Deny,Allow
            Deny from all
            Allow from env=REDIRECT_STATUS
        </Location>

It would be useful to point this out somewhere.

The above restricts direct access, but not internal access via PHP-FPM sockets.

-- 
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