For a ’test’ environment I agree with advice given. Just because something can
be done, doesn’t mean it should be. Running two versions of php on one server
as I understand it, is only going to cause headaches and ’straighten the
roundness of wheels to make them more square’… For test purposes i
On 04/09/2021 05:59 PM, Jonathon Koyle wrote:
> Do reach of your virtual hosts have a unique ServerName? x.x.x.x is not a
> very descriptive example.
No, they all had just the external IP address where I put x.x.x.x.
-
To unsub
9 aprile 2021 21:51, "H" wrote:
> etc, I have separate conf files in /etc/httpd/conf.d/, one for each of site1,
> site2 etc, using this
> format:
>
>
> ServerAdmin
> ServerName x.x.x.x
> DocumentRoot /var/www/html/
> Include /etc/httpd/conf.d/rh-php70-php-fpm.conf
> ErrorLog /var/log/http
Do reach of your virtual hosts have a unique ServerName? x.x.x.x is not a
very descriptive example.
I have been trying to configure running both php 7.0 and 7.2 on one host,
certain sites using the former and others the latter. That's another thread
though.
However, I have some more questions given that my configuration is
x.x.x.x/site1, x.x.x.x/site2 etc, I have separate conf files in
/etc/