중요항사항..
설치후..한글문제가 나타난다...
charset 부분은 알아서 잘해결..
Apache 2.0.XXX
./configure
--prefix=/usr/local/apache \
--enable-rule=SHARED_CORE \
--enable-module=so \
--enable-shared=max \
--enable-so
make
make install
-------------------------------------
php 4.3.xxx
./configure
--with-apxs2=/usr/local/apache/bin/apxs \
--with-apache-install=/usr/local/apache \
--enable-modules=so \
--disable-debug \
--with-mysql=/usr/local/mysql/ \ //설치된 경로
--enable-sigchild \
--with-imap=../imap-2001a \ //소스
--with-track-vars \
--enable-track-vars=yes \
--with-mod-charset \
--with-language=korean \
--with-charset=euc_kr \
--disable-debug \
--with-xml \
--with-gd \
--with-zlib \
--enable-sysvsem \
--enable-sysvshm \
make
make install
cp /소스디렉토리/libs/libphp4.so /usr/local/apache/modules
cp php.ini-dist /usr/local/lib/php.ini
=============================================================
***** httpd.conf 추가 사항 *******
1. Dynamic Shared Object (DSO) Support (모듈추가)
LoadModule php4_module modules/libphp4.so
2.Direct Option 추가
<Directory "/www">
Options Indexes FollowSymLinks MultiViews Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
3. AddType 추가
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
=============================================================
Zend
소스를 푼다.
shell> tar xvfz ZendOptimizer-2.1.0-Linux_glibc21-i386.tar.gz
shell> cd Zend* ,로 들어가서
shell> ./install.sh ,해주면 GUI를 가장한(?) 설정 창이 뜹니다.
계속 OK 눌러 주시면 설치가 완료됩니다.
마지막에 나오는 메세지는 "php.ini는 새로 심볼릭 링크 했다. 수정하고 싶으면 /usr/local/Zend/etc 에있는
php.ini를 해라."는 것입니다.
=============
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/S80httpd
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc5.d/S80httpd
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc0.d/K80httpd
ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc6.d/K80httpd
======================================
'서버.보안' 카테고리의 다른 글
MySql 관리용 query [ver 0.1] (0) | 2006.11.15 |
---|---|
로그 화일 자동 조절하기 (0) | 2006.10.16 |
서버종합점검[리눅스] (0) | 2006.10.16 |
Vimrc 파일내용. (0) | 2006.07.28 |
APM설치 랜드판 (0) | 2006.07.28 |
댓글