On Tue, 25 Jul 2000,  Don Pierce wrote about,  RE: group,file permissions:
> How do I add a service in linux
> I have RH6.2 and somehow lost the httpd service.
> 
> I do not see a way of  adding in linuxconfig.
> 
> I want httpd to start up at boot time.
> NTSYSV does not even display the httpd service.

I dont have a redhat system here to check for you,, someelse will have to
do that and advice you on the Redhat way.

My way would be;
Providing you have everything installed for httpd then a simple line in
/etc/rc.d/rc.local should start httpd for you at bootime.

I belive Redhat places httpd in the same location as slackware does,
/etc/httpd/* now if that is correct you should have a file called apachectl
in /etc/httpd/sbin place the following in /etc/rc.d/rc.local

/etc/httpd/sbin/apachectl start

You can of course run that script anytime, simply type
/etc/httpd/sbin/apachectl
for a list of options.

> 
> Don

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to