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.
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!