apache2.2創建虛擬主機
修改C:WINDOWSsystem32driversetchosts
添加了一條 192.168.0.80 phpweb20
然後修改httpd.conf文件
ServerName phpweb20
DocumentRoot "C:/WAMP/Apache/htdocs/workspace/flex/phpweb20/htdocs"
AllowOverride All
Options All
php_value include_path ".;C:/WAMP/Apache/htdocs/workspace/flex/phpweb20/include;C:/WAMP/php/PEAR"
php_value magic_quotes_gpc off
php_value register_globals off
然後在浏覽器輸入http://phpweb20/ 無法打開目錄,顯示連接失敗
只有127.0.0.1 phpweb20的情況下才可以,各位大俠知道這是為什麼嗎?
我來回答