Home  >  Article  >  Operation and Maintenance  >  phpstudy cannot start apache

phpstudy cannot start apache

王林
王林Original
2019-10-18 13:18:295498browse

phpstudy cannot start apache

Problem:

Apache stopped after setting the domain name and restarting

Solution:

1. Do not have Chinese in the php path. Reinstall phpstudy in a path without Chinese.

phpstudy cannot start apache

2. Check whether port 80 is occupied. If it is occupied, you can stop the program. Or modify the apache/nginx port

3, phpstudy ->Other options->Open the configuration file->vhosts

Delete the first line Listen 80 (depending on personal settings, it may be other port) and then restart.

Recommended tutorial: phpstudy tutorial

The above is the detailed content of phpstudy cannot start apache. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn