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

A solution to the error Permission denied in PHP

WBOY
Release: 2016-07-25 09:03:02
Original
3614 people have browsed it
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



source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template