PDA

View Full Version : DSM Service Startup


pwlcek
01-06-2003, 12:22 PM
Under the Services Menu you can find the table "DSM Service Startup". For any reason I cannot find the httpd service to start automatically (there is not entry for the apache). Has anybody an idea how I can add this because apache does not start automatically at bootup on my machine.

Peter

Bryan
01-06-2003, 05:14 PM
You can run the following command to see if you have httpd in the list of commands that can be turned off or on on startup:

/sbin/chkconfig --list

If you do not see httpd in this list, then run the following command:

/sbin/chkconfig --add httpd

If httpd is in the list, and it still does not show up in the Service Manager interface, please contact the support department of the company you purchased your license from.

Bryan.

pwlcek
01-06-2003, 06:04 PM
Thanks - didn't know you look directly into the xinetd config. Now it works.

Peter