【问题标题】:Apache Web Server StoppedApache Web 服务器已停止
【发布时间】:2020-02-26 22:39:50
【问题描述】:

我最近在 Fedora 31 上安装了 Xampp,一切都很好,除了... Apache Web 服务器不工作,当我按下“全部启动”时,它激活了 Mysql 和 ProFTPD,但 Apache Web 服务器出现“停止”。 我已经尝试将端口从 80 更改为 8000,并且 ssl 端口 4431 ....它不起作用!。

【问题讨论】:

    标签: apache xampp


    【解决方案1】:

    https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/

    https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-apache-http-server/

    这对我有用

    Install HTTPD packages.
    
    # dnf install httpd -y
    
    Start the HTTPD service.
    
    # systemctl start httpd.service
    

    【讨论】:

      【解决方案2】:

      我所做的是:转到终端并输入 sudo service apache2 restart (or start)(您可能需要 sudo 命令来执行此操作)

      【讨论】:

        猜你喜欢
        • 2015-09-21
        • 2015-02-08
        • 2016-06-02
        • 2018-05-20
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2013-05-26
        • 2017-11-28
        相关资源
        最近更新 更多