Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Apache and xinetd

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  IIS Installation Fail on Windows 2000 Advance Ser..  
Author Message
OnMyWayHome

External


Since: Nov 06, 2005
Posts: 4



(Msg. 1) Posted: Mon Nov 07, 2005 10:34 pm
Post subject: Apache and xinetd
Archived from groups: alt>apache>configuration (more info?)

I'm having trouble getting httpd to run on startup.

I created the file /etc/xinetd.d/httpd
containing...

service httpd
{
port = 80
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/sbin/apachectl
server_args = start
disabled = no
}

Is there something else I need to do?

I can start the service manually, but I would like it to start on reboot.

Any help appreciated,
Chris

 >> Stay informed about: Apache and xinetd 
Back to top
Login to vote
OnMyWayHome

External


Since: Nov 06, 2005
Posts: 4



(Msg. 2) Posted: Mon Nov 07, 2005 10:52 pm
Post subject: Re: Apache and xinetd [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

After some research I found that I should not use xinetd for apache,
and that it should be a daemon process.

Therefore, I renamed /etc/rc5.d/K15httpd to /etc/rc5.d/S15httpd,
rebooted, and httpd is running now.

Chris

OnMyWayHome wrote:

> I'm having trouble getting httpd to run on startup.
>
> I created the file /etc/xinetd.d/httpd
> containing...
>
> service httpd
> {
> port = 80
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> passenv = PATH
> server = /usr/sbin/apachectl
> server_args = start
> disabled = no
> }
>
> Is there something else I need to do?
>
> I can start the service manually, but I would like it to start on reboot.
>
> Any help appreciated,
> Chris

 >> Stay informed about: Apache and xinetd 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]