2023. 7. 6. 15:28

php를 이용한 간이 웹서버 만들기

php가 정상적으로 동작하고, path에 들어 있는 상태에서

아래와 같이 레지스트리를 등록하면,

탐색기에서 빈 공간에 마우스 오른쪽 버튼을 눌러 '웹서버만들기'를 누르면 해당 경로를 Root로 하는 웹서버가 만들어짐

 

포트번호는 localhost:8081 부분에서 8081를 수정하면 됨

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\웹서버만들기]

[HKEY_CLASSES_ROOT\Directory\Background\shell\웹서버만들기\command]
@="cmd.exe /c php.exe -S localhost:8081"

저 내용이 들어있는 reg파일도 같이 첨부함

웹서버만들기.reg
0.00MB