Draft: Issue #3437187 by andypost: Testing FrankenPHP
Draft: Issue #3437187 by andypost: Testing FrankenPHP
1 open thread
1 open thread
Closes #3437187
Merge request reports
Activity
added 1 commit
added 6 commits
-
13af4ffd...2b536b6c - 5 commits from branch
project:11.x
- b422bdc6 - Issue #3437187 by andypost: Testing FrankenPHP
-
13af4ffd...2b536b6c - 5 commits from branch
added 1 commit
- b065811f - change frankenphp and start-stop-daemon args
3 # Path to FrankenPHP binary 4 FRANKENPHP_BIN="/usr/local/bin/frankenphp" 5 6 # FrankenPHP parameters 7 FRANKENPHP_ARGS="php-server -a" 8 9 # User and group to run the service 10 USER="www-data" 11 GROUP="www-data" 12 13 PIDFILE="/var/run/frankenphp.pid" 14 3 15 ln -s $CI_PROJECT_DIR /var/www/html/subdirectory 4 sudo service apache2 start 16 #sudo service apache2 start 17 sudo start-stop-daemon --start --quiet --background --pidfile $PIDFILE --make-pidfile --chuid $USER:$GROUP --exec $FRANKENPHP_BIN -- $FRANKENPHP_ARGS sorry, I meant to see if this makes any difference.
I think this change should be in https://git.drupalcode.org/project/drupalci_environments/-/blob/a651bb00596095b835d811ed8c96383edadf4d4e/php/8.3-ubuntu-frankenphp/conf/apache2
will revert this one.
Edited by Luhur Abdi Rizalchanged this line in version 5 of the diff
added 1 commit
- 1267d290 - Revert "change frankenphp and start-stop-daemon args"
Please register or sign in to reply