Skip to content

temp filename does not depend on port #26

@uschwarz

Description

@uschwarz

If you talk directly to the fastcgi port, url is only the path, /status by default. This means if you run several different php-fpm daemons (for example: multiple version of PHP) on different ports, those all overwrite each others stored data.

To fix, you could probably hash more data (including $o_port) in

my $TempFile = $TempPath.$o_host.'_check_phpfpm_status'.md5_hex($url);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions