PHP 모듈 셋팅
php module setting ./configure --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex--enable-trans-sid --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --enable-track-vars --with-language=korean --with-charset=euc_kr --disable-debug--with-xml --enable-magic-quotes cp php.ini-dist /usr/local/lib/php.ini httpd.conf 설정변환 DirectoryIndex index.html index.jsp index.php #php 모듈을 위해 AddType application/x-httpd-php .php .php3 .ph .htm .html AddType application/x-httpd-php-source .phps httpd.conf 파일에 모듈 추가 #LoadFile /usr/local/pgsql/lib/libpq.so LoadModule php4_module libexec/libphp4.so php 기존 버전의 post,get 방식 지원 방식 틀림 php.ini 의 registor_global 를 On 으로 바꿈