Apache Virtual Host not parsing PHP

后端 未结 10 1297
日久生厌
日久生厌 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:42

    Make sure the following line which loads the php module is not commented out -

    LoadModule php5_module libexec/apache2/libphp5.so
    

提交回复
热议问题