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
Post a Comment