Skip to content

Conversation

@MickLesk
Copy link
Member

@MickLesk MickLesk commented Dec 5, 2025

✍️ Description

The mod_fastcgi.conf in Alpine references /usr/bin/php-cgi, but with php83 the binary is named /usr/bin/php-cgi83

🔗 Related PR / Issue

Link: #9695

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

Fix lighttpd failing to start with error:
'invalid bin-path => /usr/bin/php-cgi'

The mod_fastcgi.conf in Alpine references /usr/bin/php-cgi but
with php83 the binary is named /usr/bin/php-cgi83.

Added sed command to update the path in mod_fastcgi.conf after
enabling it in lighttpd.conf.

Fixes #9695
@MickLesk MickLesk requested a review from a team as a code owner December 5, 2025 20:02
@github-actions github-actions bot added the update script A change that updates a script label Dec 5, 2025
@MickLesk MickLesk changed the title fix(alpine-mariadb/postgresql): correct php-cgi path for php83 alpine: (mariadb/postgresql): correct php-cgi path for php83 (adminer) Dec 5, 2025
@github-actions github-actions bot added the bugfix label Dec 5, 2025
@MickLesk MickLesk linked an issue Dec 5, 2025 that may be closed by this pull request
2 tasks
@tremor021 tremor021 merged commit b436ba5 into main Dec 5, 2025
4 checks passed
@MickLesk MickLesk deleted the fix/alpine-mariadb-adminer-9695 branch December 8, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix update script A change that updates a script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MariaDB - Alpine fails to install adminer

4 participants