C:\WINDOWS\system32>httpd.exe -k install
Installing the 'Apache2.4' service
The 'Apache2.4' service is successfully
installed.
Testing httpd.conf....
Errors reported here must be corrected
before the service can be started.
(OS 10013)액세스 권한에 의해 숨겨진 소켓에 액세스를 시도했습니다. : AH00072: make_sock: could
not bind to address [::]:8080
(OS 10013)액세스 권한에 의해 숨겨진 소켓에 액세스를 시도했습니다. : AH00072: make_sock: could
not bind to address 0.0.0.0:8080
AH00451: no listening sockets available,
shutting down
AH00015: Unable to open logs
이를 해결하기 위해서는 서비스 들어가서, world wide web
publishing service 를 중단시켜서 실행해야 합니다.
중지하고 나서 위와 같이 다시 삭제하고 시도해 보니 잘 됩니다.
저는 iis 와 함께 사용하고 있어서 포트를 별도로 8080 하여 php 를 접근 하였습니다.
이를 사용하기 위해서는 httpd.conf 파일 내용에 Listen 8080 으로 변경 후 서비스를 등록 하시면 됩니다.