WAMP Virtual Hosts Setup
问题 Problem I had WAMP running happily and decided to set up Virtual Hosts. Now WAMP won’t start (stuck on orange). There is no error log because Apache won’t start. Also relevant: this version of WAMP listens on port 81 and MySQL uses port 3307. Request I have been at this for hours and cannot see my mistake. I’d be grateful if anyone can spot it. Apache/conf/extra/httpd-vhosts NameVirtualHost *:81 <VirtualHost *:81> DocumentRoot "C:/wamp/www" ServerName localhost ServerAlias localhost ## Using