Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I want to configure apache, ssl and php on linux.
After installing apache and php on linux, i am trying to configure them.
what i did is, downloaded all source file to home/arun/install_filesno keys---------------
# gunzip -c apache_1.3.22.tar.gz | tar xf -# cd apache_1.3.22
# ./configure --prefix=/usr/local/apache
# cd ..
# gunzip -c php-4.0.5.tar.gz | tar xf -
# cd php-4.0.5
# ./configure --with-mysql=/usr/local/mysql
--with-xml \
--with-apache=../apache_1.3.22 \
--enable-track-vars# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini
# gunzip -dc openssl-0.9.5a.tar.gz | tar xvf -
# cd openssl-0.9.5a
#./config --prefix=/usr/local/ssl
# make
# make test
# make install
# cd ..
# gunzip -dc mod_ssl-2.8.5-1.3.22.tar.gz |tar xvf -
# cd mod_ssl-2.8.5-1.3.22
# ./configure --with-apache=../apache_1.3.22
# cd ..
# cd apache_1.3.22
# SSL_BASE=../openssl-0.9.5a \
RSA_BASE=../rsaref-2.0/local \
./configure \
--enable-module=ssl \
--activate-module=src/modules/php4/libphp4.a \
--enable-module=php4 \
--prefix=/usr/local/apache \
--enable-shared=ssl

The addy looks irrelevant, but it should have some pertinent info
http://perl.apache.org/guide/install.html

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |