php-windows Digest 3 May 2007 01:52:29 -0000 Issue 3214
Topics (messages 27796 through 27798):
Php 5 Apache 2.2.4 Windows Crashes with mod rewrite
27796 by: Sam Sherlock
Re: Apache + Windows + PHP
27797 by: Hartleigh Burton
27798 by: bedul
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 ---
Basic Mod Rewrite's work fin but more complex one crash httpd. Wordpress &
cakePHP when using mod rewrite
I have php4 set up on another instance of apache but can't get php5 to work
with apache
from my error log
[Wed May 02 15:47:51 2007] [notice] Parent: child process exited with status
1073807364 -- Restarting.
[Wed May 02 15:48:24 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.1
configured -- resuming normal operations
[Wed May 02 15:48:24 2007] [notice] Server built: Jan 9 2007 23:17:20
[Wed May 02 15:48:24 2007] [notice] Parent: Created child process 2016
[Wed May 02 15:48:28 2007] [notice] Child 2016: Child process is running
[Wed May 02 15:48:28 2007] [notice] Child 2016: Acquired the start mutex.
[Wed May 02 15:48:28 2007] [notice] Child 2016: Starting 250 worker threads.
[Wed May 02 15:48:28 2007] [notice] Child 2016: Starting thread to listen on
port 85.
I have googled this extensively and I have only found reports of similar
issues with no solutions applicable to my case
any suggestions would be greatly appreciated thanks - Sam
--- End Message ---
--- Begin Message ---
I don't think it matters where you load it in the conf file. I
generally just have it at the very bottom of the httpd.conf file or
in another httpd-php.conf file in the extra directory.
On 02/05/2007, at 10:03 PM, Marcos R. Cardoso wrote:
I've been using the following configuration on a web server here at
work:
Win2003 Server
Apache 2.0.58
PHP 4.4.2
Until last week, I was doing the link between Apache and PHP
through the DLL php4apache2.dll at the "LoadModule" section on
httpd.conf. Now this link is being done through the "Action"
section on http.conf and everything seems to work fine (even better).
I'd like to know which way is better to use, or if it depends on
the kind of application used at work. I work in a library and
queries are constantly triggered by users searching our titles
looking for a specific book or material. They also use the web
applications to renew the book loans, reserve some material, etc.
TIA
--
Marcos R. Cardoso
Seção de Documentação e Automação
Biblioteca Universitária
FURB - Blumenau
(047) 3321-0660
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Regards,
Hartleigh Burton
Resident Geek
MRA Entertainment Pty Ltd
5 Dividend St | Mansfield | QLD 4122 | Australia
Phone: (07) 3457 5041
Fax: (07) 3349 8806
Mobile: 0421 646 978
www.mraentertainment.com
--- End Message ---
--- Begin Message ---
i don't see any reason about the answer to be other that what u said
earlier.
some of programer like to use LoadModule but when change to another, they
can't and must replace whole script..
if you already found the perfect way.. why don't u use it..
i think that is better too
----- Original Message -----
From: "Marcos R. Cardoso" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2007 7:03 PM
Subject: [PHP-WIN] Apache + Windows + PHP
> I've been using the following configuration on a web server here at work:
> Win2003 Server
> Apache 2.0.58
> PHP 4.4.2
>
> Until last week, I was doing the link between Apache and PHP through the
> DLL php4apache2.dll at the "LoadModule" section on httpd.conf. Now this
> link is being done through the "Action" section on http.conf and
> everything seems to work fine (even better).
>
> I'd like to know which way is better to use, or if it depends on the
> kind of application used at work. I work in a library and queries are
> constantly triggered by users searching our titles looking for a
> specific book or material. They also use the web applications to renew
> the book loans, reserve some material, etc.
>
> TIA
>
> --
> Marcos R. Cardoso
> Seção de Documentação e Automação
> Biblioteca Universitária
> FURB - Blumenau
> (047) 3321-0660
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---