/etc/httpd/conf/httpd.conf의 내용을 알맞게 수정하고
httpd를 띄우면 --> # httpd -f /etc/httpd/conf/httpd.conf
Syntax error on line 50 of /etc/httpd/conf/httpd.conf:
Invalid command 'ServerType', perhaps mis-spelled or defined by a module not included in the server configuration
이라고 오류가 납니다
물론 해당항은
ServerType standalone 입니다
무엇이 문제인지...
해당항을 주석처리하고 httpd를 띄우면 Port라인에 또 오류가 납니다
그래서 그 Port 라인도 주석을 처리하면 httpd가 드디어 띄워집니다
Ser