RE: PHP - install question

2008-02-07 Thread Darryl Hoar
On Thu, 2008-02-07 at 14:09 -0600, Darryl Hoar wrote:
 When I use my browser and hit the server, I get a blank 
 page with the title PHP_TESTER.
 
 what step did I miss ?

 Did you add the following to your Apache configuration file:

 AddType application/x-httpd-php .php
 AddType application/x-httpd-php-source .phps

Well, crud.  I typed in in three different times, and it didn't work.
Tried again after your email (you know fourth times the charm) and
it worked.  I refuse to believe I made typos in the lines as I copied
them.  Oh well, who knows.  It works now.


thanks and sorry for the wasted bandwidth.

-Darryl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP - install question

2008-02-07 Thread tesolarisc

On Thu, 2008-02-07 at 14:09 -0600, Darryl Hoar wrote:
 When I use my browser and hit the server, I get a blank 
 page with the title PHP_TESTER.
 
 what step did I miss ?

Did you add the following to your Apache configuration file:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps



-- 
/Peo



--
-   PGP signed/encrypted emails is prefered  - 
--
 
 [novice about this? ~ visit: www.gnupg.org]


signature.asc
Description: This is a digitally signed message part


RE: PHP - install question

2008-02-07 Thread Darryl Hoar
Yes,
but when I did an apachectl configtest, it barfed.
Likewise apachectl start barfed.  Remove the two
lines you referred to, and it passes and starts.

so, right now they are not in the httpd.conf file.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of tesolarisc
Sent: Thursday, February 07, 2008 2:19 PM
To: freebsd-questions@freebsd.org
Subject: Re: PHP - install question



On Thu, 2008-02-07 at 14:09 -0600, Darryl Hoar wrote:
 When I use my browser and hit the server, I get a blank 
 page with the title PHP_TESTER.
 
 what step did I miss ?

Did you add the following to your Apache configuration file:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps



-- 
/Peo



--
-   PGP signed/encrypted emails is prefered  - 
--
 
 [novice about this? ~ visit: www.gnupg.org]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PHP - install question

2008-02-07 Thread tesolarisc

On Thu, 2008-02-07 at 14:28 -0600, Darryl Hoar wrote:
 Yes,
 but when I did an apachectl configtest, it barfed.
 Likewise apachectl start barfed.  Remove the two
 lines you referred to, and it passes and starts.
 
 so, right now they are not in the httpd.conf file.
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of tesolarisc
 Sent: Thursday, February 07, 2008 2:19 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: PHP - install question
 
 
 
 On Thu, 2008-02-07 at 14:09 -0600, Darryl Hoar wrote:
  When I use my browser and hit the server, I get a blank 
  page with the title PHP_TESTER.
  
  what step did I miss ?
 
 Did you add the following to your Apache configuration file:
 
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php-source .phps
 
 
 
That was all I did on 6.2-Release to make it work.
Sorry, I can't help you more...:-(


-- 
/Peo



--
-   PGP signed/encrypted emails is prefered  - 
--
 
 [novice about this? ~ visit: www.gnupg.org]


signature.asc
Description: This is a digitally signed message part


Re: PHP - install question

2008-02-07 Thread Mel
On Thursday 07 February 2008 21:28:43 Darryl Hoar wrote:
 Yes,
 but when I did an apachectl configtest, it barfed.

Unlike in life, it's good to specify the contents of the barf in unix 
diagnostics and support requests :)
A typo is easier spotted by someone else or the cause might be that the server 
needed a full restart rather then a reload to load shared libraries.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]