Apache Virtual Host not parsing PHP

后端 未结 10 1293
日久生厌
日久生厌 2020-12-05 23:42

I decided to enable virtual hosts on my Apache server, and chose to make it port-based.

First thing I did, of course, was RTM. I followed the instructions found her

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 00:31

    In my case, the problem was fixed by running the following command:

    apt-get install libapache2-mod-php
    

提交回复
热议问题