Same error with Listen [::1]:80:
[Wed Jul 09 14:37:34.589993 2014] [core:crit] [pid 3680:tid 304] (OS 11004)The requested name is valid, but no data of the requested type was found. : AH00077: alloc_listener: failed to set up sockaddr for [::1]
AH00526: Syntax error on line 61 of C:/Program Files/Apache24/conf/httpd.conf:
Listen setup failed
This time, I tested on a Windows 7 x64 virtual machine, Visual C++ Redistributable for Visual Studio 2012 Update 4, and a fresh install of httpd-2.4.9-x64-vc11.zip. The only change I made was to Define SRVROOT "C:/Program Files/Apache24" in httpd.conf. netstat -an | findstr ":80" only shows Apache listening on 0.0.0.0:80, not [::]:80. And when I changed the "Listen", I got the error shown above.
BTW, it looks like the build I'm running isn't the same as yours. When starting httpd, it says:
[Wed Jul 09 14:36:19.646275 2014] [mpm_winnt:notice] [pid 4076:tid 160] AH00455: Apache/2.4.9 (Win64) OpenSSL/1.0.1f configured -- resuming normal operations
[Wed Jul 09 14:36:19.647277 2014] [mpm_winnt:notice] [pid 4076:tid 160] AH00456: Server built: Mar 13 2014 14:33:55
Whereas yours mentions "Apache Haus VC11", and was built more recently.