Home > Backend Development > PHP Tutorial > php error Permission denied_PHP tutorial

php error Permission denied_PHP tutorial

WBOY
Release: 2016-07-13 17:46:54
Original
1040 people have browsed it

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...
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