Php configuration environment problems ~ Win7 & nbsp; 64-bit flagship version, I installed WAMP, then installed zendStudio, after creating a project, appeared for help ~~~~~~~~~~~, Disable iis..., 1. check whether the file exists. 2. check whether the configuration path is correct. & nbsp ;?, Reference: disable the normal solution on the first floor of iis. Enter netstat & nbs php configuration environment problems in the black window ~
I installed WAMP and zendStudio in the 64-bit flagship version of win7. after creating a project
For help ~~~~~~~~~~~
------ Solution --------------------
Disable iis...
------ Solution --------------------
1. check whether the file exists.
2. are you sure the configuration path is correct?
------ Solution --------------------
Reference:
Disable iis...
Positive solution on the first floor. Enter netstat-aon in the black window
------ Solution --------------------
Findstr "80"
Check whether port 80 is occupied. Stop the process in the task manager.
------ Solution --------------------
Stop iis and try again
------ Solution --------------------
Http: // localhost run in the browser.
No problem. add the project path and try again.
------ Solution --------------------
Obviously, your error is from IIS, not from Apache in the WAMP you installed. This indicates that port 80 is occupied by IIS.
There are two possibilities:
1. non-80 ports are used in Apache
2. Apache uses port 80, but it is already occupied by IIS. therefore, no service is started successfully.
------ Solution --------------------
My experience is:
1. you have enabled IIS. just disable it;
2. set the path in your code to be inconsistent with the actual physical path;
3. subdomain settings.
------ Solution --------------------
You can change the apache port and enter the URL to http: // localhost: apache port/your path.
------ Solution --------------------
Reference:
Disable iis...
Positive solution on the first floor. The main user visits the web site under iis.