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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: foodog
Date:  
Subject: 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