apache - Why do yout not need to chmod 755 php scripts before execution? -


this question has answer here:

normally need chmod 755 perl script, python script or whatever if run cgi in apache. why isn't necessary php scripts?

you don't need grant execution rights, because file read apache php, not executed directly.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -