(02-28-2021, 02:32 PM)ccr1969 Wrote: Right on let me know how your making out . Like i said first time myself testing Ubuntu with Sentora as i run windows 2019 server And myself & a friend rebuilt my Sentora and is running SQL 8 latest Apache Perl Python Still Using PHP 5.6 to jail panel. As i have yet to get a good compile of snuffleupagus on Windows always errors with java time .
But Panel will work with PHP 7 just i want to Secure it . So 5.6 is it till i can get a good compile than i will do panel to work with PHP 7 or 8 . Good luck testing spoonman
the server is slower because of CGI and it is old server side technology.
RE: PHP version changer 03-01-2021, 05:04 AM (This post was last modified: 03-01-2021, 05:36 AM by ccr1969.)
(03-01-2021, 01:41 AM)spoonman Wrote: the server is slower because of CGI and it is old server side technology.
Try Tweaking your mod-fcgid-conf
you did change your mod-fcgid-conf ?
/etc/apache2/mods-available/fcgid.conf
play around with this it to you find a sweet spot <IfModule mod_fcgid.c>
MaxRequestLen 1000000000
IPCCommTimeout 9999
IPCConnectTimeout 100
FcgidBusyTimeout 600
IPCConnectTimeout 600
FcgidZombieScanInterval 30
FcgidIdleTimeout 40
FcgidProcessLifeTime 30
FcgidMaxProcesses 120
FcgidMaxProcessesPerClass 120
FcgidMinProcessesPerClass 60
FcgidConnectTimeout 600
FcgidIOTimeout 600
FcgidInitialEnv RAILS_ENV production
FcgidIdleScanInterval 10
</IfModule>
RE: PHP version changer 03-01-2021, 05:21 AM (This post was last modified: 03-01-2021, 05:22 AM by spoonman.)
(03-01-2021, 05:04 AM)ccr1969 Wrote: Try Tweaking your mod-fcgid-conf
you did change your mod-fcgid-conf ?
play around with this it to you find a sweet spot
Thats what i have done.
I'm going to check back a little later on the speed.
(03-07-2021, 08:53 AM)spoonman Wrote: Have not had much time to work on it.
Still messing around with the settings.
If I haven't said already good job on this mod.
RE: PHP version changer Ubuntu-14.04.6 06-06-2021, 03:09 AM (This post was last modified: 06-06-2021, 03:11 AM by zHostingSolutions.)
(02-21-2021, 10:23 PM)spoonman Wrote: This is what i would do
open Treminal
type:
Code:
sudo -i
then root password
then
Code:
sudo nautilu
file manager will open.
go to file /etc/sentora/panel/modules/Php_Ver/hooks/ and change permissions on the file with right click on the Properties button to
Hi.
Ok. So, the module works well with my Windows Sentora and I guess it's really changing the version since it shows version 7 which I changed from version 5. However, it doesn't do anything like in this image. I attached what mine look like.
Ok. So, the module works well with my Windows Sentora and I guess it's really changing the version since it shows version 7 which I changed from version 5. However, it doesn't do anything like in this image. I attached what mine look like.
The post that you're replying from was for changing permissions on files Within a Ubuntu system.
Ok. So, the module works well with my Windows Sentora and I guess it's really changing the version since it shows version 7 which I changed from version 5. However, it doesn't do anything like in this image. I attached what mine look like.
Your screenshot shows it correctly . The pending will change after daemon run. to live
if you want to see if its changed create a php info insert it into site folder and run it. It should show your version of php currently on domain.
Remember if you run lets encrypt after the php ver per say it will over write the vhost therefore you must rewrite php version back by re-choosing it php ver will not over write any existing data on vhost only its self .
RE: PHP version changer Ubuntu-14.04.6 06-17-2021, 09:25 AM
(06-12-2021, 06:26 AM)ccr1969 Wrote: Your screenshot shows it correctly . The pending will change after daemon run. to live
if you want to see if its changed create a php info insert it into site folder and run it. It should show your version of php currently on domain.
Remember if you run lets encrypt after the php ver per say it will over write the vhost therefore you must rewrite php version back by re-choosing it php ver will not over write any existing data on vhost only its self .
I want mine to have the same look and feel of the screenshot with the "Basic," "Permission" and "Open With." Therefore, I can change permissions.