Hi,

        I am building an apache web server for serveral operating
        systems: Solaris, HPUX, AIX and Windows NT.

        My apache is based on:

                apache_1.3.12/
                openssl-0.9.4/
                mod_ssl-2.6.2-1.3.12/
                ApacheJServ-1.1/
                mod_perl-1.23/
                perl-5.6.0/

        I have an older one, which is based on mod_perl-1.22 and
        perl-5.005_03. This version works very fine on all platforms.

        After I have upgrade to mod_perl-1.23 and perl-5.6.0 my apache
        crashes on Solaris (mod_perl works fine, but if I try to start
        a servlet via ApacheJServ I get a segmentation violation). Then
        I build the apache without mod_perl-1.23. This version works
        fine, my servlets are processed via the servlet engine in the
        apache. I think, that mod_perl-1.23 does something wrong, but
        I have no idea.

        On Windows NT my new apache works fine.

        I build mod_perl with 
                Makefile.PL APACHE_SRC=../apache_1.3.12/src \
                      DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1

        Have anyone experiences with this apache configuration? Can
        anyone help me?

                Thomas

------------------------------------------------------------------------
Thomas Apsel                          mailto:[EMAIL PROTECTED]
IXOS SOFTWARE AG                      Tel.: +49.(0)89.4629.1817
Bretonischer Ring 12                  Fax.: +49.(0)89.4629.33.1817
D-85630 Grasbrunn                     http://www.ixos.de
------------------------------------------------------------------------
                   http://www.or.uni-passau.de/~apsel

Reply via email to