Re: Related question on having multiple subdomains on one host

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/09/2021 03:50 PM, H wrote:
> 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/httpd/conf.d/, one for each of site1, site2 etc, using this format:
>
> <VirtualHost *:80>
>         ServerAdmin xxxx
>         ServerName x.x.x.x
>         DocumentRoot /var/www/html/
>         Include /etc/httpd/conf.d/rh-php70-php-fpm.conf
>         ErrorLog /var/log/httpd/site1-error.log
>         CustomLog /var/log/httpd/site1-access.log combined
> </VirtualHost>
>
> The above is for x.x.x.x/site1, the others are similar except using site2 etc etc. The sites are in /var/www/html/site1, /var/www/html/site2 etc.
>
> - Is this the correct format? Ie, I shall have one <VirtualHost *:80> in each of those files? Or, does this need to be configured differently?
>
> - I want to log x.x.x.x/site1 errors to its own file, site1-error.log, and all accesses to site1 to its own file, the customlog file above. Site2 should be logged to its files etc. Yet I seem to end up with logentries for different subsites in the files which makes me suspect something is incorrectly configured...
>
>
For some reason I can get either php version to work but not both in parallel. Looking at other webpages referencing Ubuntu, it seems that one needs to enable being able to use multiple php versions in apache using a2enmod or something like that?

Is this required in CentOS as well?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux