What's the difference between mod_php4, mod_php, and php?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Matt Alexander
日付:  
題目: What's the difference between mod_php4, mod_php, and php?
On Sun, 15 Sep 2002, Mark Berkwitt wrote:

> /etc/rc.d/init.d/httpd status
> httpd is stopped
> So I tried
> /etc/rc.d/init.d/httpd start
> Starting httpd:      [ OK ]         //After logging in as admin.
> YOOHOO! Now http://127.0.0.1/index.html  yields something.
> Thanks, this is so exciting. What next?



Create a file in /var/www/html called index.php and enter the following:

<? phpinfo() ?>


Then browse to http://127.0.0.1/index.php and see if it brings up your PHP
environment settings, etc.
~M