Questions and Answers for beginners PHP (2)

Source: Internet
Author: User
Keywords Questions and Answers for beginners PHP (2)
Question 1: Why does "APACHE" appear. Exe:cannot determine local host name. "?

Answer 1:
Due to the fact that the Windows version of Apache does not specify servername by default, the runtime will have an error.

The workaround is to modify the httpd.conf in the Conf directory under the Apache installation directory:
-Search ServerName
-Remove the previous # number
-Change the value behind the ServerName to your own settings, such as localhost.
-Save, restart Apache
----------------------------------------------------------------------
Q 2: Why does the session function using PHP4 under Windows always report a path error?
Answer 2:

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

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

"The copyright of this article is owned by the author and house Orso near net, if need to reprint, please specify the author and source"
  • 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.