Computing.Net > Forums > Linux > Configuring apache & php &ssl

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Configuring apache & php &ssl

Reply to Message Icon

Name: arun
Date: December 28, 2001 at 00:17:54 Pacific
Comment:

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_files

no 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




Sponsored Link
Ads by Google

Response Number 1
Name: DS
Date: December 29, 2001 at 17:10:05 Pacific
Reply:

The addy looks irrelevant, but it should have some pertinent info

http://perl.apache.org/guide/install.html


0
Reply to Message Icon

Related Posts

See More







Post Locked

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


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Configuring apache & php &ssl

Installation of Apache, MySQL, PHP www.computing.net/answers/linux/installation-of-apache-mysql-php/8186.html

configuring apache www.computing.net/answers/linux/configuring-apache/10348.html

Linux Install for Internal Web Serv www.computing.net/answers/linux/linux-install-for-internal-web-serv/28768.html