当我尝试访问此路径时,在RHEL 7上的Apache 2.4中收到403错误: https://domainname:8443/SmKBAuth/LoginEnrollmentForms/SmKBAuth.fcc 我可以浏览至/ SmKBAuth / LoginEnrollmentForms /,但无法访问SmKBAuth.fcc。该文件的权限为777。
SmKBAuth文件夹部署在/ etc / httpd / htdocs /下,该文件夹是apache的DocumentRoot。
DocumentRoot“ / etc / httpd / htdocs”
要求所有授予
我还为该文件夹设置了明确的别名设置: 别名/ SmKBAuth /“ / etc / httpd / htdocs / SmKBAuth /” 选项索引多视图 AllowOverride无 要求所有授予
我还正确设置了服务器名:
ServerName域名:8443
任何想法可能是什么原因造成的?