(05-30-2024, 06:15 AM)franmm25 Wrote: Yes i use this module :
Also Module Change Php Version add some lines inside vhosts as these :
And i add these lines for specific folder with other Php versión, from Apache Module in Sentora only for some domains :
Apache Modules :
Code:access_compat_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
bw_module (shared)
core_module (static)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
http_module (static)
Loaded Modules:
log_config_module (static)
logio_module (static)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php7_module (shared)
proxy_fcgi_module (shared)
proxy_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
socache_shmcb_module (shared)
so_module (static)
ssl_module (shared)
status_module (shared)
unixd_module (static)
version_module (static)
watchdog_module (static)
The module and all works fine, the only problem is with SSL for subdomain access CP, regards.
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.
-Jettaman-
NEW: Sentora v.2.0.1 has been released!!!
Sentora's quick recovery depends on community support and donations. We need to stand as one and help Sentora into the future.
Donate HERE and do your part. We thank you for your support.
NEW: Sentora v.2.0.1 has been released!!!
Sentora's quick recovery depends on community support and donations. We need to stand as one and help Sentora into the future.
Donate HERE and do your part. We thank you for your support.