How do you get php working on Mac OS X?

后端 未结 6 1653
余生分开走
余生分开走 2020-12-07 11:27

I have recently updated to Lion and enabled Web Sharing in the System Preferences but I am unable to get php working.

I added an info file to the web root directory

6条回答
  •  情歌与酒
    2020-12-07 11:41

    (Edit: This method appears to work fine for 10.9 (Mavericks), 10.10 (Yosemite) and 10.11 (El Capitan), so I figured I'd mention that for any new influx of slightly frustrated OS X updaters :D )

    Edit your /etc/apache2/httpd.conf and make sure the line:

    LoadModule php5_module libexec/apache2/libphp5.so
    

    ...exists. I think it's commented out by default in the standard OS X config, but from what I remember, you just need to uncomment it, then re-start Apache:

    sudo apachectl restart
    

    And you should be good to go.

提交回复
热议问题