[FX.php List] [OFF] Upgrading to PHP 5 on a Mac OS X Tiger server

Gareth Evans gareth.evans at schawk.com
Sat Jan 10 10:38:22 MST 2009


Do you see anything when doing a sudo pico /etc/httpd/httpd.conf? There
should be about 30-40 LoadModule lines in the DSO section.

However as Dale mentioned if you did the the Entropy php then I would check
to see if the file /usr/local/php5/httpd.conf.php file exists and that an
include to that file exists at the end of your httpd.conf.
-- 
GARETH EVANS


> From: Bob Patin <bob at patin.com>
> Reply-To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Date: Sat, 10 Jan 2009 11:27:10 -0600
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Subject: Re: [FX.php List] [OFF] Upgrading to PHP 5 on a Mac OS X Tiger server
> 
> Well, when I use sudo pico httpd.conf, and then try to search for
> LoadModule, I get nothing...
> 
> Does a typical OS X Server install put a httpd.conf file?
> 
> am i using the wrong command?
> 
> thanks,
> 
> BP
> 
> Bob Patin
> Longterm Solutions LLC
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> Twitter: bobpatin
> iChat/AIM: bobpatin
> FileMaker 9 Certified Developer
> Member of FileMaker Business Alliance & TechNet
> --------------------------
> FileMaker hosting and consulting for all versions of FileMaker
> PHP € Full email services € Free DNS hosting € Colocation € Consulting
> 
> On Jan 10, 2009, at 11:16 AM, Gareth Evans wrote:
> 
>> The httpd.conf file is generally stored in /etc/httpd/. I would look
>> in the
>> LoadModule section (it's near the top), you will see something like
>> 
>> #LoadModule php4_module        libexec/httpd/libphp4.so
>> 
>> The # in front means it's disabled. For PHP 5 you would add
>> 
>> LoadModule php5_module        /path/to/libphp5.so
>> 
>> 
>> Also make sure to update the AddModule section (right below the
>> LoadModule's) with:
>> 
>> AddModule mod_php5.c
>> 
>> 
>> HTH
>> -- 
>> GARETH EVANS
>> 
>> 
>>> From: Bob Patin <bob at patin.com>
>>> Reply-To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>>> Date: Sat, 10 Jan 2009 10:50:39 -0600
>>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>>> Subject: Re: [FX.php List] [OFF] Upgrading to PHP 5 on a Mac OS X
>>> Tiger server
>>> 
>>> Gareth,
>>> 
>>> Thanks for the suggestion; however, my Terminal skills are minimal at
>>> best... would you remember where that file is stored? I think I've
>>> found it, but the second question would be: what string do I look for
>>> to check the loading?
>>> 
>>> I know how to search for the string, how to open the file, just need
>>> to know what to search for in the file.
>>> 
>>> Thanks for your help,
>>> 
>>> Bob Patin
>>> Longterm Solutions LLC
>>> bob at longtermsolutions.com
>>> 615-333-6858
>>> http://www.longtermsolutions.com
>>> Twitter: bobpatin
>>> iChat/AIM: bobpatin
>>> FileMaker 9 Certified Developer
>>> Member of FileMaker Business Alliance & TechNet
>>> --------------------------
>>> FileMaker hosting and consulting for all versions of FileMaker
>>> PHP € Full email services € Free DNS hosting € Colocation €
>>> Consulting
>>> 
>>> 
>>> 
>>> On Jan 10, 2009, at 1:00 AM, Gareth Evans wrote:
>>> 
>>>> Maybe check your httpd.conf to see if apache is loading the correct
>>>> module.
>>>> -- 
>>>> GARETH EVANS
>>> 
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>> 
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list