: /etc/inetd.conf 파일에서 다음을 추가한다.
:
: RPM 패키지로 설치했을 경우 :
: httpd stream tcp nowait root /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf
:
: 소스로 /usr/local/apache에 설치했을 경우 :
: httpd stream tcp nowait root /usr/local/apache/bin/httpd -f
: /usr/local/apache/conf/httpd.conf
위에 있는대로 설정을 해보니 되지 않더군요.
그래서 다음과 같이 해보니 되던데요..
httpd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/httpd -f /etc/http~~~~~
중간에 /usr/sbin/tcpd 라는 부분을 첨가...
바로 이부문입니다.
그럼 즐거운 리눅싱이 되기를.....