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
./
"This article copyright belongs to the author and the Osso net jointly owns, if needs to reprint, please indicate the author and the origin"
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.