php-install Digest 6 Jun 2003 13:02:57 -0000 Issue 1411
Topics (messages 11019 through 11021):
can't get apache to start with php
11019 by: David Jennings
11021 by: Stephen
Re: Initialized PHP Module frequently
11020 by: andre.lagadec.education.gouv.fr
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I'm getting the following error when I try to start apache
The Apache service named reported the following error:
>>> Cannot load C:/php-4.2.3-Win32/sapi/phpapache2.dll into server: The specified
>>> module could not be found. .
Any suggestions
php version 4.3.2-Win32
apache version 2.0.46-Win32-x86-no_scr.msi
So far I've tried putting the php4ts.dll and the php4apache2.dll in to the following
dir's windows, windows\system, windows\system32, and the appach dir
I've added this line to the httpd.conf file
LoadModule php4_module c:/php-4.2.3-Win32/sapi/php4apache2.dll
and
AddType application/x-httpd-php .php .phtml .html
AddType application/x-httpd-php-source .phps
Any help please
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003
--- End Message ---
--- Begin Message ---
You need to put phpapache2.dll into C:/php-4.2.3-Win32/sapi/
You also need to copy the file called php4ts.dll into the SAME directory. If
you do not have both files in the same place, Apache will fail to start.
Stephen
----- Original Message -----
From: "David Jennings" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 11:37 AM
Subject: [PHP-INST] can't get apache to start with php
I'm getting the following error when I try to start apache
The Apache service named reported the following error:
>>> Cannot load C:/php-4.2.3-Win32/sapi/phpapache2.dll into server: The
specified module could not be found. .
Any suggestions
php version 4.3.2-Win32
apache version 2.0.46-Win32-x86-no_scr.msi
So far I've tried putting the php4ts.dll and the php4apache2.dll in to the
following dir's windows, windows\system, windows\system32, and the appach
dir
I've added this line to the httpd.conf file
LoadModule php4_module c:/php-4.2.3-Win32/sapi/php4apache2.dll
and
AddType application/x-httpd-php .php .phtml .html
AddType application/x-httpd-php-source .phps
Any help please
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 01/06/2003
--- End Message ---
--- Begin Message ---
Hi,
There is no core created on the server.
I use the same libphp4.so on an other web server on the same machine, and I
have no problem of restart ns-httpd.
The problem seem to happen when there is a lot of users on the web server.
Can I modify obj.conf or magnus.conf to optimize the web server ?
Can I use perfdump to see more information ?
Can I optimize PHP to work fine with a lot of charge ?
For exeample with option '--without-pear' '--disable-FEATURE'
'--disable-xml' in configure ?
AL
Andre Lagadec a écrit :
> Hello,
>
> On Sun Solaris with Iplanet 4.1 et PHP 4.2.3, I have theses messages on
> the error log
> of the Web server :
> [04/Jun/2003:16:04:54] info ( 7643): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:09:57] info ( 7679): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:11:12] info ( 7690): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:17:17] info ( 7742): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:17:25] info ( 7745): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:19:26] info ( 7761): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:37:52] info ( 7906): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:47:24] info ( 7985): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:48:40] info ( 7992): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:50:04] info ( 8002): php4_init reports: Initialized PHP
> Module
> [04/Jun/2003:16:54:13] info ( 8032): php4_init reports: Initialized PHP
> Module
>
> And at the same time, I have theses other messages on the console :
> Jun 4 16:04:53 server1 uxwdog[23185]: server terminated (signal 10):
> watchdog is restarting it
> Jun 4 16:09:56 server1 uxwdog[23185]: server terminated (signal 11):
> watchdog is restarting it
> Jun 4 16:11:12 server1 uxwdog[23185]: server terminated (signal 10):
> watchdog is restarting it
> Jun 4 16:17:24 server1 last message repeated 2 times
> Jun 4 16:19:25 server1 uxwdog[23185]: server terminated (signal 11):
> watchdog is restarting it
> Jun 4 16:37:51 server1 uxwdog[23185]: server terminated (signal 10):
> watchdog is restarting it
> Jun 4 16:47:23 server1 uxwdog[23185]: server terminated (signal 11):
> watchdog is restarting it
> Jun 4 16:48:40 server1 uxwdog[23185]: server terminated (signal 10):
> watchdog is restarting it
> Jun 4 16:50:03 server1 uxwdog[23185]: server terminated (signal 11):
> watchdog is restarting it
> Jun 4 16:54:12 server1 last message repeated 1 time
>
> Why the process ns-httpd is restarting ? Is-it due to PHP ?
>
> AL
--- End Message ---