Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not IPv6 capable #3

Open
Seegras opened this issue Oct 9, 2013 · 1 comment
Open

Not IPv6 capable #3

Seegras opened this issue Oct 9, 2013 · 1 comment

Comments

@Seegras
Copy link

Seegras commented Oct 9, 2013

DEBUG: HTTP url:
http://webserver/fpm-status
DEBUG: HTTP request:
IP used (better if it's an IP):webserver
GET http://webserver/fpm-status
Host: webserver

PHP-FPM CRITICAL - 500 Can't connect to webserver:80 (Connection refused)

Same result if you put "use Net::INET6Glue::INET_is_INET6;" into it.

The bug is sadly probably out of your control, because it's actually in LWP::UserAgent;

Using "use LWP::Simple;" and do a "get('$url');" would work, but that doesn't give us the http status codes...

@regilero
Copy link
Owner

Labelling this as both bug and feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants