Ricompilato e aggiornato apache modssl php

cd mod_ssl-2.8.28-1.3.37

./configure –with-apache=../../apache_1.3.37 –with-ssl=/usr/local/ssl
–enable-shared=ssl –with-mm=/usr/local

cd ../../apache_1.3.37

EAPI_MM="/usr/local" SSL_BASE="/usr/local/ssl" ./configure
–enable-module=so –enable-shared=ssl –enable-module=ssl
–enable-module=rewrite

make && make install

cd ../php/php-4.4.4

./configure –with-mysql=/usr/local/mysql –with-openssl=/usr/local/ssl
–with-apxs=/usr/local/apache/bin/apxs –enable-mbstring
–with-mm=/usr/local –with-zlib –with-gd

make && make install

aggiunto a httpd.conf


AddModule mod_rewrite.c

Related Posts