Apache: Could not initialize random number generator

前端 未结 3 759
执念已碎
执念已碎 2021-01-27 10:52

I\'m really frustrated, my apache server doesn\'t start, my error.log is this:

[Fri Jul 26 16:26:20.211050 2013] [core:notice] [pid 32240:tid 268] AH00094: Comma         


        
相关标签:
3条回答
  • 2021-01-27 11:07

    I had similar problem and troubleshooted for days before I finally stumbled upon the solution:

    Ensure that your system's PATH environment variable does not contain illegal characters such as "b?????Ä/????????".

    Removing such entries resolved the problem for me.

    0 讨论(0)
  • 2021-01-27 11:26

    Check your environment settings. There may be an invalid character in it. See http://www.apachelounge.com/viewtopic.php?t=5535

    Besides that: it looks like you are missing the logs directory.

    0 讨论(0)
  • 2021-01-27 11:28

    I had a similar problem:

    [:crit] [pid 7368] (-2146173818)Unknown error: AH00141: Could not initialize random number generator
    

    I checked the system's PATH environment variable and found Chinese signs in it. Since I deleted them, Apache works fine.

    0 讨论(0)
提交回复
热议问题