![]() |
|
Per domain php.ini files. Are they possible? - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Per domain php.ini files. Are they possible? (/showthread.php?tid=3392) |
Per domain php.ini files. Are they possible? - worksmarter - 01-12-2017 Title says it all, can we have a custom php.ini file for separate sites or am I dreaming? Sorry if I missed it in the documents, but Google failed me. Douglas RE: Per domain php.ini files. Are they possible? - TGates - 01-12-2017 No, not with the way the current stack is set up. But it is something to look into in a future release. Pretty much .htaccess to handle some of the settings. (Some are disabled for security) RE: Per domain php.ini files. Are they possible? - Castey - 01-12-2017 It will require fastcgi/fcgi or fpm with starting script running php with php.ini from user dir. RE: Per domain php.ini files. Are they possible? - TGates - 01-12-2017 (01-12-2017, 05:12 AM)Castey Wrote: It will require fastcgi/fcgi or fpm with starting script running php with php.ini from user dir. Correct. But, unfortunately due to the current security layer in Sentora, there are security issues with fastcgi/fcgi or fpm. Unless @[Me.B] can shed some more light on the subject. RE: Per domain php.ini files. Are they possible? - Me.B - 01-12-2017 You can't as the current setup use Apache_php module and php/fpm require a different security layer. M B RE: Per domain php.ini files. Are they possible? - worksmarter - 01-13-2017 Thank you guys. I was afraid of that. The reason to ask is some of the sentastico prospects require larger than normal allocations. I will see if any of them can be modified in the .htaccess file. Douglas RE: Per domain php.ini files. Are they possible? - TGates - 01-13-2017 Yeah, as we talked about, the packages need to be limited to what can run on a Sentora server ![]() And I know the php versions are 'low' compared to most of their minimum requirements
|