Apache error 0x6eec38dc command reference 0x00000000 memory cannot be read

Source: Internet
Author: User

Many friends may encounter this problem when viewing the error log in the system. Apache reports the error 0x6eec38dc command reference 0x00000000 memory cannot be \ "read, next I will introduce you to you.

When Apache is started, the "0x00000000" memory referenced by the "0x6eec38dc" command is reported. The memory cannot be "read ".

The reason is: after httpd. conf is configured, a website configuration pointing to the mobile hard disk is added.

The Code is as follows: Copy code

<VirtualHost *: 80>
DirectoryIndex index.html index. php
ServerName "www.sjolzy.cn"
DocumentRoot "J:/www/sjolzy.cn"
<Directory "J:/www/sjolzy.cn">
Options Indexes MultiViews
AllowOverride All
Order allow, deny
Allow from all
</Directory>
</VirtualHost>

J is the drive letter of the mobile hard disk. It was configured two days earlier. Apache was started these two days and the error message "memory cannot be Read: '0x00000000 "memory referenced by the '" 0x6eec38dc "command. The memory cannot be "read ". ', Only in the evening. Deleted and restarted.

Solutions introduced by other friends

1. If you can eliminate the hardware reason (the memory is not compatible, replace the memory. Is the video card driver correctly installed or maliciously overwritten ?) Look down:
2. system or other software issues can be handled in the following ways: if the system itself has problems, install official patches in a timely manner and reinstall the system if necessary. Virus: anti-virus. Anti-Virus Software conflicts with other software: uninstall problematic software.
3. the browser prompts that the memory cannot be read or written: 1. Run → regedit → enter the registry, and go to →
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/ShellExecuteHooks
This location has a normal key value {AEB6717E-7E19-11d0-97EE-00C04FD91972} to remove the other.
2. Open the CMD window and enter the following command:

The Code is as follows: Copy code
For % I in (% windir %/system32/*. dll) do regsvr32.exe/s % I press ENTER
For % I in (% windir %/system32/*. ocx) do regsvr32.exe/s % I press enter to restart.

4. If the above method cannot be solved, you can only use the last one:
Complete dll registration: Open "run" input → cmd → press ENTER
Then copy the following line of characters to the Black cmd box and press enter to wait for the dll file to be fully registered. To prevent input errors, copy this command, right-click the command prompt and choose paste> Press enter. Wait until the screen stops rolling.
(The code to be run is as follows ):

The Code is as follows: Copy code
For % 1 in (% windir %/system32/*. dll) do regsvr32.exe/s % 1

Then restart the machine.

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.