Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 92456 invoked by uid 500); 31 Oct 2002 16:02:32 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 92437 invoked from network); 31 Oct 2002 16:02:32 -0000 Received: from alpha.listingbook.com (HELO listingbook.com) (206.27.7.1) by daedalus.apache.org with SMTP; 31 Oct 2002 16:02:32 -0000 Received: from WS4 (ws4.listingbook.com [206.27.7.8]) by listingbook.com (Postfix) with SMTP id C1CDA5031B for ; Thu, 31 Oct 2002 11:21:50 -0500 (EST) Message-ID: <02f001c280f7$10bbdd60$08071bce@WS4> From: "Jacob Coby" To: References: <20021031150110.50711.qmail@web10706.mail.yahoo.com> Date: Thu, 31 Oct 2002 11:03:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) You need to recompile php to support EAPI. If you are using the --with-apxs, just it is a matter of just running ./configure --with-apxs=/wherever; make && make install; I would recommend not using 4.0.6. Quite a bit has changed since it and 4.2.3, including (IIRC) fixing a couple security holes :-) ----- Original Message ----- From: "bioinfo Gu" To: Sent: Thursday, October 31, 2002 10:01 AM Subject: [users@httpd] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) > > Hello, > > I am install apache_1.3.27 enable mod_ssl, with the following: > > openssl_0.9.6g > > mm-1.1.3 > > mod_ssl-2.8.11-1.3.27 > > apache_1.3.27 > > php-4.0.6 > > I have followed the instruction which is built in mod_ssl-2.8.1-1.3.27 package. The compile and install are all successful. I use : > > cd mod_ssl-2.8.11-1.3.27 > # ./configure --with-apache=../apache_1.3.27 --with-ssl=../openssl-0.9.6g --wi th-mm=../mm-1.1.3 --prefix=/compbio/programs/apache_1.3.27 --enable-shared=s sl --enable-module=most --enable-shared=max --with-port=8080 > cd ../apache_1.3.27 > > make > > make certificate > > make install > > All these steps are successful. > > After I 'make install', try 'apachectl startssl', it is fine. But when I add " > > LoadModule php4_module libexec/libphp4.so" this line into httpd.conf, > > and then ./apachectl startssl again, it will give me warning, and I can not display php pages: > > # ../bin/apachectl startssl > [Wed Oct 30 18:33:50 2002] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this > module might crash under EAPI! (please recompile it with -DEAPI) > Apache/1.3.27 mod_ssl/2.8.11 (Pass Phrase Dialog) > Some of your private key files are encrypted for security reasons. > In order to read them you have to provide us with the pass phrases. > > Server athena.wistar.upenn.edu:443 (RSA) > Enter pass phrase: > > Ok: Pass Phrase Dialog successful. > ../bin/apachectl startssl: httpd started > > > Thank you very much. > > Grace > > > > --------------------------------- > Do you Yahoo!? > HotJobs - Search new jobs daily now --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org