[BlueOnyx:27230] Re: 5210R PHP Admin Flag not recognized on all Vsites
Michael Stauber
mstauber at blueonyx.it
Wed Aug 28 16:45:07 -05 2024
Hi Rodrigo,
> Just to add This problem Started after the installation of these two updates
>
> Package Arch Version Repository Size
> ================================================================================
> Upgrading:
> base-blueonyx-capstone noarch 5210R-6.20240826BX22.el8 BlueOnyx-5210R 32 k
> base-blueonyx-glue noarch 5210R-6.20240826BX22.el8 BlueOnyx-5210R 103 k
Totally unrelated. Nothing in there changes anything related to PHP.
> Hope it can help us find why php_admin fla gis no longer valido n our vsites apache config
See my earlier message to the list (with [BlueOnyx:27222] in the subject).
Please check your /etc/httpd/conf.modules.d/15-php.conf and it should
looks like this on a 5210R:
-------------------------------------------------------------------------
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
# Cannot load both php5 and php7 modules
<IfModule !mod_php5.c>
<IfModule prefork.c>
LoadModule php7_module /usr/lib64/httpd/modules/libphp7.so
</IfModule>
</IfModule>
-------------------------------------------------------------------------
If it doesn't? Then that is probably the problem. OR you used the GUI to
switch the default PHP version to any other PHP version than the one
provided by the OS.
In which case you might have a
/etc/httpd/conf.modules.d/15-php.conf.orig_os, which you can copy back
to /etc/httpd/conf.modules.d/15-php.conf
Then restart "httpd" and it should work again.
Si no se soluciona, envíame una «Solicitud de asistencia» a través de la
interfaz gráfica de usuario para que pueda echarle un vistazo.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list