Magaz, The Greek Linux Magazine
Magaz Logo

Επόμενο  Προηγούμενο  Περιεχόμενα

4. Εγκατάσταση με υπστήριξη DSO (Dynamic Shared Object)

4.1 Aρχίζοντας.

Απλά επαναλάβετε τα βήματα 3.1 και 3.2 (χρειάζονται και εδώ :) )

4.2 Apache & mod_ssl configuration σε ένα (ξανά!)

cd mod_ssl-2.5.0-1.3.11 

./configure \ 

            --prefix=/usr/local/apache \
            --with-apache=../apache_1.3.11/ \
            --with-ssl=../openssl-0.9.4 \
            --enable-shared=ssl \
            --enable-rule=SHARED_CORE \
            --enable-module=so \
            --enable-suexec \  (OPTIONAL)
            --suexec-caller=nobody (OPTIONAL)
            [..more apache options..]
cd .. 

cd apache_1.3.11 

make
make certificate TYPE=custom (or TYPE=dummy)
make install 

cd .. 

4.3 Εγκατάσταση ApacheJserv

cd ApacheJserv-1.1 

./configure \ 

           --prefix=/usr/local/jserv \
           --with-apxs=/usr/local/apache/bin/apxs  \
           --with-jdk-home=/usr/local/jdk/ \
           --with-JSDK=/usr/local/jsdk/

make 
make install 

4.4 Τελευταία βήματα.

Bάζουμε κάπου στο httpd.conf :
 
Include /usr/local/apache/conf/jserv/jserv.conf 

Επίσης στο AddModules section του httpd.conf:

AddModule mod_jserv.c 

4.5 Έλεγχος.

Ξεκινάμε τον apache με υποστήριξη ssl :

/usr/local/apache/bin/apachectl startssl

Eλέγχουμε το jserv :

http://server.domain.com/servlets/Hello

Ελέγχουμε το ssl :

https://server.domain.com/

:)

Επόμενο  Προηγούμενο  Περιεχόμενα


Valid HTML 4.01!   Valid CSS!