新打了APACHE2.2.3, [color="Red"]./configure --prefix=PREFIX 时却出现错误提示“Permission denied”
查找了httpd.apache.org中的Error Messages,关于Permission denied的描述如下:
A Permission denied error in the error_log, accompanied by a Forbidden message to the client usually indicates a problem with your filesystem permissions, rather than a problem in the Apache HTTP Server configuration files. Check to make sure that the User and Group running the child processes has adequate permission to access the files in question. Also check that the directory and all parent directories are at least searchable for that user and group (i.e., chmod +x).
Recent releases of Fedora Core and other Linux distributions using SELinux have additional access restrictions beyond those used by the basic filesystem. Violations of these restrictions will also result in a Permission denied message. See the Fedora SELinux FAQ and Apache SELinux Policy Document.
我的环境:Linux AS4,ROOT权限登入
按道理来说,应该不会出现权限错误才对呀  |