[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Php.ini
- Subject: Re: [cobalt-users] Php.ini
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Thu Jul 3 19:02:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Subject: [cobalt-users] Php.ini
> Am I missing the plot here?
>
> I needed to up my maximum file size for uploads so I changed my php.ini
file
> and did:
>
> httpd reload
> httpd restart
> httpd stop/start
>
> And nothing worked. When I printed out all my php variables, it still
said
> 2 meg. I had to reboot the server for it to take effect.
>
> I thought that would have worked. Is there a more graceful way?
>
/etc/rc.d/inet.d/httpd restart
Will reload php.
Bassi