본문 바로가기

Linux Server 구축/1-2. Web Server

제로보드 XE 설치 제로 보드 XE 를 설치하기 전에 ------------------------------------------------------------------- 1. GD 라이브러리가 설치되어 있어야 한다. ( 참조 : GD 라이브러리 설치 ) 2. MySQL의 User와 DB를 생성해 준다. ( 참조 : 1-3. 제로보드 설치전 설정 (2) ) 3. 제로보드 XE ( 다운로드 ) ------------------------------------------------------------------- 1. 제로 보드 XE 압축 해제 [root@server3 xe]# pwd /root/Desktop/xe [root@server3 xe]# tar xvfz xe.full.1.1.5.tgz - 제로보드 xe를 다운 .. 더보기
GD라이브러리 설치 GD라이브러리 설치 순서 1. zlib 설치 2. png 설치 3. jpeg 설치 4. freetype 설치 5. gd 설치 ------------------------------------------------------------------- 1. zlib 다운로드 (zlib-1.2.3.tar.gz) : http://www.zlib.net/ 2. png 다운로드 (libpng-1.2.34.tar.gz) : http://www.libpng.org/pub/png/libpng.html 3. JPEG 다운로드 (jpegsrc.v6b.tar.gz) : http://quox.org/install/graphics/jpeg-6b.html 4. freetype 다운로드 (freetype-2.3.8.tar.gz) : .. 더보기
PHPMyAdmin - blowfish_secret 해결방법 PHPMyAdmin - blowfish_secret 해결방법 http://www.server3.co.kr/phpmyadmin 에 접속했을 경우 아래와 같은 경고 문구가 나타난다. http://www.server3.co.kr/phpmyadmin 에 로그인 했을 경우 아래와 같은 경고 문구가 나타난다. The configuration file now needs a secret passphrase (blowfish_secret). ------------------------------------------------------------------- phpmyadmin 환경설정파일 경로 /usr/local/apache/htdocs/phpmyadmin/libraries/config.default.php 이 파일.. 더보기
PHPMyAdmin - mbstring error 해결방법 PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법 The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. ------------------------------------------------------------------- 1. PHP를 RPM으로 설치한 경우 - YUM 을 이용한 방법 # yum install php-mbstring -----------.. 더보기
PHPMyAdmin - mcrypt 문제 해결 방법 (libmcrypt 설치) PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법 mcrypt 확장모듈을 불러올 수 없습니다. PHP 환경설정을 검사하십시오. ------------------------------------------------------------------- libmcrypt-2.5.8.tar.gz (다운로드) ------------------------------------------------------------------- 1. libmcrypt 설치 [root@server3 Desktop]# tar xvfz libmcrypt-2.5.8.tar.gz libmcrypt-2.5.8/ - 중략 libmcrypt-2.5.8/configure.in [root@serve.. 더보기
Neither host 'server1' nor 'localhost' could be looked up with /usr/local/mysql/bin/resolveip mysql source install 시 문제 해결 방법 # /usr/local/mysql/bin/mysql_install_db Neither host 'server1' nor 'localhost' could be looked up with /usr/local/mysql/bin/resolveip Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option ---> 위 상황은 mysql 을 make install 까지 끝난 상태에서 db를 생성하기 위하여 명령을 내렸는데 문제가 나타난 상.. 더보기
Tomcat 6.0 & Apache Server 연동 중 Servlets 연동 문제 Tomcat 6.0 을 설치 후 브라우저에서 확인 할 때 servlets과의 연동이 안되는 경우 해결 방법 [root@server3 extra]# vi /usr/local/apache/conf/httpd.conf #tomcat setting include conf/extra/tomcat.conf [root@server3 extra]# pwd /usr/local/apache/conf/extra [root@server3 extra]# vi tomcat.conf [root@server3 extra]# cat tomcat.conf #mod_jk setup JkWorkersFile "/usr/local/apache/conf/workers.properties" JkLogFile "/usr/local/apache/l.. 더보기
ZendOptimizer zendoptimizer - PHP의 코드를 좀더 빠른 속도로 실행하도록 해준다. 그러므로 자신의 웹서버에 PHP를 사용한다면 꼭 받아서 설치하는 것이 좋다. ------------------------------------------------------------------- Zend 공식 홈페이지 : www.Zend.com ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz (다운로드) ------------------------------------------------------------------- 1. zendoptimizer 다운 로드 및 압축 해제 [root@server3 ~]# cd /root/Desktop [root@server3 Desktop]# ls.. 더보기
PHPMyAdmin php my admin - phpmyadmin 은 mysql의 작업을 웹에서 좀더 쉽고 간편하게 관리할 수 있는 도구이다. ------------------------------------------------------------------- http://www.phpmyadmin.net/ phpMyAdmin-3.1.1-all-languages.tar.bz2 (다운로드) ------------------------------------------------------------------- - APM이 RPM설치인 경우 - 1. 다운 받은 phpMyAdmin 압축파일을 Apache의 Document 디렉토리 인 /var/www/html/ 로 이동 및 압축해제 2. phpMyAdmin의 환경 파일 설정 .. 더보기
Tomcat JSP Server 소스설치 Tomcat JSP Server ------------------------------------------------------------------- 참고 사이트 : http://tomcat.apache.org/ ------------------------------------------------------------------- 1. JAVA 컴파일 프로그램 설치 - 참고 기본적으로 아파치 서버가 설치되어 있어야 한다. ------------------------------------------------------------------- JDK 다운 : http://java.sun.com/javase/downloads/index.jsp jdk-6u11-linux-i586-rpm.bin (다운로드.. 더보기