开发者

Wamp wont use Apache but IIS instead ?

开发者 https://www.devze.com 2023-03-24 16:07 出处:网络
I just installed the WAM开发者_StackOverflowP service The wamp page The problem I am having is that, when I try running the local host, or the phpmyadmin it runs it automatically with my IIS7 server.

I just installed the WAM开发者_StackOverflowP service The wamp page

The problem I am having is that, when I try running the local host, or the phpmyadmin it runs it automatically with my IIS7 server. I did stooped the IIS server from running, but then it says that the page it could not be found? How to I prevent the IIS from starting on the start up, since I don't really use it? How do I make the Apache my default server or something like that?


On each port only one server can listen to incoming requests. Http uses port 80 by default and it seems like IIS is configured to listen on that port on your machine.

To change this you have to edit the binding settings of iis (in "Internet Information Services (IIS) Manager" -> click on Sites\"Default Web Site", then there should be a link "Bindings" on the right side of the screen). In apache you have to edit on of the config files: http://httpd.apache.org/docs/2.0/en/mod/mpm_common.html#listen and restart apache.

You can reach your other webserver (not listening on port 80) by explicitly specifying the port number in the address: e.g. http://localhost:85/phpmyadmin

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号