Failed Apache2 start, no error log

前端 未结 11 562
轮回少年
轮回少年 2021-02-01 02:41

I would restart Apache2 but there comes an Error

$ sudo service apache2 start

Starting web server apache2

Action \'start\' failed.
The Apache error log may hav         


        
11条回答
  •  失恋的感觉
    2021-02-01 03:00

    On XAMPP use

    D:\xampp\apache\bin>httpd -t -D DUMP_VHOSTS
    

    This will yield errors in your configuration of the virtual hosts

提交回复
热议问题