View Single Post

  #2 (permalink)  
Old 02-02-2008, 10:23 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Apache2 is not started using xinetd. You need to use /etc/init.d/httpd script.

RHEL / CentOS uses - ntsysv command to setup boot service
Code:
ntsysv
update-rc.d like command on Redhat Enterprise / CentOS Linux

Debian / Ubuntu user has sysvconfig command
Code:
sudo sysvconfig
Ubuntu / Debian Linux: Services Configuration Tool to Start / Stop System Services
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote