Questions and Answers for beginners PHP (2)

Source: Internet
Author: User
Tags modify
Q 1: Why "APACHE" appears. Exe:cannot determine local host name. "?

Answer 1:
Because the Windows version of Apache does not specify servername by default, the Run-time error occurs.

The solution is to modify the httpd.conf in the Conf directory under the Apache installation directory:
-Search ServerName
-Remove the number of the front #
-Replace the value behind servername with your own settings, such as localhost or something.
-Save, restart Apache
----------------------------------------------------------------------
Q 2: Why is the use of PHP4 's session function under Windows always reported path errors?
Answer 2:

May be a bug that PHP4.0 under Windows. The solution is to set the path of the save session to the current path (only so that it will not be wrapped).

The method is to modify the php.ini
Session.save_path
The value is set to
./


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.