Why does 'APACHE.EXE: cannotdetermine_PHP tutorial appear?

WBOY
Release: 2016-07-13 10:53:37
Original
889 people have browsed it

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...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template