Add FastCGI Plugin for PHP-FPM support with examples, tests, and documentation
- Introduced `FastcgiPlugin` for automatic HAProxy `fcgi-app` configuration generation. - Added example Docker Compose setup for PHP-FPM with FastCGI. - Updated documentation with detailed examples and usage instructions for FastCGI. - Included test cases to validate plugin behavior and generated configurations. - Enhanced `easymapping` to support `fcgi-app` definitions in global configs.
This commit is contained in:
parent
a993025718
commit
883521e7e1
12 changed files with 1029 additions and 2 deletions
9
examples/docker/php-app/info.php
Normal file
9
examples/docker/php-app/info.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* PHP Info Page
|
||||
*
|
||||
* This page displays comprehensive PHP configuration information
|
||||
* including FastCGI environment variables set by EasyHAProxy.
|
||||
*/
|
||||
|
||||
phpinfo();
|
||||
Loading…
Add table
Add a link
Reference in a new issue