ds3422222222 2013-09-08 05:47
浏览 122
已采纳

wamp服务器的图标不会变为绿色

after i installed the wamp server it work fine but when i tried to create a virtual host it stop working and the icon just turn from red to orange and stop

these are the steps that i did to create a virtual host if anything is wrong please tel me in which step

step 1

in the httpd.conf

<Directory "C:\wamp\www/">
    options Indexes followSymLinks--
    AllowOveride all--
    Order Deny.Allow--
    Deny from all--
    Allow from 127.0.0.1--
</Directory>

and uncomment the line that include v-host word

step 2.

add these lines to the httpd-vhosts.conf file

<VirtualHost *:80>
    ServerAdmin admintestappdev.loc--
    DocumentRoot "C:/wamp/www/testappdev.loc"--
    ServerName testappdev.loc--
    ServerAlias www.testappdev.loc--
    ErrorLog "logs/testappdev.loc.error.log"--
    CustomLog "logs/testappdev.loc-access.log" Common--
</VirtualHost>
<VirtualHost *:80>
    DocumentRoot "C:/wamp/www/"--
</VirtualHost>

step 3.

go to this path C:\Windows\System32\drivers\etc

and add three line 127.0.0.1 localhost 127.0.0.1 "name of the file" 127.0.0.1 "www. + nameof the file "

if anyone can help i will appreciate this

展开全部

  • 写回答

1条回答 默认 最新

  • douxuanyi2813 2013-09-08 06:31
    关注

    This can be caused by a lot of different things, here are a few checks.

    1. Make sure apache2 configuration is valid (ie apache can read it properly)

    2. (Obvious) Make sure port 80 is open and not being used by another program such as skype, apache provides a small command line program to check this. Click on the menu and navigate to the apache folder and there should be a menu item saying something along the lines of Test Port 80.

    3. Correct me if I'm wrong but I don't know why you have loads of dashes on nearly every line? This will surely cause an error.

    Wish I could be of more help but I'm running linux at the moment and don't use wamp server anymore. If you get really stuck reinstall wamp (backup databases etc first) and follow a tutorial online that works to get a working configuration.

    See this answer WAMP server not running after enabling httpd-vhosts.conf as it is very similar and could help you out.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部