Elan Ruusamäe

Results 1423 comments of Elan Ruusamäe

well known thing: https://github.com/php-ds/ext-ds/issues/2

in short: this should be fixed in packaging longer: problem is in php-src that `extension` line is evaluated immediately, not after reading in all ini configs. the only workaround is...

i reported this as well to @hernandev in the commit: - https://github.com/codecasts/php-alpine/commit/5744597de123dc1df445d0ee4a8f125ee5af1f0e#r33657141 however, you can build the image yourself: 1. modify `.env` 2. `./build.sh sandbox`

why not just submit PR and see where it goes?

i think this is regression, can there be added perhaps separate option to control this? as changing log format in all vhosts and installations can be problematic, can surely still...

for reference adding doc what `%a` and `%h` mean: | Format String | Description | | --- | --- | | %a | Client IP address of the request (see...

ps: i tested that with php `$_SERVER['REMOTE_ADDR']` and `require ip x.y.z.z` work properly :+1: if there's no plan to fix the `%h` value from `mod_rpaf` side, this should be described...

tested [mod_remoteip](http://httpd.apache.org/docs/current/mod/mod_remoteip.html) and seems behave identical to `mod_rpaf`: ``` LoadModule remoteip_module modules/mod_remoteip.so RemoteIPHeader X-Forwarded-For RemoteIPInternalProxy 127.0.0.1 ``` `%h` prints ip from connection and only `%a` contains the client real ip

@gnif ping. please see discussion and my notes. what's your verdict?

Perhaps this should be closed due to the unhelpful issue title as the module supporting PHP 8.0 is already released.