RE: PHP not working

2003-01-07 Thread Thomas E. Dukes
Well, there are a couple of problems. The site I'm trying to set-up php on is a home system. It has no qualified domain name. Second, my website, palmettoshopper.com is a hosted site. When I put in my site, it did not return anything. Hagen Hosting is supposed to be offering php. They are

Re: PHP not working

2003-01-06 Thread Willi Mann
Hi! Look at your /etc/php.ini. RedHat has changed some default options in 8.0 that cause some scripts not to be interpreted correctly. short_open_tag = On register_globals = On and maybe a third option. I hope I could help you. Willi -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: PHP not working

2003-01-06 Thread Thomas E. Dukes
On Mon, 2003-01-06 at 06:00, Willi Mann wrote: Hi! Look at your /etc/php.ini. RedHat has changed some default options in 8.0 that cause some scripts not to be interpreted correctly. short_open_tag = On register_globals = On and maybe a third option. Made the changes you suggested,

Re: PHP not working

2003-01-06 Thread Blaine Armsterd
On 6 Jan 2003, Thomas E. Dukes wrote: Made the changes you suggested, but no good. It still doesn't work. All I get is the script itself as output. What is the extention of the script itself? have you tried both .php and .php3? maybe .php4? -- \ \/ / _ |~\ _ In God We Trust. All

Re: PHP not working

2003-01-06 Thread Thomas E. Dukes
On Mon, 2003-01-06 at 17:21, Blaine Armsterd wrote: On 6 Jan 2003, Thomas E. Dukes wrote: Made the changes you suggested, but no good. It still doesn't work. All I get is the script itself as output. What is the extention of the script itself? have you tried both .php and .php3? maybe

Re: PHP not working

2003-01-06 Thread Manuel Tejada
First, recheck the sintaxis of your file .php and if it is not the problem I sugest to configure PHP as an Interpreter CGI instead of Module in Apache and try again. - Original Message - From: Thomas E. Dukes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 05, 2003 3:34 PM

RE: PHP not working

2003-01-06 Thread Thomas E. Dukes
I got this script from a tutorial on the PHP website. I was interested in trying to learn some PHP. I can not, at this time, determine if the syntax is correct. I assume it is because of the source from which it came. What do I need to do to configure PHP as an interpreter CGI? TIA First,

Re: PHP not working

2003-01-06 Thread Manuel Tejada
PM Subject: RE: PHP not working I got this script from a tutorial on the PHP website. I was interested in trying to learn some PHP. I can not, at this time, determine if the syntax is correct. I assume it is because of the source from which it came. What do I need to do to configure PHP

Re: PHP not working

2003-01-06 Thread Blaine Armsterd
On 6 Jan 2003, Thomas E. Dukes wrote: Just tried changing the extensions -- that didn't work either. I don't know what it is. It should be working -- everyone else's seems to be. Maybe someone would like to try the script on a working system. Here it is:

Re: PHP not working

2003-01-06 Thread Mark Bradbury
if you go to this link http://uptime.netcraft.com/up/graph and put your website into the box on the top left and submit does it returning anything about php ? On Mon, 2003-01-06 at 21:12, Thomas E. Dukes wrote: On Mon, 2003-01-06 at 06:00, Willi Mann wrote: Hi! Look at your /etc/php.ini.

Re: PHP not working

2003-01-05 Thread Blaine Armsterd
On 5 Jan 2003, Thomas E. Dukes wrote: I'm having trouble with getting php to work. The php package is installed. I added 'LoadModule php4_module modules/libphp4.so' and 'AddType application/x-httpd-php .php' to my httpd.conf. I copied an example php file from a tutorial and it only outputs

RE: PHP not working

2003-01-05 Thread Larry Brown
Is this RH8? The AddType entry in httpd.conf won't hurt no matter which version you have but pre- version 8 might need the loadable module. 8 is built into httpd I believe and uses the php.conf file. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL

Re: PHP not working

2003-01-05 Thread Thomas E. Dukes
On Sun, 2003-01-05 at 16:37, Blaine Armsterd wrote: Change your httpd.conf back: php config is done in /etc/httpd/conf.d/php.conf Uncomment any non-comment there and do a /etc/init.d/httpd restart OK, I changed my httpd.conf back. There was noting to un-comment in the php.conf. I

RE: PHP not working

2003-01-05 Thread Thomas E. Dukes
On Sun, 2003-01-05 at 16:52, Larry Brown wrote: Is this RH8? The AddType entry in httpd.conf won't hurt no matter which version you have but pre- version 8 might need the loadable module. 8 is built into httpd I believe and uses the php.conf file. Yes, I'm running 8.0. I got the LoadModule

Re: PHP not working

2003-01-05 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05 Jan 2003 17:00:05 -0500, Thomas E. Dukes wrote: On Sun, 2003-01-05 at 16:37, Blaine Armsterd wrote: Change your httpd.conf back: php config is done in /etc/httpd/conf.d/php.conf Uncomment any non-comment there and do a

RE: PHP not working

2003-01-05 Thread Larry Brown
PROTECTED]]On Behalf Of Thomas E. Dukes Sent: Sunday, January 05, 2003 5:07 PM To: [EMAIL PROTECTED] Subject: RE: PHP not working On Sun, 2003-01-05 at 16:52, Larry Brown wrote: Is this RH8? The AddType entry in httpd.conf won't hurt no matter which version you have but pre- version 8 might need

RE: PHP not working

2003-01-05 Thread Thomas E. Dukes
On Sun, 2003-01-05 at 19:02, Larry Brown wrote: I know this is a stupid question but when you run rpm -q php from the command line do you get verification? I have loaded RH8 twice now and both worked find after adding the Addtype entry to the httpd.conf. I put the entry near the stock entry