apache沒辦法改成允許其他地址訪問,因為我httpd-vhost的文件里面內(nèi)容跟老師的不一樣
#
<Directory "D:/Demo">
? ? #
? ? # Possible values for the Options directive are "None", "All",
? ? # or any combination of:
? ? # ? Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
? ? #
? ? # Note that "MultiViews" must be named *explicitly* --- "Options All"
? ? # doesn't give it to you.
? ? #
? ? # The Options directive is both complicated and important. ?Please see
? ? # http://httpd.apache.org/docs/2.4/mod/core.html#options
? ? # for more information.
? ? #
? ? Options Indexes FollowSymLinks
? ? #
? ? # AllowOverride controls what directives may be placed in .htaccess files.
? ? # It can be "All", "None", or any combination of the keywords:
? ? # ? AllowOverride FileInfo AuthConfig Limit
? ? #
? ? AllowOverride all
? ? #
? ? # Controls who can get stuff from this server.
? ? #
# ? onlineoffline tag - don't remove
? ? Require local
</Directory>
#
#
2015-04-15
我也是這樣。。。。。。。64位嗎?