Re: [PHP] Apache and PHP segfaults on Redhat EL5

2011-01-07 Thread Greg Bair
On Fri, 7 Jan 2011 16:24:13 -0500 Daniel Brown wrote: > On Thu, Jan 6, 2011 at 22:55, Jimmy Stewpot > wrote: > > > > Is there a method or way that I can enable a 'debug' mode in php > > which would help me track down and identify the root cause of these > > problems? If anyone has any suggestion

Re: [PHP] Apache and PHP segfaults on Redhat EL5

2011-01-07 Thread Daniel Brown
On Thu, Jan 6, 2011 at 22:55, Jimmy Stewpot wrote: > > Is there a method or way that I can enable a 'debug' mode in php which would > help me track down and identify the root cause of these problems? > If anyone has any suggestions on what I can do to try and get further down > the track to enli

Re: [PHP] Apache and PHP

2005-02-28 Thread Jochem Maas
. if you get stuck don't forget to mention binary versions and php sapi your using (cgi or module). /G @varupiraten.se - Original Message - From: "dan" <[EMAIL PROTECTED]> To: Sent: Monday, February 28, 2005 11:23 PM Subject: Re: [PHP] Apache and PHP Gustav Wiberg wrote

Re: [PHP] Apache and PHP

2005-02-28 Thread Gustav Wiberg
Hi there! Thanx! :-) I hope I can solve this myself now... :-) /G @varupiraten.se - Original Message - From: "dan" <[EMAIL PROTECTED]> To: Sent: Monday, February 28, 2005 11:23 PM Subject: Re: [PHP] Apache and PHP Gustav Wiberg wrote: Hi there! I've just inst

Re: [PHP] Apache and PHP

2005-02-28 Thread Mike Smith
For Apache2.x: http://www.php.net/manual/en/install.windows.apache2.php For Apache1.x: http://www.php.net/manual/en/install.windows.apache1.php Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Apache and PHP

2005-02-28 Thread dan
Gustav Wiberg wrote: Hi there! I've just installed Apache on a new computer. (just for testing) It's Windows XP. I've then installed PHP and it says that Apache could be not configured automatically. Newbies question as hell probably but here it goes: I can access my Apache-server, I have the doc

Re: [PHP] apache and php

2003-01-09 Thread Gareth Thomas
Tim, thanks but it still doesn't work. What puzzles me is that last night I reinstalled a 'vanilla' install of RedHat 8 from the distribution where I selected PHP and Apache. So now I am running PHP 4.2.2 and Apache 2.0.40, I make the change you recommened to httpd.conf, stop and restart the serv

RE: [PHP] apache and php

2003-01-08 Thread Timothy Hitchens \(HiTCHO\)
Your settings should be something similar to this: AddType application/x-httpd-php .php .html AddType application/x-httpd-php-source .phps Do you have the page remotely available to see what is happening for you?? Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EM

Re: [PHP] apache and php

2002-07-30 Thread Chris Garaffa
I'd recommend: http://www.apache.org/dist/httpd/Announcement.html -- Apache 1.3.26 -and- http://www.php.net/release_4_2_2.php -- PHP 4.2.2 Both include the latest bug fixes and are the latest stable releases. I've been running these on a RedHat 7.1 box (64MB RAM, 225mHz Pentium), with MySQL as w

Re: [PHP] apache and php

2002-07-30 Thread Rasmus Lerdorf
7b5$f95d8860$0200a8c0@DANNYS">news:024501c237b5$f95d8860$0200a8c0@DANNYS... > > > > > > - Original Message - > > > From: <[EMAIL PROTECTED]> > > > To: "Danny Shepherd" <[EMAIL PROTECTED]> > > > Cc: <[EMAIL PROTECTED]> > > >

Re: [PHP] apache and php

2002-07-30 Thread EdwardSPL
To: "Danny Shepherd" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 30, 2002 11:30 AM > > Subject: Re: [PHP] apache and php > > > > > > > Danny Shepherd wrote: > > > > > > > For release syste

Re: [PHP] apache and php

2002-07-30 Thread Scott Fletcher
gt;news:024501c237b5$f95d8860$0200a8c0@DANNYS... > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Danny Shepherd" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, July 30, 2002 11:30 AM > Subject: Re: [PHP] a

Re: [PHP] apache and php

2002-07-30 Thread Danny Shepherd
- Original Message - From: <[EMAIL PROTECTED]> To: "Danny Shepherd" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 11:30 AM Subject: Re: [PHP] apache and php > Danny Shepherd wrote: > > > For release systems, the recom

Re: [PHP] apache and php

2002-07-30 Thread EdwardSPL
Danny Shepherd wrote: > For release systems, the recommended setup is Apache 1.3.26 + PHP4.2.2 They are good for work under Linux RedHat ( 6.x / 7.x ) system ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] apache and php

2002-07-30 Thread Danny Shepherd
For release systems, the recommended setup is Apache 1.3.26 + PHP4.2.2 The developer systems, I'd go for (indeed have gone for) Apache 2.0.39 + PHP4.2.2 HTH Danny. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 11:01 AM Subject: [PHP]

Re: [PHP] apache and php installation problem

2002-03-10 Thread Chris Hewitt
Duncan, Just a thought, does the user that apache is running as have permissions to read/execute the file? Regards Chris Duncan wrote: >Hi, > >i currently installed latest apache and php on my RH 7.2 system. >However, i allways get the following error now: > >/usr/local/apache/bin/apachectl

RE: [PHP] apache and php ate up all my memory :-[

2001-06-22 Thread Chadwick, Russell
Can you post the information at the header of top like... CPU states: 0.4% user, 0.0% nice, 3.6% system, 0.0% interrupt, 96.1% idle Mem: 47M Active, 147M Inact, 36M Wired, 11M Cache, 35M Buf, 7328K Free Swap: 1024M Total, 144K Used, 1024M Free and also the output of ps waux | grep mysql &&

Re: [PHP] apache and php ate up all my memory :-[

2001-06-20 Thread Andreas D. Landmark
At 19.06.2001 15:37, you wrote: >Hi all > >Probably some Apache/mysql/php-Admin gurus can give me a hint : >i just moved a website to it's own server ( my first one). >now apache had eaten up all physical and virtual memory >some httpd had allocated 45MB of RAM, memory ran out myqsl crashed...

RE: [PHP] apache and php ate up all my memory :-[

2001-06-19 Thread scott [gts]
it could be a bunch of different reasons, ranging from software to hardware/OS errors how much total memory is in the machine?? > -Original Message- > From: Sebastian Stadtlich [mailto:[EMAIL PROTECTED]] > Subject: [PHP] apache and php ate up all my memory :-[ > > Hi all > > Proba

Re: [PHP] Apache and PHP

2001-02-04 Thread Sean Cazzell
> I'm not even sure that the shell escape is even used in win32 perl - I think > it's done via a regular file association. So maybe he just needs to associate .php files with php.exe? -Sean (who hasn't ever used php on windows) -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Apache and PHP

2001-02-04 Thread Jason Brooke
I'm not even sure that the shell escape is even used in win32 perl - I think it's done via a regular file association. I clearly remember setting it to #!/some/fake/rubbish one time as a test and it still worked fine I imagine the same would go for php.exe jason > Do you normally have #!perl.

Re: [PHP] Apache and PHP

2001-02-04 Thread Michael Kimsal
Do you normally have #!perl.exe as your shebang? Normally I'd see something like #!/usr/local/bin/perl or #!/usr/local/bin/php not sure of pathing issues on Windows for that. #!c:\program files\php4\php.exe ? "Patrick L. Olson" wrote: > I must be missing something while I had no problem gett