[EMAIL PROTECTED] wrote:
i had the same error:
>         [Fri Aug 10 07:51:18 2001] [error] [client 134.96.158.233]
> Invalid method in request \200z^A^C^A

i got an ultra5 with solaris7, and a reinstall the openssl following the normal
steps configure, make ,make install and now works.
 

I have solved this problem by chang the configuration-process !

This is my activity list :
                                           0. install openssl
                                           1. configurate mod_perl
                                           2. configurate mod_ssl with all config-parameters for Apache
                                           3. compiling Apache
                                           4. ....

                   see the attachement.
 

Hope it will work not only by me !!!
 

Ciao
     wolfgang pauly
 
 
 

-- 

                                       Hochschule fuer ##   ## ###### ##   ##
                                Technik und Wirtschaft ## # ##   ##   ## # ##
                                        des Saarlandes ##   ##   ##   ## # ##
-------------------------------------------------------------------------------
HTW                                     Dipl.-Ing. Wolfgang Pauly

Fachbereich GIS

Goebenstr. 40                           EMail: [EMAIL PROTECTED]
D-66117 Saarbruecken                    Tel:   0681-5867-239
                                        Fax:   0681-5867-122
                                        www:   http://www.htw-saarland.de
-------------------------------------------------------------------------------
 

#
#
# wpy_der_letzte_versuch_13.08.2001  ----> apache_1.3.20 +
#                                             mod_perl +
#                                             mod_ssl-2.8.4-2.3.20
#
# mit mod_ssl als DSO-Modul !!!!!
#
#

#wpy
#     einstellen der richtigen Umgebiung
#
. ~wpy/.profile


GCC=gcc
CC=gcc
OPTIM="-O3 -mv8 -fomit-frame-pointer"
CFLAGS="-I/www/apache/include -I/cert/openssl/include -I/usr/local/include"
CPPFLAGS="-I/www/apache/include -I/cert/openssl/include -I/usr/local/include"
LDFLAGS="-L/www/apache/lib -L/cert/openssl/lib -L/usr/local/lib"
export GCC CC CFLAGS CPPFLAGS LDFLAGS

#wpy 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/www/apache/lib:/cert/openssl/lib:/www/quellen-at-work/mm-1.1.3/.libs

PATH=$PATH:/cert/openssl/bin
export PATH



#
#
#wpy perl_mod zum ersten


echo "\t---->\t perl_mod  zum ersten ....."


#wpy gehe ins mod_perl-dir
#
cd mod/mod_perl-1.25

perl Makefile.PL EVERYTHING=1 \
                 APACHE_SRC=../../apache_1.3.20/src \
                 USE_APACI=1 \
                 PREP_HTTPD=1 \
                 DO_HTTPD=1  2>&1 | tee ../..wpy_configure-perl-protokoll.`date 
+%d%m%Y`

make         2>&1 | tee ../..wpy_make-perl-protokoll.`date +%d%m%Y`
make install 2>&1 | tee ../..wpy_make-perl-install-protokoll.`date +%d%m%Y`

#wpy verlassse mod_perl-dir
#
cd ../..



#
#
#wpy mod_ssl-2.8 zum ersten
echo "\t---->\t mod_ssl-2.8 .... zum ersten  "

#wpy gehe ins mod_ssl-dir
#
cd mod/mod_ssl-2.8.4-1.3.20

SSL_BASE=/cert/openssl \
EAPI_MM=/usr/local \
./configure --with-apache=../../apache_1.3.20 \
            --with-ssl=/cert/quellen-at-work/openssl-0.9.6a \
            --with-mm=../../mm-1.1.3 \
            --enable-rule=EAPI \
            --with-layout=Apache    \
            --enable-module=unique_id \
            --enable-module=rewrite \
            --enable-module=speling \
            --enable-module=expires \
            --enable-module=info \
            --enable-module=log_agent \
            --enable-module=log_referer \
            --enable-module=usertrack \
            --enable-module=userdir \
            --enable-module=so \
            --enable-module=vhost_alias \
            --enable-module=ssl \
            --enable-shared=ssl \
            --disable-rule=SSL_COMPAT \
            --activate-module=src/modules/perl/libperl.a \
            --enable-module=perl \
            2>&1| tee ../../wpy_configure-mod_ssl-protokoll.`date +%d%m%Y`

#wpy verlasse mod_ssl-dir
#
cd ../..

echo "\t---->\t apache zum zweiten ..... mod_ssl + perl"

#wpy gehe ins apache-dir
#
cd apache_1.3.20

make     2>&1    | tee ../wpy_make-apache-mod_ssl-protokoll.`date +%d%m%Y`
make certificate 2>&1 | tee ../wpy_make-apache-mod_ssl-certificate-protokoll.`date 
+%m%d%Y`
make install 2>&1 | tee ../wpy_make-install-apache-mod_ssl-protokoll.`date +%m%d%Y`


#wpy verlassse apache-dir
#
cd ..

Reply via email to