https://bz.apache.org/bugzilla/show_bug.cgi?id=69743

--- Comment #21 from Sebastiaan <[email protected]> ---
We also had a production outage after the 2.4.64 upgrade. The only option
available to us was to rollback to an earlier Apache version (2.4.63). We are
behind HaProxy.

What I have discovered that ServerName versus VirtualHost definitions need to
match with 2.4.64.

I.e. this breaks:

<VirtualHost _default_:443>
    ServerName www.example.com
</VirtualHost>

When changing that to:

<VirtualHostwww.example.com:443>
    ServerName www.example.com
</VirtualHost>

It works again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to