ServerAdmin webmaster@localhost
    DocumentRoot /home/sachin/neuu-dashboard/Telemetry_Backend/www

    # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
    # error, crit, alert, emerg.
    # It is also possible to configure the loglevel for particular
    # modules, e.g.
    #LogLevel info ssl:warn

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    <Directory /home/sachin/neuu-dashboard/Telemetry_Backend/www>
            Options FollowSymLinks
            AllowOverride All
            #Order deny,allow
            #Allow from all
            Require all granted
    </Directory>

    # For most configuration files from conf-available/, which are
    # enabled or disabled at a global level, it is possible to
    # include a line for only one particular virtual host. For example the
    # following line enables the CGI configuration for this host only
    # after it has been globally disabled with "a2disconf".
    #Include conf-available/serve-cgi-bin.conf

我的apache在设置php框架时继续崩溃

  • apache指向默认的var / www / html时,它正常工作
    更改路径后

  • 它询问了enmod并重写了我也做了但仍然崩溃了

  • 一旦我在第一次请求时重新启动它就崩溃了

错误代码低于error.log [Sun Dec 09 13:04:31.953572 2018] [mpm_prefork:notice] [pid 24209] AH00169: grab SIGTERM,关闭[Sun Dec 09 13:04:32.048381 2018] [mpm_prefork:通知] [pid 24328] AH00163:Apache / 2.4.29(Ubuntu)配置 - 恢复正常操作[Sun Dec 09 13:04:32.048453 2018] [core:notice] [pid 24328] AH00094:命令行:'/ usr / sbin目录/ apache2' 的

帮我 Build php框架