Skip to content

Commit

Permalink
add php 8.3 to phpfpm
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 23, 2024
1 parent a1340a3 commit 620c652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ApachController/ApacheController.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class ApacheController:
php80Path = '/etc/opt/remi/php80/php-fpm.d/'
php81Path = '/etc/opt/remi/php81/php-fpm.d/'
php82Path = '/etc/opt/remi/php82/php-fpm.d/'
php83Path = '/etc/opt/remi/php83/php-fpm.d/'
php84Path = '/etc/opt/remi/php84/php-fpm.d/'

serviceName = 'httpd'

Expand Down

0 comments on commit 620c652

Please sign in to comment.