Skip to content

Commit 10b66df

Browse files
committed
bug fix: apache vhost config
1 parent 846341b commit 10b66df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ApachController/ApacheVhosts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ def changePHP(phpVersion, vhFile):
546546

547547
finalConfPath = ApacheVhost.DecidePHPPath(php, virtualHostName)
548548

549+
logging.writeToFile(f'apache php final path: {finalConfPath}')
550+
549551
confFile = open(finalConfPath, "w+")
550552
currentConf = vhostConfs.phpFpmPool
551553
currentConf = currentConf.replace('{www}', externalApp)

plogical/upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3214,7 +3214,7 @@ def CreateMissingPoolsforFPM():
32143214
[php74default]
32153215
user = www-data
32163216
group = www-data
3217-
listen ={sockPath}php7.3-fpm.sock
3217+
listen ={sockPath}php7.4-fpm.sock
32183218
listen.owner = www-data
32193219
listen.group = www-data
32203220
pm = dynamic

0 commit comments

Comments
 (0)