Home  >  Article  >  Backend Development  >  php error Permission denied_PHP tutorial

php error Permission denied_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 17:46:54976browse

Go to the apache log and look at the error_log file

#cd /usr/local/apache2/logs/

(13)Permission denied: exec of '....index.php' failed

Just add permissions

#chmod +x index.php path

Author 21aspnet

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478546.htmlTechArticleGo to the apache log to see the error_log file #cd /usr/local/apache2/logs/ (13)Permission denied : exec of ....index.php failed Just add permissions #chmod +x index.php path author 21aspnet...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn