Linux :: apache && tomcat 연동 설정 1. apache 설치 하기 apache 홈페이지 설치 내용이다.( http://httpd.apache.org/docs/2.2/en/install.html )# apache를 설치 하기 위한 개요는 다음과 같다.1. 다운로드 :: $ lynx http://httpd.apache.org/download.cgi2. 압축 풀기:: $ gzip -d httpd-2_1_NN.tar.gz :: $ tar xvf httpd-2_1_NN.tar3. 구성:: $ ./configure --prefix=PREFIX4. 컴파일 :: $ make5. 설치:: $ make install6. 설정:: $ vi PREFIX/conf/httpd.conf [ pass ]7. 검사:: $ PREFIX/bin/apachectl start .. 더보기 이전 1 ··· 9 10 11 12 13 14 15 ··· 47 다음