[Not Solved]
RE: Problem ssl subdomain access Control Panel
05-30-2024, 08:41 AM
(This post was last modified: 05-30-2024, 08:42 AM by franmm25.)
(05-30-2024, 07:32 AM)Jettaman Wrote: @[franmm25],
THAT'S THE ISSUE!!!! CCR1969's PHP changer mod is obsolete with sentora v2.0.1+ core code/files.
He has made changes that no longer work with the new core/files. In his install he replaces main core files to make his module work.
We need to get your system back to default v2.0.1 core files.
Follow these steps below and run commands as ROOT -
Code:setso --set apache_changed "1717016703"
Code:setso --set panel_ssl_tx ""
Code:setso --set apache_port "80"
Code:setso --set sentora_port "80"
Code:setso --set dbversion "2.0.0"
Code:bash <(curl -L -Ss https://sentora.org/update_2.0.1)
This should reset your core and default you back to v2.0.1.
Let me know if you have any issues after you run the following commands. Talk soon.
Thanks, and yes, this fix all for this situation, but how i can use fpm, for change version of php because until always can put different version for each domain include in each folder
Quote:<Files ~ "\.php$">
SetHandler "proxy:unix:/run/php/php5.6-fpm.sock|fcgi://localhost/"
</Files>
<Directory /var/sentora/hostdata/zadmin/public_html/test_com/test2>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php7.3-fpm.sock|fcgi://localhost/"
</FilesMatch>
</Directory>
And is strange because now no have the module for change php version, but i can continue change to php version 5.6, but don´t let me change in folders, for me is the same the module, but in Centos 7 i change this with only install fpm but at the moment no works for me in Ubuntu, if i can install this and others php versions can change manually the version in Apache vhosts and overwrite, and don´t give problems.
Is possible solution for this, thank´s for all your help, regards