From: Jamie C. <jca...@we...> - 2018-07-04 23:29:23
|
On 02/Jul/2018 00:09 Pat Erler <pe...@gm...> wrote .. > hi, > > I have one installation where one subdomain (and only one) strangely fails > the nightly validation: > > == > Virtual server validation > ------------------------- > sub.domain.com > Apache website : No Apache virtual host for sub.domain.com found > SSL website : No SSL Apache virtual host for sub.domain.com found > Log file rotation : No webserver log found for virtual host > sub.domain.com > == > > the domain works just fine. where should I start looking? Check your Apache config for a <virtualhost> block for this domain, and make sure it exists with the correct IP and ServerName line. |