OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
grpc-gcp
/
tests
/
grpc-gcp
/
fpm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:35:21 AM
rwxr-xr-x
📄
README.md
502 bytes
08/12/2024 10:35:21 AM
rw-r--r--
📄
php-fpm1.php
2.57 KB
08/12/2024 10:35:20 AM
rw-r--r--
📄
php-fpm2.php
2.75 KB
08/12/2024 10:35:20 AM
rw-r--r--
Editing: README.md
Close
PHP-FPM test is used to verify that channel created by script1 can be fetched by script2. It can be run inside browser or by commands in terminal. ``` curl -o - 'tests/fpm/session_unset.php' curl -o - 'tests/fpm/php-fpm1.php' curl -o - 'tests/fpm/php-fpm2.php' ``` `session_unset.php` is clear all items inside current worker process. `php-fpm1.php` creates 2 channels and update active streams with each channel. `php-fpm2.php` can fetch 2 channels created by `php-fpm1.php` and use them.