Re: GD module in PHP4 / Apache - Working

2005-05-14 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Satterwhite wrote: | Under Sid | | I'm having a problem with the GD module in PHP4 with Apache. phpinfo() | doesn't show it as present. I've installed php4-gd (even tried removing | it and reinstalling it), but GD doesn't show as present. I foun

GD module in PHP4 / Apache

2005-05-13 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Under Sid I'm having a problem with the GD module in PHP4 with Apache. phpinfo() doesn't show it as present. I've installed php4-gd (even tried removing it and reinstalling it), but GD doesn't show as present. I found the bug ~ showing that the php4-gd

Re: PHP4 & Apache

2000-10-11 Thread will trillich
On Wed, Oct 11, 2000 at 01:35:18PM +, Steve Simons wrote: > Could someone please explain, in idiot-level detail, how to get a .php > file to display correctly in Netscape. > > I apt-get installed PHP4 (which included Apache) a few days ago. I've > started Apache okay with: > > LoadModule php

Re: PHP4 & Apache

2000-10-11 Thread will trillich
On Wed, Oct 11, 2000 at 02:56:49PM +, Steve Simons wrote: > > > On Wed, 11 Oct 2000, Liam Ward wrote: > > > I'm currently using PHP3 and my config files have similar stuff to > > yours (but without the PHP4 bits, obviously enough). > > > > You're looking in the wrong place here. Netscape d

Re: PHP4 & Apache

2000-10-11 Thread Steve Simons
On Wed, 11 Oct 2000 15:10:50 Andrew Sullivan wrote: > called, either. I think you'd need to convince apache that php=php4, > by adding a line > > application/x-httpd-php4 php > > (and, I guess, adjusting the other line that includes "php" not to > include that extension).

Re: PHP4 & Apache

2000-10-11 Thread Andrew Sullivan
On Wed, Oct 11, 2000 at 03:52:43PM +, Steve Simons wrote: > I'm now using PHP.net's own example: > > > Example > > > > echo "Hi, I'm a PHP script!"; > ?> > > > Yes, that ought to work. > > Do yo

Re: PHP4 & Apache

2000-10-11 Thread Steve Simons
On Wed, 11 Oct 2000, Andrew Sullivan wrote: > Are you sure your script is good? (Did you try a script with _just_ > phpinfo() in it, plus exit;?) I'm now using PHP.net's own example: Example > Does apache h

Re: PHP4 & Apache

2000-10-11 Thread Andrew Sullivan
On Wed, Oct 11, 2000 at 02:56:49PM +, Steve Simons wrote: > Nope - that doesn't work either, it doesn't want to download it, but > nothing is displayed. Are you sure your script is good? (Did you try a script with _just_ phpinfo() in it, plus exit;?) Does apache have the php module loaded?

Re: PHP4 & Apache

2000-10-11 Thread Steve Simons
On Wed, 11 Oct 2000, Liam Ward wrote: > I'm currently using PHP3 and my config files have similar stuff to > yours (but without the PHP4 bits, obviously enough). > > You're looking in the wrong place here. Netscape does not need to > know anything special to process PHP. It's Apache that spot

Re: PHP4 & Apache

2000-10-11 Thread Liam Ward
Steve, On 11 Oct 2000, at 13:35, Steve Simons wrote: > Could someone please explain, in idiot-level detail, how to get a .php > file to display correctly in Netscape. I'm currently using PHP3 and my config files have similar stuff to yours (but without the PHP4 bits, obviously enough). (BTW, I

PHP4 & Apache

2000-10-11 Thread Steve Simons
Could someone please explain, in idiot-level detail, how to get a .php file to display correctly in Netscape. I apt-get installed PHP4 (which included Apache) a few days ago. I've started Apache okay with: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so AddType application/x-httpd-php .php

PHP4 & Apache

2000-10-11 Thread Steve Simons
Could someone please explain, in idiot-level detail, how to get a .php file to display correctly in Netscape. I apt-get installed PHP4 (which included Apache) a few days ago. I've started Apache okay with: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so AddType application/x-httpd-php .php

RE: PHP4 & Apache

2000-06-22 Thread Brooks R. Robinson
> -Original Message- > From: Dr. Orange [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 22, 2000 7:15 AM > To: debian-user@lists.debian.org > Subject: PHP4 & Apache > > > > I just installed php4. Having restarted apache i connect to the > site with > my browser

Re: PHP4 & Apache

2000-06-22 Thread Lee Willis
"Dr. Orange" <[EMAIL PROTECTED]> writes: > I just installed php4. Having restarted apache i connect to the site with > > my browser and it indicates that i've started a file of type > > "application/x-httpd-php3"

PHP4 & Apache

2000-06-22 Thread Dr. Orange
I just installed php4. Having restarted apache i connect to the site with my browser and it indicates that i've started a file of type "application/x-httpd-php3" T