XAMPP on Windows - Apache not starting

前端 未结 9 1076
生来不讨喜
生来不讨喜 2020-12-05 02:45

I have installed XAMPP on my windows 7 machine but can\'t get Apache to work.

On start I get the following errors:

13:09:21  [apache]  Apache Service         


        
相关标签:
9条回答
  • 2020-12-05 03:44

    my friend this the will fix ur problem ;)

    in root of folder ( xampp ) just run this file ( setup_xampp.bat ) then press enter

    and try to start the apache server

    every things will work like charm ;)

    0 讨论(0)
  • 2020-12-05 03:44

    I had my Apache service not start same as MySQL one. Please follow these steps if none of above tips works :

    1. Open regedit.exe on any windows this available . Run as administrator. (Only on windows 7 and later editions )
      1. Go to local machine/system/controlset001/services
      2. Find and delete folders of services apache and mysql .
      3. Uninstall xampp . Delete folder of xampp.
      4. Restart computer and reinstall Xampp . After that your Xampp apache and Mysql should work.

    Note: Ports 80 and 443 must be unused by any program. 
          If it is in use . Just edit ports. There is a lot of tutorials about that .
    
    0 讨论(0)
  • 2020-12-05 03:49

    The most likely reason would be that something else is using port 80. (Often this can be Skype, IIS, etc.)

    This tutorials shows How to Change the Apache Port in XAMPP

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