: <VirtualHost 62.97.169.11>
: ServerName www.eyeok.co.kr : ServerAlias eyeok.co.kr
: DocumentRoot /home/eyeok/public_html/
: </UirtualHost> =====>>>>> 철자가 틀리네요
: 다름이 아니구여,
: 리눅스서버에 아파치와 톰캣이 깔려 있거든여.
: 그런데 제가 httpd.conf파일에서여, virtualhost설정을 해준다음에여,
: 아파치서버를 재 부팅을 할려구 하는데, 재부팅이 안되어서여.
: 즉,
: [root@kpekd conf]# /usr/local/apache/bin/apachectl restart
: /usr/local/apache/bin/apachectl restart: configuration broken,
ignoring restart
: /usr/local/apache/bin/apachectl restart: (run 'apachectl configtest'
for details
: )
:
: 위와 같이 실행결과가 나와버린답니다.
:
: 혹시나 제가 httpd.conf파일에서 설정한 사항은 아래와 같거든여.
:
: #</VirtualHost>
:
: NameVirtualHost 62.97.169.11
:
: <VirtualHost 62.97.169.11>
: ServerName www.kfd.com : ServerAlias kfd.com
: DocumentRoot /home/kfd/public_html/
: </VirtualHost>
: <VirtualHost 62.97.169.11>
: ServerName www.eyeok.co.kr : ServerAlias eyeok.co.kr
: DocumentRoot /home/eyeok/public_html/
: </UirtualHost>
: <VirtualHost 62.97.169.11>
: ServerName www.ffbag.co.kr : ServerAlias ffbag.co.kr
: DocumentRoot /home/ffbag/public_html/
: </VirtualHost>
:
: 저는 위와 같이 하구선, 저장시켰거든여.
: 괜히 httpd.conf파일을 잘못 건드려서 이상해지는건 아닌지 모르겠어여.
: 지금 너무나 불안하답니다. httpd.conf파일을 잘못 건드려서, 재부팅이 안
되는건지.
: 아니면, 원래 저렇게 재부팅하는것이 아닌건지.. 흠...
:
:
: 참고루, pstree했을때는 아래와 같이 나타납니다.
: [root@kpekd conf]# pstree
: init-+-bdflush
: |-crond
: |-keventd
: |-khubd
: |-klogd
: |-ksoftirqd_CPU0
: |-kswapd
: |-kupdated
: |-libhttpd.ep---10*[libhttpd.ep]
: |-login---bash
: |-5*[mingetty]
: |-proftpd
: |-safe_mysqld---mysqld---mysqld---14*[mysqld]
: |-sendmail
: |-syslogd
: `-xinetd-+-in.telnetd---login---bash---su---bash-+-pstree
: | `-top
: `-in.telnetd---login---bash---su---bash---vim