我是看《PHP WEB2.0 开发实战》第二章的时候,叫配一个虚似主机,可按书上的配了后,访问页面报错:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@20081220-2236.domain and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
后来又照着
http://bbs.91lamp.com/detail-5-1.html上面教的配了,还是报一样的错。怎么回事呀?求高人指教呀?
我的安装路径如下:
Apache d:/AppServ/Apache2.2
PHP d:/AppServ/PHP
MySQL d:/AppServ/MySQL
网站根目录 d:/AppServ/www/
我Apache/conf/extra/httpd-vhosts.conf下的内容如下:
<VirtualHost *:80>
Options None
ServerName phpweb
DocumentRoot "D:\AppServ\Apache2.2\www\htdocs"
<Directory "D:\AppServ\Apache2.2\www\htdocs">
AllowOverride All
Options All
</Directory>
php_value include_path ".;D:\AppServ\Apache2.2\www\include;D:\AppServ\PHP\PEAR"
php_value magic_quotes_gpc off
php_value register_globals off
</VirtualHost>
搞了两天了,都没成功,不知道是怎么回事,请高手指教,最好有看过《PHP WEB2.0 开发实战》这本书并配置成功了的高人来给小弟指教下呀,两天没搞好,晚上睡觉都睡不好。给大家磕头了。我的QQ:2342362