> Date: Thursday, April 15, 2021 20:46:56 -0600
> From: Jonathon Koyle
>
> I'm not sure, but my understanding is that of you have multiple
> virtual hosts on one machine, and they all listen on the same
> interfaces/ip addresses then they have to have unique ServerName
> directive. If you have
I'm not sure, but my understanding is that of you have multiple virtual
hosts on one machine, and they all listen on the same interfaces/ip
addresses then they have to have unique ServerName directive. If you have
duplicates, they will all be served by the first virtual host, with a
matching Serve
On 04/15/2021 08:50 PM, Jonathon Koyle wrote:
> Is / valid in a ServerName directive? I thought it only included scheme,
> host, and port?
I see. I just checked and that seems to be correct, ie my approach does not
work. I should go back to along what Dino suggested for another problem I have.
Is / valid in a ServerName directive? I thought it only included scheme,
host, and port?
I have an issue where access messages and error messages are not logged to
individual logs on a server hosting multiple public subdomains, eg
1.2.3.4/site1 and 1.2.3.4/site2, instead they end up in a central log. I would
like to change the logging to files specific to each subdomain. This is a L
unsubscribe