此为正解 其他的都是乱写
那些linux里面还有Windows路径的。。郁闷 看傻掉了。。
Listen 192.168.1.2:80 //80端口其实是不需要监听的(此句可省略)
Listen 192.168.1.2:8891
<VirtualHost 192.168.1.2:80>
DocumentRoot ../htdocs/www
ServerName www.******.com
</VirtualHost>
<VirtualHost 192.168.1.2:8891>
DocumentRoot ../htdocs/pma
ServerName www.******.com
</VirtualHost>