📜  apache 您无权访问此资源 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:54.087000             🧑  作者: Mango

代码示例1

        ServerAdmin email
        DocumentRoot /var/www
        ServerName domain_or_ipAddress
        
                AllowOverride All
        
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined