XP를 통해 XAMPP에서 Apache 2.2 서비스를 다시 설치할 수 없습니다

StackOverflow https://stackoverflow.com/questions/256575

  •  05-07-2019
  •  | 
  •  

문제

XAMPP를 실험하려고합니다. 공간 문제가 발생한 후 XAMPP 설치를 다른 드라이브 (D :)로 옮기고 싶었습니다. 그러나 XP 서비스에는 Apache 2.2 서비스가 여전히 원래 C : 설치를 지적하고 있습니다. 시작하고 멈추는 방법 만 봅니다. 서비스를 제거하면 문제가 해결되기를 바랍니다.

따라서 질문은 두 부분으로 구성됩니다 1) 서비스를 제거하려면 어떻게해야합니까? 2)이 정보를 기준으로 서비스를 실행하기 위해 간단히 다시 설치할 수 있습니까?

감사해요

도움이 되었습니까?

해결책

In a command prompt execute:

sc delete service

Where service be Apache and mysql.

Then go into your xampp control panel and check the little svc boxes. That will make them services again.

Be sure to run the "setup_xampp.bat" script in the root of your xampp server! You must do this each time your servers change directory (this feature is useful if you put your servers on a USB drive).

Good luck :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top