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

foodog plug-discuss@lists.plug.phoenix.az.us
Sun, 15 Sep 2002 16:03:22 -0700


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