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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -