[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Php.ini



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