[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:16:30 MST 2009
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
More information about the FX.php_List
mailing list