apache崩溃,不适用于php框架

时间:2018-12-09 08:17:37

标签: php apache2

    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框架时一直崩溃

  1. apache指向默认的var / www / html
  2. 时工作正常
  3. 更改路径后,它询问enmod并重写我也做了,但仍然崩溃
  4. 我在第一个请求上重新启动时就崩溃了

错误代码在error.log下面     [Sun Dec 09 13:04:31.953572 2018] [mpm_prefork:notice] [pid 24209] AH00169:捕获了SIGTERM,关闭了 [Sun Dec 09 13:04:32.048381 2018] [mpm_prefork:notice] [pid 24328] AH00163:配置了Apache / 2.4.29(Ubuntu)-恢复正常操作 [Sun Dec 09 13:04:32.048453 2018] [core:notice] [pid 24328] AH00094:命令行:'/ usr / sbin / apache2'

帮助我建立php框架

0 个答案:

没有答案