Home >Backend Development >PHP Tutorial >A solution to the error Permission denied in PHP

A solution to the error Permission denied in PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-25 09:03:023669browse
Permission denied error is reported in php, check the error log of apache error_log. #cd /usr/local/apache2/logs/ (13)Permission denied: exec of '....index.php' failed

Permission denied error is reported in php, check the error log of apache error_log. #cd /usr/local/apache2/logs/ (13)Permission denied: exec of '....index.php' failed

Add executable permissions: #chmod +x index.php



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