Home  >  Article  >  Backend Development  >  Why does "APACHE.EXE: cannotdetermine_PHP tutorial appear?

Why does "APACHE.EXE: cannotdetermine_PHP tutorial appear?

WBOY
WBOYOriginal
2016-07-13 10:53:37853browse

Since the Windows version of Apache does not specify ServerName by default, an error will occur during runtime.
The solution is to modify httpd.conf in the conf directory under the Apache installation directory:
- Search for ServerName
- Remove the # sign in front
- Replace the value after ServerName with your own Settings, like localhost
- Save, restart Apache

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632385.htmlTechArticleSince the Windows version of Apache does not specify ServerName by default, an error will occur during runtime. The solution is to modify httpd.conf in the conf directory under the Apache installation directory: - Search Se...
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