No idea why it's not using localhost here. Any ideas?
[3] => Array
(
[http://::1/drupal7/admin/httprl-test?key=FOOO&id=httprl_BAR] => stdClass Object
(
[url] => http://::1/drupal7/admin/httprl-test?key=FOOf&id=httprl_BAR
[request] => stdClass Object
(
[code] => -10049
[error] => Die angeforderte Adresse ist in diesem Kontext ungltig.
)
[status] => Connection not made.
[data] =>
[options] => Array
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | httprl-1420084-5-ipv6-to-ipv4.patch | 794 bytes | mikeytown2 |
Comments
Comment #1
hass commentedPart of the issue is the bug #1420080: Settings form not shown that does not allow me to configure my servers IP address...
Additional to this PHP returns an IPv6 address for
$_SERVER['SERVER_ADDR'], Apache is not configured for as I know. I believe the $_SERVER['SERVER_ADDR'] detection needs optimization. I have no idea how this can be fixed or what I may need to change in PHP to get this solved.In general it would be more useful to set the default value for 'httprl_server_addr' to
-1Comment #2
hass commentedComment #3
mikeytown2 commentedYour PHP is built with "--enable-ipv6" most likely.
Can you test this on your box?
http://php.net/sockets.constants
Comment #4
hass commentedComment #5
mikeytown2 commentedThis patch has been applied to 6.x & 7.x. This might fix the issue on #1420092: httprl_lock_release() not upgraded to D7
Comment #6
hass commentedIt looks more like a clean exit than an exception. Can try tomorrow... Now its 3:30am - time to sleep :-)