The making of this site is in progress,do check it once in a week for new material.

This documnet descirbes howto to install the Apache web server including mod_ssl,mod_perl and php, but not as loadable modules.I am sorry for not writting it in a mode friendly manner, but just putting here some commands. A friend of mine said that what I show here is just the way NOT to do it.
I beleive my installation went like this:


    $ cd /mod_ssl-2.6.x-1.3.x
    $ ./configure \
          --with-apache=../apache_1.3.x

    $ cd apache_1.3.x
    $ ./configure \
          --prefix=/path/to/apache

    $ cd ../php-3.0.x
    $ CFLAGS='-O2 -I/path/to/openssl/include' \
      ./configure \
          --with-apache=../apache_1.3.x \
          --with-mysql=/path/to/mysql \
    $ gmake
    $ gmake install



   $ cd mod_perl-1.xx
    $ perl Makefile.PL \
          EVERYTHING=1 \
          APACHE_SRC=../apache_1.3.x/src \
          USE_APACI=1 \
          PREP_HTTPD=1 \
          DO_HTTPD=1
    
$ make
    $ make install




    $ cd apache_1.3.x
    $ SSL_BASE=/path/to/openssl \
      ./configure \
          --prefix=/path/to/apache \
          --enable-module=ssl \
          --activate-module=src/modules/php3/libphp3.a \
          --enable-module=php3
    $ make
    $ make certificate
    $ make install
    $ cd ..





SSL_BASE=SYSTEM ./configure 
--prefix=/var/lib/apache
--enable-module=ssl
--activate-module=src/modules/php4/libphp4.a 
--enable-module=php4 
--activate-module=src/modules/perl/libperl.a 
--enable-module=perl--enable-module=perl


KRAS| 1999,2000 krasi@freeshell.org