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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: foodog
日付:  
題目: What's the difference between mod_php4, mod_php, and php?
Mark Berkwitt wrote:
>
> Using
> #locate chkconfig
> /usr/share/man/man8/chkconfig.8.gz
> /sbin/chkconfig
> #cd /sbin
> #chkconfig httpd on
> bash: chkconfig: command not found
> ?


[steve@gemini steve]$ chkconfig
bash: chkconfig: command not found

[steve@gemini steve]$ su -
Password:
[root@gemini root]# chkconfig
chkconfig version 1.3.5 - Copyright (C) 1997-2000 Red Hat, Inc.
This may be freely redistributed under the terms of the GNU Public
License.

usage:   chkconfig --list [name]
         chkconfig --add <name>
         chkconfig --del <name>
         chkconfig [--level <levels>] <name> <on|off|reset>)


chkconfig requires root. :-)
Steve