[ internet ] in KIDS 글 쓴 이(By): djchoi (아 몬 드) 날 짜 (Date): 1994년06월08일(수) 15시38분48초 KDT 제 목(Title): www install ? 저 같은 경우 inetd를 이용하여 인스톨 해 보았는데... 별 문제가 없던데요 ... 제가 셋팅한 것은 다음과 같습니다. * httpd가 /usr/local/etc/httpd란 디렉토리에 인스톨되었을 경우 (컴파일은 되었다고 가정) 1. /usr/local/etc/httpd/conf/httpd.conf 란 화일에서 아래와 같이 셋팅 ServerType inetd Port 80 User nobody Group #-1 ServerRoot /usr/local/etc/httpd ErrorLog logs/error_log TransferLog logs/access_log PidFile logs/httpd.pid 2. /etc/inetd.conf에 다음을 추가 www stream tcp nowait nobody /usr/local/etc/httpd/httpd httpd 3. /etc/services에 다음을 추가 www 80/tcp #www server 4. prompt> kill -1 "inetd process id" 대충 이렇게 하니 연결은 되는 것 같은데, 문제는 .html화일을 찾지 못한다고 메시지가 나와요. 즉 prompt>mosaic http://"www server"/index.html 하면 (index.html는 /usr/local/etc/httpd에 있는 화일임) "The requested URL /index.html was not found on this server." 라고 메시지만 나옵니다. 어디가 잘못인지 원.. http://hoohoo.ncsa.uiuc.edu에 인스톨 가이드가 있다고 하는데, 읽기가 다소 힘들어 이렇게 도움을 구합니다.(아직까지는 느린 속도와 영어 매뉴얼이라) |