Re: php not working ....?

2004-08-25 Thread Thomas Adam
On Wed, Aug 25, 2004 at 03:31:39PM +0530, Nayyar Ahmed wrote: > Hell All, Things that bad, eh? :) This is the second time you posted this e-mail. It certainly never escaped my notice the first time around. I suggest that you'd be better off asking on the hylafax mailing list, the details for which

Re: php not working ....?

2004-08-25 Thread Jacob S.
On Wed, 25 Aug 2004 15:31:39 +0530 Nayyar Ahmed <[EMAIL PROTECTED]> wrote: > Hell All, > > I have somewhat ruuning apache/caudium on my machine , > when i write a simple php program it give me error that > "no application found" to run this programe. but when i give command > > debian:/home/ne

Re: php not working ....?

2004-08-25 Thread kmf2.kmf.hu
Nayyar Ahmed írta: Hell All, I have somewhat ruuning apache/caudium on my machine , when i write a simple php program it give me error that "no application found" to run this programe. but when i give command debian:/home/neenix# dpkg -l | grep php4 ii caudium-php4 4.3.4-4A server-sid

Re: php not working ....?

2004-08-25 Thread kmf2.kmf.hu
Nayyar Ahmed írta: Hell All, I have somewhat ruuning apache/caudium on my machine , when i write a simple php program it give me error that "no application found" to run this programe. but when i give command debian:/home/neenix# dpkg -l | grep php4 ii caudium-php4 4.3.4-4A server-sid

Re: php not working (this message fixed it!!)

2002-10-17 Thread Matt Price
for me, it was just slightly more complicated -- instead of uncommenting AddType application/x-httpd-php3 .php3 I just added .php3 o the php4 mime-types: AddType application/x-httpd-php .php .php4 .php3 .phtml and everything now seems to work fine. I got this trick from a friend's RedHat con

Re: php not working

2002-10-16 Thread Rob Weir
On Wed, Oct 16, 2002 at 07:58:02AM -0400, James Hughes wrote: > LoadModule php4_module /usr/lib/apache/1.3/libphp4.so Er, of course. Loading the php module would probably help too:) -rob msg07495/pgp0.pgp Description: PGP signature

Re: php not working (this message fixed it!!)

2002-10-16 Thread Chip Rose
On Wed, 16 Oct 2002, James Hughes wrote: > On Wed, Oct 16, 2002 at 12:08:25PM +1000, Rob Weir wrote: > > On Tue, Oct 15, 2002 at 03:52:00PM -0400, Matt Price wrote: > > > hey htere everyone, > > > > > > trying to get php4 installed on my woody server and don't seem to have > > > it figured out

Re: php not working

2002-10-16 Thread James Hughes
On Wed, Oct 16, 2002 at 12:08:25PM +1000, Rob Weir wrote: > On Tue, Oct 15, 2002 at 03:52:00PM -0400, Matt Price wrote: > > hey htere everyone, > > > > trying to get php4 installed on my woody server and don't seem to have > > it figured out right. I've downloaded a package (SPIP) that runs on >

Re: php not working

2002-10-15 Thread Rob Weir
On Tue, Oct 15, 2002 at 03:52:00PM -0400, Matt Price wrote: > hey htere everyone, > > trying to get php4 installed on my woody server and don't seem to have > it figured out right. I've downloaded a package (SPIP) that runs on > php3; I have php4 installed; when I try to load page > (http://pc09

Re: php not working

2002-10-15 Thread Elizabeth Barham
Matt Price <[EMAIL PROTECTED]> writes: > hey htere everyone, > > trying to get php4 installed on my woody server and don't seem to have > it figured out right. I've downloaded a package (SPIP) that runs on > php3; I have php4 installed; when I try to load page > (http://pc09.hist.utoronto.ca/~m

RE: php not working

2002-10-15 Thread Price, Erik
> -Original Message- > From: Matt Price [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 3:52 PM > To: debian users > Subject: php not working > > > hey htere everyone, > > trying to get php4 installed on my woody server and don't seem to have > it figured out right. I've

Re: php not working

2001-04-28 Thread marty
> [warn] [client $foo] handler "php3-script" not found > for: /var/www/hello.php3 > > This only started after I added the bit in the > httpd.conf about AddHandler did you compile php as an apache module or as a standalone binary? later marty "I can't buy what I want because it's free. Can't be

Re: php not working

2001-04-28 Thread ktb
On Sat, Apr 28, 2001 at 06:19:50PM +0100, bob hope wrote: > > Preben Randhol wrote - > > > This works fine for me: > > > > httpd.conf:LoadModule php3_module > > /usr/lib/apache/1.3/libphp3.so > > > > mime.types:application/x-httpd-php phtml > > pht php > > mime.types:applicati

Re: php not working

2001-04-28 Thread bob hope
Preben Randhol wrote - > This works fine for me: > > httpd.conf:LoadModule php3_module > /usr/lib/apache/1.3/libphp3.so > > mime.types:application/x-httpd-php phtml > pht php > mime.types:application/x-httpd-php3 php3 > mime.types:application/x-httpd-php3-source

Re: php not working

2001-04-28 Thread Preben Randhol
bob hope <[EMAIL PROTECTED]> wrote on 28/04/2001 (18:22) : > > Like the documentation said I added this to the apache > srm.conf. > > AddHandler php3-script .php3 > > and now even the .php3 files dont work? > > Any more ideas? Thanks This works fine for me: httpd.conf:LoadModule php3_module

Re: php not working

2001-04-28 Thread bob hope
I checked and there is an error: [warn] [client $foo] handler "php3-script" not found for: /var/www/hello.php3 This only started after I added the bit in the httpd.conf about AddHandler > Check your apache logs and make sure that php isn't > generating an error (if it doesn't load, it can't > h

Re: php not working

2001-04-28 Thread bob hope
I checked and there is an error: [warn] [client $foo] handler "php3-script" not found for: /var/www/hello.php3 This only started after I added the bit in the httpd.conf about AddHandler > Check your apache logs and make sure that php isn't > generating an error (if it doesn't load, it can't > h

Re: php not working

2001-04-28 Thread Wayne Topa
Subject: php not working Date: Sat, Apr 28, 2001 at 01:41:38PM +0100 In reply to:bob hope Quoting bob hope([EMAIL PROTECTED]): > I have apache and mysql installed and working. > PHP is installed but when I open a .php file through > the web browser it asks to save to disk. The f

Re: php not working

2001-04-28 Thread drudd
Actually I ran into a similar problem with an older version of php4 I had installed after I upgraded mysql. Essentially the upgrade of mysql changed the library used to connect to it, causing php to fail to load on startup. Check your apache logs and make sure that php isn't generating an error (

Re: php not working

2001-04-28 Thread bob hope
> basically what is happening is the php code is being > sent to your browser > instead of being executed by the server. you need to > tell the server that > a component (in this case mod_php) needs to process > the file first, hence > the AddHandler... Like the documentation said I added this t

RE: php not working

2001-04-28 Thread Mark S
Yes, the answer is in the php.net faq's. There's stuff in there that you should probably read about tweaking php.ini (the config file) -Original Message- From: bob hope [mailto:[EMAIL PROTECTED] Sent: Saturday, April 28, 2001 8:42 AM To: debian-user@lists.debian.org Subject: php not worki

Re: php not working

2001-04-28 Thread marty
> httpd.conf > LoadModule php3_module /usr/lib/apache/1.3/libphp3.so > > mime.types > application/x-httpd-php phtml pht php > application/x-httpd-php3 php3 phtml > application/x-httpd-php3-source phps > application/x-httpd-php3-preprocessed php3p

Re: php not working

2001-04-28 Thread ktb
On Sat, Apr 28, 2001 at 01:41:38PM +0100, bob hope wrote: > I have apache and mysql installed and working. > PHP is installed but when I open a .php file through > the web browser it asks to save to disk. The file is > in the web dir and .php3 files work fine. > > this is what i have in the apach