httpd.conf 파일의 171번 라인이라는 소리입니다.
/usr/local/apache/conf/httpd.conf
: 잘 작동하다가 언젠가 리붓하고 부턴 저젛게 나오네요..
:
: [root@aaa /root]# /usr/local/apache/bin/apachectl start
: /usr/local/apache/bin/apachectl: line 171: 1016 세그멘테이션 오류 (core d
: umped) $HTTPD
: /usr/local/apache/bin/apachectl start: httpd could not be started
: [root@aaa /root]#
:
:
: /usr/local/apache/bin/apachectl <--- 이파일의 171라인은 done라고 적혀있는데
:
: 155 start - start httpd
: 156 stop - stop httpd
: 157 restart - restart httpd if running by sending a SIGHUP or start if
: 158 not running
: 159 fullstatus - dump a full status screen; requires lynx and mod_status enabled
: 160 status - dump a short status screen; requires lynx and mod_status enabled
: 161 graceful - do a graceful restart by sending a SIGUSR1 or start if not running
: 162 configtest - do a configuration syntax test
: 163 help - this screen
: 164
: 165 EOF
: 166 ERROR=2
: 167 ;;
: 168
: 169 esac
: 170
: 171 done
: 172
: 173 exit $ERROR
:
:
: 위 내용은 "/usr/local/apache/bin/apachectl"의 내용 일부분입니다.
:
: 부탁드립니다.