On Sat, 12 Jun 1999, Mark H. David wrote:> I now have the problem that I cannot run Perl or PHP3 with this > system, and I don''t see how it''s possible. I think the only way it''s > possible is for me to get all the Apache sources and the Perl sources > and the PHP3 sources and compile it all somehow. Quite a project.We understand that the various perl bits of Secure Web Server 2.0 do not work with Red Hat Linux 6.0. Secure Web Server 2.0 was targeted at Red Hat Linux 5.2 and earlier releases. One of the most annoying and difficult things about perl is that it hardcodes the release number into its library paths. I.e on a 5.2 box with the perl update RPM installed, the perl libraries live in /usr/lib/perl5/i386-linux/5.00405/ Red Hat Linux 6.0 uses a newer perl, and the libraries have moved to /usr/lib/perl5/5.00503/ This is the price we pay for progress. Even worse, when perl modules are compiled (and when mod_perl is compiled) it hardcodes this path into any binary portions of the package. Thus the mod_perl targeted towards a 5.2 system fails to run on a 6.0 system. PHP3 should not have problems. However, if you try to enable both mod_perl and mod_php3 at the same time on Secure Web Server 2.0 running on a 6.0 box, you will have problems because of mod_perl. mod_php3 by itself should work. The next release of secure web server will be out in the near future (all things being relative, of course). It will be targeted at Red Hat Linux 6.0 systems.> Here''s my dialog with RPM to install the latest PHP3: > > rpm -ivh mod_php3-3.0.5-1.i386.rpm > error: failed dependencies: > apache >= 1.3.1 is needed by mod_php3-3.0.5-1This PHP is *not* the one that we provide as an update to Secure Web Server 2.0. For updates to the server, please go to ftp://updates.redhat.com/secureweb/2.0> I got the impression, but I''m not totally sure, that PHP3 needs > Perl to be installed as a shared object module in Apache in order for the > PHP3 shared object to work. Is this true?No, this is false.> When I try to enable PHP3, I can''t start the web server. It says: > > Starting httpsd: httpsd: module "mod_php3.c" is not compatible with this > version of Apache. > Please contact the vendor for the correct version.Please use the correct version, and you shouldn''t have a problem. --- Preston Brown Systems Engineer pbrown@redhat.com Red Hat, Inc.
On Tue, 3 Aug 1999, David J. Ferrero wrote:> I noticed RH is selling e-commerce bundle. Is this the only way to get > the revised RHSS which includes the Java Serlet support I''m looking for?You may also compile the mod_jserv as a DSO with Secure Web Server 2.0''s /usr/sbin/apxs and /usr/include/apache files, which are found in the secureweb-devel package. --- Preston Brown Systems Engineer pbrown@redhat.com Red Hat, Inc.
I noticed RH is selling e-commerce bundle. Is this the only way to get the revised RHSS which includes the Java Serlet support I''m looking for? Thanks, David From mail@mail.redhat.com Tue Aug 3 23:03:18 1999 Received: (qmail 12235 invoked from network); 4 Aug 1999 03:03:20 -0000 Received: from mail.redhat.com (199.183.24.239) by lists.redhat.com with SMTP; 4 Aug 1999 03:03:19 -0000 Received: from smtp2.mindspring.com (smtp2.mindspring.com [207.69.200.32]) by mail.redhat.com (8.8.7/8.8.7) with ESMTP id XAA22988 for <redhat-secure-server@redhat.com>; Tue, 3 Aug 1999 23:03:18 -0400 Received: from xanadu.redhat.com (user-2ivf735.dialup.mindspring.com [165.247.156.101]) by smtp2.mindspring.com (8.8.5/8.8.5) with ESMTP id XAA00137 for <redhat-secure-server@redhat.com>; Tue, 3 Aug 1999 23:03:16 -0400 (EDT) From: pbrown@redhat.com Received: from localhost (pbrown@localhost) by xanadu.redhat.com (8.9.3/8.9.3) with ESMTP id WAA29916 for <redhat-secure-server@redhat.com>; Tue, 3 Aug 1999 22:59:30 -0400 X-Authentication-Warning: xanadu.redhat.com: pbrown owned process doing -bs Date: Tue, 3 Aug 1999 22:59:30 -0400 (EDT) To: redhat-secure-server@redhat.com Subject: Re: Red Hat Secure Web Server 2.0 Doc In-Reply-To: <37A7A118.F66922D6@zion.com> Message-ID: <Pine.LNX.4.10.9908032258410.29898-100000@xanadu.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 3 Aug 1999, David J. Ferrero wrote:> I noticed RH is selling e-commerce bundle. Is this the only way to get > the revised RHSS which includes the Java Serlet support I''m looking for?You may also compile the mod_jserv as a DSO with Secure Web Server 2.0''s /usr/sbin/apxs and /usr/include/apache files, which are found in the secureweb-devel package. --- Preston Brown Systems Engineer pbrown@redhat.com Red Hat, Inc. From mail@mail.redhat.com Tue Aug 3 23:55:35 1999 Received: (qmail 23525 invoked from network); 4 Aug 1999 03:55:40 -0000 Received: from mail.redhat.com (199.183.24.239) by lists.redhat.com with SMTP; 4 Aug 1999 03:55:40 -0000 Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by mail.redhat.com (8.8.7/8.8.7) with ESMTP id XAA26884 for <redhat-secure-server@redhat.com>; Tue, 3 Aug 1999 23:55:35 -0400 Received: from 0e6f0 (ip212.cleveland4.oh.pub-ip.psi.net [38.27.177.212]) by goose.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id UAA24589 for <redhat-secure-server@redhat.com>; Tue, 3 Aug 1999 20:54:54 -0700 (PDT) Message-Id: <3.0.32.19990803235542.00e982d0@musicstack.com> X-Sender: dstack@musicstack.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 03 Aug 1999 23:56:15 -0700 To: redhat-secure-server@redhat.com From: David Stack <dstack@musicstack.com> Subject: Re: Red Hat Secure Web Server 2.0 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Hello, I''m looking for someone who would be interested in installing Red Hat Secure Server 2.0 on my recent install of Red Hat 6.0 I am not comfortable installing it myself and would like to have it done so it won''t mess up my config file or php3 settings. Please contact me if you are interested and let me know how much you would charge. Dave