Line 401:
Line 401:
vim /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/98mypoolusage
vim /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/98mypoolusage
−
<Directory /home/e-smith/files/ibays/test/html>
+
<Directory /home/e-smith/files/ibays/test/html/mysubfolder>
SSLRequireSSL
SSLRequireSSL
Options None
Options None
Line 420:
Line 420:
You can write your own fragment in /etc/e-smith/templates-custom/etc/php-fpm.d/custom.conf/ e.g. /etc/e-smith/templates-custom/etc/php-fpm.d/custom.conf/15mypool
You can write your own fragment in /etc/e-smith/templates-custom/etc/php-fpm.d/custom.conf/ e.g. /etc/e-smith/templates-custom/etc/php-fpm.d/custom.conf/15mypool
−
You will also need to write a httpd fragment similarly to what shown just above.
+
You will also need to write a httpd fragment similarly to what shown just above, or if this is a dedicated pool you need to your custom needs for your ibay, you can force the ibay to use it by doing :<syntaxhighlight lang="bash">
+
db accounts MYIBAY setprop CustomPool enabled
+
</syntaxhighlight>This will prevent the generation of the default ibay pool in ibays.conf , and let you use /var/run/php-fpm/php$version-$name.sock socket from your template-custom... or from the db php using the same key as the name of the ibay.
===Installation of composer===
===Installation of composer===