apache - will "service httpd reload" reload new php.ini settings? -


i'm trying enable shorthand in php via setting this:

short_open_tag = 1 

i execute:

service httpd reload 

however changes not take effect. need "service apache2 reload" instead? or "service httpd reload" work load new php.ini settings?

thanks!

you need

service apache2 reload 

as php.ini settings changes require apache/nginx or whatever server reloaded


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -