This is due to the change introduced by the following APAR.
PH61893, PH62263: IBM HTTP Server is vulnerable to multiple vulnerabilities due to the included Apache HTTP Server
https://www.ibm.com/support/pages/node/7159808
```
Behavior Changes on Windows:
Use of network shares (such as //servername) requires the IP or hostname to be specified with the UNCList directive. The directive should appear before the directives (such as Alias or DocumentRoot or <Directory>) that reference the //servername remote path.
```
You need to add "UNCList abc.com" just before the DocumentRoot.