|
Posted by Erwin Moller on 12/18/06 16:39
Lord Sauron wrote:
> On Dec 18, 6:11 am, Erwin Moller
> <since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
>> monomaniac21 wrote:
>> > Thanks Erwin
>>
>> > Terminal was finding the wrong file! I should of checked phpinfoGood.
>>
>> You are not the first, nor the last, that is editting the wrong php.ini
>> file.
>> Speaking from broad personal experience. ;-)
>> I even deleted/renamed all php.ini's on my systems so I have ONLY 1 left.
>
> A major problem I have is remembering to reload apache. I'll make a
> whole mess of changes and then wonder why it isn't working, then I'll
> reload apache and then I'll feel stupid.
>
> This need to restart apache (sudo /etc/init.d/[apache|httpd] restart)
Hi,
One addition:
graceful is better. It leaves anything apache can think of operational.
sudo /etc/init.d/[apache|httpd] graceful
It sends a SIG (USR1 if memory serves me well) to apache, meaning in this
case to reload configuration.
On a development machine is makes no difference of course, but when you are
playing with your productionserver, graceful safes you a few phonecalls.
;-)
Regards,
Erwin Moller
> is something you need to do on Linux. I'm not sure about other
> non-UNIX platforms.
[Back to original message]
|