Home  >  Article  >  Backend Development  >  phpstudy’s solution to the problem that apache cannot be started after configuring the domain name

phpstudy’s solution to the problem that apache cannot be started after configuring the domain name

little bottle
little bottleforward
2019-04-22 14:52:043465browse

This article is about the solution to the problem that apache cannot be started after phpstudy configures the domain name. Friends who have encountered the same problem can learn about it.

Problem: Apache stopped after restarting after setting the domain name
Check steps
1.php path should not have Chinese characters, reinstall phpstudy in a path without Chinese characters

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 is Listen 80 (it may be other ports depending on personal settings)
Restart

Related tutorials: PHP video tutorial

The above is the detailed content of phpstudy’s solution to the problem that apache cannot be started after configuring the domain name. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:cnblogs.com. If there is any infringement, please contact admin@php.cn delete