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

Could not find the requested service php8.2-fpm: host #393

Open
MateuszPrasal opened this issue Feb 6, 2023 · 7 comments
Open

Could not find the requested service php8.2-fpm: host #393

MateuszPrasal opened this issue Feb 6, 2023 · 7 comments
Labels

Comments

@MateuszPrasal
Copy link

MateuszPrasal commented Feb 6, 2023

Hi !
I'm trying to use PHP 8.2 on Debian 11. PHP CLI works well, but I have a lot of problems to launch php-fpm. I'm using Nginx as webserver. During launching playbook, I'm receiving Could not find the requested service php8.2-fpm: host error.
Below my Ansible config

php_enable_php_fpm: true
    php_version: "8.2"
    php_default_version_debian: "8.2"
    php_fpm_state: started
    php_fpm_enabled_on_boot: true
    php_packages:
      - "php8.2-curl"
      - "php8.2-mbstring"
      - "php8.2-mysql"
      - "php8.2-pdo"
      - "php8.2-zip"
      - "php8.2-soap"
      - php8.2-xml
      - php-redis

I'd be glad for help :)

@MateuszPrasal
Copy link
Author

Now, I added php-fpm to php_packages and it works, generally I see php8.2-fpm in /etc/init.d

@stale
Copy link

stale bot commented May 22, 2023

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label May 22, 2023
@lfkdev
Copy link

lfkdev commented Jun 26, 2023

The role just skipped installing fpm for me also; this works:

php_packages:
  - php{{php_default_version_debian}}-fpm

@stale
Copy link

stale bot commented Jun 26, 2023

This issue is no longer marked for closure.

@stale stale bot removed the stale label Jun 26, 2023
@github-actions
Copy link

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Oct 28, 2023
@whitethemight
Copy link

same problem

@github-actions github-actions bot removed the stale label Dec 2, 2023
Copy link

github-actions bot commented Apr 6, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants