카테고리 없음

nginx, php5 연동 테스트

루트노드 2014. 7. 23. 02:52
5) Create a Php Info Page

We can quickly see all of the details of the new php configuration.

To set this up, first create a new file:

sudo nano /usr/share/nginx/www/info.php

Add in the following line:

<?php
phpinfo();
?>

Then Save and Exit.


위 내용은 아래에서 가져왔다.

How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7