request for support
am 08.12.2009 12:29:12 von Tarek Kaddoura
--_420e062d-c376-4efa-9c81-83f3fc55d592_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I'm using PHP 5.2.11 with Apache 2 (and i also tried Apache 2.2)
However=2C when I add this entry to my httpd.conf:
LoadModule php4_module "C:/Program Files/php/sapi/php4apache.dll"
Apache will crash when trying to start the service.
If I comment the line out=2C Apache starts just fine.
Thanks for your help.
Regards,
=20
____________________________________________________________ _____
Windows Live Hotmail: Your friends can get your Facebook updates=2C right f=
rom Hotmail=AE.
http://www.microsoft.com/middleeast/windows/windowslive/see- it-in-action/so=
cial-network-basics.aspx?ocid=3DPID23461::T:WLMTAGL:ON:WL:en -xm:SI_SB_4:092=
009=
--_420e062d-c376-4efa-9c81-83f3fc55d592_--
Re: request for support
am 08.12.2009 12:45:38 von Ashley Sheridan
--=-3DTqMDKD36i05ByV/ysX
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
On Tue, 2009-12-08 at 11:29 +0000, Tarek Kaddoura wrote:
>=20
>=20
> I'm using PHP 5.2.11 with Apache 2 (and i also tried Apache 2.2)
>=20
> However, when I add this entry to my httpd.conf:
>
> LoadModule php4_module "C:/Program Files/php/sapi/php4apache.dll"
>
> Apache will crash when trying to start the service.
> If I comment the line out, Apache starts just fine.
>=20
> Thanks for your help.
> Regards,=20
>=20
> =20
> ____________________________________________________________ _____
> Windows Live Hotmail: Your friends can get your Facebook updates, right f=
rom Hotmail®.
> http://www.microsoft.com/middleeast/windows/windowslive/see- it-in-action/=
social-network-basics.aspx?ocid=3DPID23461::T:WLMTAGL:ON:WL: en-xm:SI_SB_4:0=
92009
Well, you say you've got PHP 5 installed, yet you're trying to load a
PHP 4 module in. Which do you want? I don't think Apache can run 4 and 5
at the same time without complications.
Thanks,
Ash
http://www.ashleysheridan.co.uk
--=-3DTqMDKD36i05ByV/ysX--
RE: request for support
am 08.12.2009 12:53:53 von Ashley Sheridan
--=-X07hx6/Fh4K2PTCerQQH
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
On Tue, 2009-12-08 at 11:53 +0000, Tarek Kaddoura wrote:
>=20
> sorry sorry thats a typo error
> the code im using is:
> PHPIniDir "C:/PHP/"
> LoadModule php5_module "C:/PHP/php5apache2.dll"
>=20
>=20
> ____________________________________________________________ __________
> Subject: Re: [PHP] request for support
> From: ash@ashleysheridan.co.uk
> To: stevewieser99@hotmail.com
> CC: php-general@lists.php.net
> Date: Tue, 8 Dec 2009 11:45:38 +0000
>=20
> On Tue, 2009-12-08 at 11:29 +0000, Tarek Kaddoura wrote:=20
>=20
> =20
> =20
> I'm using PHP 5.2.11 with Apache 2 (and i also tried Apache 2.2)
> =20
> However, when I add this entry to my httpd.conf:
>
> LoadModule php4_module "C:/Program Files/php/sapi/php4apache.dll"
>
> Apache will crash when trying to start the service.
> If I comment the line out, Apache starts just fine.
> =20
> Thanks for your help.
> Regards,=20
> =20
> =20
> ____________________________________________________________ _____
> Windows Live Hotmail: Your friends can get your Facebook updates,=
right from Hotmail®.
> http://www.microsoft.com/middleeast/windows/windowslive/see- it-in=
-action/social-network-basics.aspx?ocid=3DPID23461::T:WLMTAG L:ON:WL:en-xm:S=
I_SB_4:092009
>=20
>=20
> Well, you say you've got PHP 5 installed, yet you're trying to load a
> PHP 4 module in. Which do you want? I don't think Apache can run 4 and
> 5 at the same time without complications.
>=20
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
>=20
>=20
>=20
>=20
>=20
> ____________________________________________________________ __________
> Windows Live: Keep your friends up to date with what you do online.
Don't forget to hit reply to all on the list, and try not to top
post! :p
What does it say on the command line when you try to start the service
up?
In a root privaleged console type:
/etc/init.d/httpd start
Thanks,
Ash
http://www.ashleysheridan.co.uk
--=-X07hx6/Fh4K2PTCerQQH--
RE: request for support
am 08.12.2009 13:08:32 von Tarek Kaddoura
--_101c76f3-7310-4003-a130-a13dc20f71d6_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Subject: RE: [PHP] request for support
From: ash@ashleysheridan.co.uk
To: stevewieser99@hotmail.com
CC: php-general@lists.php.net
Date: Tue=2C 8 Dec 2009 11:53:53 +0000
=20
=20
On Tue=2C 2009-12-08 at 11:53 +0000=2C Tarek Kaddoura wrote:
=20
sorry sorry thats a typo error
the code im using is:
PHPIniDir "C:/PHP/"
LoadModule php5_module "C:/PHP/php5apache2.dll"
=20
=20
Subject: Re: [PHP] request for support
From: ash@ashleysheridan.co.uk
To: stevewieser99@hotmail.com
CC: php-general@lists.php.net
Date: Tue=2C 8 Dec 2009 11:45:38 +0000
=20
On Tue=2C 2009-12-08 at 11:29 +0000=2C Tarek Kaddoura wrote:=20
=20
I'm using PHP 5.2.11 with Apache 2 (and i also tried Apache 2.2)
However=2C when I add this entry to my httpd.conf:
LoadModule php4_module "C:/Program Files/php/sapi/php4apache.dll"
Apache will crash when trying to start the service.
If I comment the line out=2C Apache starts just fine.
Thanks for your help.
Regards,
=20
____________________________________________________________ _____
Windows Live Hotmail: Your friends can get your Facebook updates=2C right f=
rom Hotmail=AE.
http://www.microsoft.com/middleeast/windows/windowslive/see- it-in-action/so=
cial-network-basics.aspx?ocid=3DPID23461::T:WLMTAGL:ON:WL:en -xm:SI_SB_4:092=
009
=20
=20
Well=2C you say you've got PHP 5 installed=2C yet you're trying to load=
a PHP 4 module in. Which do you want? I don't think Apache can run 4 and 5=
at the same time without complications.
=20
=20
Thanks=2C
Ash
http://www.ashleysheridan.co.uk
=20
=20
Windows Live: Keep your friends up to date with what you do online.
Don't forget to hit reply to all on the list=2C and try not to top post! :p
What does it say on the command line when you try to start the service up?
In a root privaleged console type:
/etc/init.d/httpd start
Thanks=2C
Ash
http://www.ashleysheridan.co.uk
No Ashley im using Windows=2C
whenever i start the apache service=2C it either crashes or promptes me tha=
t the operation has failed
if i comment these 2 lines out=2C the apache service starts normally
=20
____________________________________________________________ _____
Keep your friends updated=97even when you=92re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see- it-in-action/so=
cial-network-basics.aspx?ocid=3DPID23461::T:WLMTAGL:ON:WL:en -xm:SI_SB_5:092=
010=
--_101c76f3-7310-4003-a130-a13dc20f71d6_--
RE: request for support
am 08.12.2009 13:12:59 von Ashley Sheridan
--=-pJpMiJKw4t4OYdkTau++
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
On Tue, 2009-12-08 at 12:08 +0000, Tarek Kaddoura wrote:
>=20
>=20
>=20
> ____________________________________________________________ __________
> Subject: RE: [PHP] request for support
> From: ash@ashleysheridan.co.uk
> To: stevewieser99@hotmail.com
> CC: php-general@lists.php.net
> Date: Tue, 8 Dec 2009 11:53:53 +0000
>=20
> On Tue, 2009-12-08 at 11:53 +0000, Tarek Kaddoura wrote:
>=20
> =20
> sorry sorry thats a typo error
> the code im using is:
> PHPIniDir "C:/PHP/"
> LoadModule php5_module "C:/PHP/php5apache2.dll"
> =20
> =20
> ____________________________________________________________ __
> =20
> Subject: Re: [PHP] request for support
> From: ash@ashleysheridan.co.uk
> To: stevewieser99@hotmail.com
> CC: php-general@lists.php.net
> Date: Tue, 8 Dec 2009 11:45:38 +0000
> =20
> On Tue, 2009-12-08 at 11:29 +0000, Tarek Kaddoura wrote:=20
> =20
> =20
> I'm using PHP 5.2.11 with Apache 2 (and i also tried Apac=
he 2.2)
> =20
> However, when I add this entry to my httpd.conf:
>
> LoadModule php4_module "C:/Program Files/php/sapi/php4apa=
che.dll"
>
> Apache will crash when trying to start the service.
> If I comment the line out, Apache starts just fine.
> =20
> Thanks for your help.
> Regards,=20
> =20
> =20
> _________________________________________________________=
________
> Windows Live Hotmail: Your friends can get your Facebook =
updates, right from Hotmail®.
> http://www.microsoft.com/middleeast/windows/windowslive/s=
ee-it-in-action/social-network-basics.aspx?ocid=3DPID23461:: T:WLMTAGL:ON:WL=
:en-xm:SI_SB_4:092009
> =20
> =20
> Well, you say you've got PHP 5 installed, yet you're trying to
> load a PHP 4 module in. Which do you want? I don't think
> Apache can run 4 and 5 at the same time without complications.
> =20
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
> =20
> =20
> =20
> =20
> =20
> =20
> ____________________________________________________________ __
> =20
> Windows Live: Keep your friends up to date with what you do
> online.
>=20
>=20
> Don't forget to hit reply to all on the list, and try not to top
> post! :p
>=20
> What does it say on the command line when you try to start the service
> up?
>=20
> In a root privaleged console type:
>=20
> /etc/init.d/httpd start
>=20
>=20
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
>=20
>=20
>=20
>=20
> No Ashley im using Windows,
> whenever i start the apache service, it either crashes or promptes me
> that the operation has failed
> if i comment these 2 lines out, the apache service starts normally
>=20
>=20
>=20
>=20
>=20
> ____________________________________________________________ __________
> Keep your friends updatedâ=94 even when youâ=99re not signed in=
..
Why don't you try a Wamp install, rather than installing the individual
components?
Thanks,
Ash
http://www.ashleysheridan.co.uk
--=-pJpMiJKw4t4OYdkTau++--
Re: request for support
am 08.12.2009 16:33:26 von Philip Thompson
--Apple-Mail-1-658849236
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
On Dec 8, 2009, at 6:12 AM, Ashley Sheridan wrote:
> On Tue, 2009-12-08 at 12:08 +0000, Tarek Kaddoura wrote:
>> =
____________________________________________________________ __________
>> Subject: RE: [PHP] request for support
>> From: ash@ashleysheridan.co.uk
>> To: stevewieser99@hotmail.com
>> CC: php-general@lists.php.net
>> Date: Tue, 8 Dec 2009 11:53:53 +0000
>>=20
>> On Tue, 2009-12-08 at 11:53 +0000, Tarek Kaddoura wrote:
>>=20
>>=20
>> sorry sorry thats a typo error
>> the code im using is:
>> PHPIniDir "C:/PHP/"
>> LoadModule php5_module "C:/PHP/php5apache2.dll"
>>=20
>> ____________________________________________________________ __
>>=20
>> Subject: Re: [PHP] request for support
>> From: ash@ashleysheridan.co.uk
>> To: stevewieser99@hotmail.com
>> CC: php-general@lists.php.net
>> Date: Tue, 8 Dec 2009 11:45:38 +0000
>>=20
>> On Tue, 2009-12-08 at 11:29 +0000, Tarek Kaddoura wrote:=20
>>=20
>>=20
>> I'm using PHP 5.2.11 with Apache 2 (and i also tried =
Apache 2.2)
>>=20
>> However, when I add this entry to my httpd.conf:
>>
>> LoadModule php4_module "C:/Program =
Files/php/sapi/php4apache.dll"
>>
>> Apache will crash when trying to start the service.
>> If I comment the line out, Apache starts just fine.
>>=20
>> Thanks for your help.
>> Regards,=20
>>=20
>> =20
>> Well, you say you've got PHP 5 installed, yet you're trying to
>> load a PHP 4 module in. Which do you want? I don't think
>> Apache can run 4 and 5 at the same time without complications.
>>=20
>> Thanks,
>> Ash
>> http://www.ashleysheridan.co.uk
>>=20
>> Don't forget to hit reply to all on the list, and try not to top
>> post! :p
>>=20
>> What does it say on the command line when you try to start the =
service
>> up?
>>=20
>> In a root privaleged console type:
>>=20
>> /etc/init.d/httpd start
>>=20
>>=20
>> Thanks,
>> Ash
>> http://www.ashleysheridan.co.uk
>>=20
>> No Ashley im using Windows,
>> whenever i start the apache service, it either crashes or promptes me
>> that the operation has failed
>> if i comment these 2 lines out, the apache service starts normally
>=20
> Why don't you try a Wamp install, rather than installing the =
individual
> components?
>=20
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
Why don't you check the apache logs to see what's (not) happening?
~Philip
--Apple-Mail-1-658849236--