Apache + Windows + PHP

Apache + Windows + PHP

am 02.05.2007 14:03:04 von mcardoso

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

Re: Apache + Windows + PHP

am 03.05.2007 00:51:12 von Hartleigh Burton

--Apple-Mail-2-123093302
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=ISO-8859-1;
delsp=yes;
format=flowed

I don't think it matters where you load it in the conf file. I =20
generally just have it at the very bottom of the httpd.conf file or =20
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 =20=

> work:
> Win2003 Server
> Apache 2.0.58
> PHP 4.4.2
>
> Until last week, I was doing the link between Apache and PHP =20
> through the DLL php4apache2.dll at the "LoadModule" section on =20
> httpd.conf. Now this link is being done through the "Action" =20
> 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 =20
> the kind of application used at work. I work in a library and =20
> queries are constantly triggered by users searching our titles =20
> looking for a specific book or material. They also use the web =20
> applications to renew the book loans, reserve some material, etc.
>
> TIA
>
> --=20
> Marcos R. Cardoso
> Seção de Documentação e Automação
> Biblioteca Universit=E1ria
> FURB - Blumenau
> (047) 3321-0660
>
> --=20
> 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



--Apple-Mail-2-123093302--

Re: Apache + Windows + PHP

am 03.05.2007 03:52:52 von bedul

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"
To: ;
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
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Apache + Windows + PHP

am 30.05.2007 18:47:16 von mcardoso

I'm kinda bringing this issue to life again, because something
interesting has been happening lately. When I use the task manager to
monitore the processes running on the web server, I usually find some
"php.exe" processes on the memory but they're not working anymore. But I
can't finish them using the "finish process" button (they don't finish
no matter how many times I use the button) and I don't know how to end them.

Has anyone gone through this event and managed to end those "stubborn"
processes?


TIA



bedul escreveu:
> 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"
> To: ;
> 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
>>
>>
>
>
>


--
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

Re: Apache + Windows + PHP

am 30.05.2007 21:07:22 von Bob Stout

--------------030009060503030300060709
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Sounds like you're using Vista (XP has an "End process" button rather
than "Finish process"). If so, you have my sympathies. In any case, try
right-clicking on the process and using the context menu. In XP, at
least, one of the options is "End process tree". Clicking that will kill
anything. The joys of Vista are one reason I'm on a deliberate migration
from XP to Kubuntu Linux...


Marcos R. Cardoso wrote:
> I'm kinda bringing this issue to life again, because something
> interesting has been happening lately. When I use the task manager to
> monitore the processes running on the web server, I usually find some
> "php.exe" processes on the memory but they're not working anymore. But
> I can't finish them using the "finish process" button (they don't
> finish no matter how many times I use the button) and I don't know how
> to end them.
>
> Has anyone gone through this event and managed to end those "stubborn"
> processes?
>
>
> TIA

--
Bob Stout
IM common ID:
IM clients: AOL/AIM, Google, Yahoo
ICQ: 407536892
The rules of life:
"Either lead, follow, or get out of the way."
"It's easier to get forgiveness than permission."
"90% of everything is rubbish."
"Excitement is overrated."
"Never attribute to malice what can be adequately explained by
stupidity."


--------------030009060503030300060709--