I've updated php.ini using root with some value changes in max time out and upload file size and such, but when I checked mywebsite.com/info.php I don't see the changes on what I've edited.

What could be wrong?

link|improve this question

0% accept rate
3  
Have you restarted your Apache server? – jer.salamon Nov 5 '11 at 22:05
feedback

1 Answer

You need to restart your apache service.

Either

service httpd restart

or

restart apache

depending on you platform/installation mode.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.