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
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
. 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
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
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
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
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
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
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
7b5$f95d8860$0200a8c0@DANNYS">news:024501c237b5$f95d8860$0200a8c0@DANNYS...
> > >
> > > - Original Message -
> > > From: <[EMAIL PROTECTED]>
> > > To: "Danny Shepherd" <[EMAIL PROTECTED]>
> > > Cc: <[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 syste
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
- 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
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
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]
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
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 &&
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...
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
> 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
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.
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
22 matches
Mail list logo