Blogger Information
Blog 3
fans 0
comment 0
visits 2806
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
wampserver的搭载配置
optimystique
Original
1037 people have browsed it

下载安装wampserver后,需要更改部分配置以使得操作更加便捷。

  1. 首先,就是关于80端口的占用问题。

    由于Apache服务器默认监听80端口,80端口被占用会导致Apache服务器无法正常使用。在 cmd 中,输入netstat -n -a -o,可以查看80端口是否被占用。

    1>. 简单方法是直接对Apache的http.conf文件进行修改,修改Listen 0.0.0.0:80,使用其他未占用的端口代替80端口,通常使用8080端口。

    2>. 对于安装过SQL Server的电脑而言,80端口基本都会被占用。运行 services.msc 进入本地服务查找 SQL Server Reporting Services 服务,将该服务禁用。

    3>.其他程序占用情况靠百度。

  2. 更改Apache服务器的根目录:

    1>.进入 wamp64\bin\apache\apache2.4.23\conf (省略盘符,版本号自行更改) 打开 httpd.conf 文件,搜索 DocumentRoot 将对应的目录地址更改为你需要更改到的文件夹地址,搜索 Directory 将对应目录地址修改同上

    2>.进入wamp64\bin\apache\apache2.4.23\conf\extra (省略盘符,版本号自行更改) 打开 httpd-vhosts.conf 文件修改 DocumentRoot , Directory 目录地址方法同上。

  3. 修改wampserver 配置文件:

    1>.进入 wamp64 (省略盘符) 打开 wampmanager.ini 文件, 搜索 menu.left,对www目录进行修改。

Type: item; Caption: "www 目录"; Action: shellexecute; FileName: "xxx(此处添加目录地址同上)";Glyph: 2

        2>.打开 wampmanager.tpl 文件,搜索 menu.left,对${w_wwwDirectory}项进行修改。

Type: item; Caption: "${w_wwwDirectory}"; Action:shellexecute; FileName: "xxx(此处添加目录地址同上)";Glyph: 2

    4.重启wampserver

   



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post