apche配置问题

apche配置问题

  apache安装正确,但是我将默认网站目录修改后就出问题了,每次访问127.0.0.1时总是下载index.html,不能用浏览器打开。请高手相助!!!
  我修改的httpd.conf部分是:#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "E:/www"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features. 
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "E:/www">
    #
    # 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.2/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:
    #  Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

</Directory>
还有一个问题是:我的apache版本是2.2.10 mysql是5.1.30 php是5.2.7但是启动apache是失败,提示
cannot load LoadModule php5_module F:/AppServ\php5\php5apache2_2.dll
网上很多人说是版本不兼容的问题。
我想问一下,那些版本组合起来不会出现兼容性问题,我用2.0.63的也是提示一样的问题!!
我的是 Apache2 2.2.4  Php5.2.6
没问题。
你说的我也碰到过  确实不爽
不是版本不兼容的问题。

是我loadmodule时路径弄错了
问题已解决……
该回复于2009-01-04 15:34:35被管理员删除
不懂,up
该回复于2009-01-04 15:24:47被管理员删除
友情up
该回复于2009-01-04 15:24:47被管理员删除
不懂,帮顶