RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
OK - thanks for all the help everyone!! -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:02 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Yes, you should be accessing it through http://localhost/test.php That&#

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
Yes, you should be accessing it through http://localhost/test.php That's most definitely the cause of the problem. Long P Nguyen wrote: I think I know what I did wrong... I should place the "test.php" file under the Document_Root directory and I should be bringing up the "test.php" file on the bro

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
7;s File --> Open --> and specified the path to /tmp/php/test.php Please let me know, thank you. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:46 AM To: Nguyen, Long P (Mission Systems) Subject: Re: [PHP] php installation verificati

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
v2.0.48 running with php v4.3.6? Any thoughts? -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Did you fix this problem yet? The lines below are fine for your apache h

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
he browser were the source code. LoadModule php4_module modules/libphp4.so Do you have apache v2.0.48 running with php v4.3.6? Any thoughts? -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] p

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
y, June 02, 2004 4:51 PM Cc: [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>: > could it be something in my httpd.conf file? Remove the line AddType application/x-httpd-php .php and add

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
Did you fix this problem yet? The lines below are fine for your apache httpd.conf file. The only thing that appears out of the ordinary is the location of libphp4.so. In my setup (I'm also using Red Hat and Apache 2.0), when I compile PHP, it places libphp4.so in the modules directory (/etc/h

RE: [PHP] php installation verification

2004-06-02 Thread R'twick Niceorgaw
Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>: > could it be something in my httpd.conf file? Remove the line AddType application/x-httpd-php .php and add SetOutputFilter PHP SetInputFilter PHP HTH R'twick -- This is a signature -

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
yen, Long P (Mission Systems) Cc: Scot L. Harris; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Running Apache? Windows? > I get the source display on the browser as: > > phpinfo(); > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
redhat and apache -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 5:02 PM To: Nguyen, Long P (Mission Systems) Cc: Scot L. Harris; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Running Apache? Windows? > I get

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Seems to me there was a problem with Apache 2 and PHP (some version). > The content of my test.php file has: > > phpinfo(); > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
The content of my test.php file has: -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:59 PM To: Nguyen, Long P (Mission Systems) Cc: [EMAIL PROTECTED]; Steve Douville; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Running Apache? Windows? > I get the source display on the browser as: > > phpinfo(); > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
And you test.php file has? (note starting with > Yes. > > Have you stopped and restarted the web server? > >> OK - I tried that and what came up on the browser was the content of the >> test.php file. >> >> I checked in my httpd.conf file I do have the following: >> >> AddType application/x-http

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
I get the source display on the browser as: -Original Message- From: Scot L. Harris [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification On Wed, 2004-06-02 at 16:47, Nguyen, Long P (Mission Systems

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
Yes. -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:51 PM To: Nguyen, Long P (Mission Systems) Cc: Steve Douville; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Have you stopped and restarted the web server? >

RE: [PHP] php installation verification

2004-06-02 Thread Scot L. Harris
On Wed, 2004-06-02 at 16:47, Nguyen, Long P (Mission Systems) wrote: > OK - I tried that and what came up on the browser was the content of the test.php > file. > > Open a file. Put this code in there: > > phpinfo(); > ?> > Try: -- Scot L. Harris [EMAIL PROTECTED] IF I HAD A MINE SHAFT,

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Have you stopped and restarted the web server? > OK - I tried that and what came up on the browser was the content of the > test.php file. > > I checked in my httpd.conf file I do have the following: > > AddType application/x-httpd-php .php > AddType application/x-http-php-source .phps > > LoadMod

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
. -Original Message- From: Steve Douville [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:39 PM To: Nguyen, Long P (Mission Systems); [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Open a file. Put this code in there: Save as test.php and point your

Re: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Save to your root directory as test.php (or something ending in php). > I am new to php and was tasked with installing php v.4.3.6. I installed > it on redhat with apache v2.0.48. > I read in the doc that you can create a test file called test.php with > some php tags such as . > Could someone

Re: [PHP] php installation verification

2004-06-02 Thread Steve Douville
Open a file. Put this code in there: Save as test.php and point your browser to it. - Original Message - From: "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 4:33 PM Subject: [PHP] php installation verification > I am new