New domain options and properties for Debian Bookworm #1

Closed
hsh-timotheuspokorra wants to merge 41 commits from TP-202311-vhost-bookworm into rel_4.0
Showing only changes of commit 85271e0776 - Show all commits

View File

@ -243,8 +243,8 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
new CopyFileProcessor("/usr/local/src/phpstub/phpstub", domainDir + "/fastcgi-ssl/phpstub", userName, pacName, "755")
);
domDirsProcessor.appendProcessor(
new ShellProcessor("chattr +i " + domainDir + " /fastcgi/phpstub && " +
"chattr +i " + domainDir + " /fastcgi-ssl/phpstub")
new ShellProcessor("chattr +i " + domainDir + "/fastcgi/phpstub && " +
"chattr +i " + domainDir + "/fastcgi-ssl/phpstub")
);
domDirsProcessor.appendProcessor(
new ShellProcessor("ln -sf " + domainDir + " /home/doms/ && " +