You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Matt Raible <ma...@raibledesigns.com> on 2002/09/29 18:05:05 UTC

[users@httpd] Starting Apache when server boots

I'm trying to configure apache 2.0.42 to start automatically when my rh
7.3 box boots.  I followed the instructions at
http://www.ozetechnology.com/howtos/apache_start.shtml, but it didn't
seem to work.

I can execute the following from the command line just fine.

[root@drevil mraible]# /etc/rc.d/init.d/apache start

Thanks,

Matt



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Starting Apache when server boots

Posted by Matt Raible <ma...@raibledesigns.com>.
It's set as S57

lrwxrwxrwx    1 root     root           23 Sep 28  2002 S57apache ->
/etc/rc.d/init.d/apache

> -----Original Message-----
> From: JP [mailto:jp@msfree.ca] 
> Sent: Sunday, September 29, 2002 10:09 AM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Starting Apache when server boots
> 
> 
> Hi,
> 
> do you have something like this :
> 
> /etc/rc.d/rc3.d/S37apache
> 
> if it's set as K37apache replace it to S37 apache.
> 
> Thanks
> JP
> 
> Matt Raible a dit :
> > I'm trying to configure apache 2.0.42 to start 
> automatically when my 
> > rh 7.3 box boots.  I followed the instructions at 
> > http://www.ozetechnology.com/howtos/apache_start.shtml, but 
> it didn't 
> > seem to work.
> >
> > I can execute the following from the command line just fine.
> >
> > [root@drevil mraible]# /etc/rc.d/init.d/apache start
> >
> > Thanks,
> >
> > Matt
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server 
> > Project. See <URL:http://httpd.apache.org/userslist.html> for more 
> > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> Thanks,
> JP
> --
> jp at msfree dot ca
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project. See 
> <URL:http://httpd.apache.org/userslist.html> for more info. 
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Starting Apache when server boots

Posted by JP <jp...@msfree.ca>.
Hi,

do you have something like this :

/etc/rc.d/rc3.d/S37apache

if it's set as K37apache replace it to S37 apache.

Thanks
JP

Matt Raible a dit :
> I'm trying to configure apache 2.0.42 to start automatically when my rh
> 7.3 box boots.  I followed the instructions at
> http://www.ozetechnology.com/howtos/apache_start.shtml, but it didn't
> seem to work.
>
> I can execute the following from the command line just fine.
>
> [root@drevil mraible]# /etc/rc.d/init.d/apache start
>
> Thanks,
>
> Matt
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project. See <URL:http://httpd.apache.org/userslist.html> for more
> info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


Thanks,
JP
--
jp at msfree dot ca



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Starting Apache when server boots

Posted by Matt Raible <ma...@raibledesigns.com>.
I'm more than willing to do it this way - just wondering if this is the
"recommended way."

> -----Original Message-----
> From: Chris [mailto:apache@yoyogi.org] 
> Sent: Sunday, September 29, 2002 11:01 AM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Starting Apache when server boots
> 
> 
> This is the way I start my fw script and launch my www server 
> after a reboot. (I run a Mandrake 8.1)
> 
> > -----Message d'origine-----
> > De : Matt Raible [mailto:matt@raibledesigns.com]
> > Envoye : dimanche 29 septembre 2002 18:51
> > A : users@httpd.apache.org
> > Objet : RE: [users@httpd] Starting Apache when server boots
> >
> >
> > According to the article (below) this is the slackware 
> approach.  I'm 
> > trying to configure this server for a production 
> environment and would 
> > like to do it the proper way.
> >
> > > -----Original Message-----
> > > From: Chris [mailto:apache@yoyogi.org]
> > > Sent: Sunday, September 29, 2002 10:13 AM
> > > To: users@httpd.apache.org
> > > Subject: RE: [users@httpd] Starting Apache when server boots
> > >
> > >
> > > You can try this, at the bottom of /etc/rc.local :
> > >
> > > /usr/local/apache2/bin/apachectl start
> > >
> > >
> > > Chris.
> > >
> > >
> > >
> > > > -----Message d'origine-----
> > > > De : Matt Raible [mailto:matt@raibledesigns.com]
> > > > Envoye : dimanche 29 septembre 2002 18:05
> > > > A : users@httpd.apache.org
> > > > Objet : [users@httpd] Starting Apache when server boots
> > > >
> > > >
> > > > I'm trying to configure apache 2.0.42 to start
> > > automatically when my
> > > > rh 7.3 box boots.  I followed the instructions at 
> > > > http://www.ozetechnology.com/howtos/apache_start.shtml, but
> > > it didn't
> > > > seem to work.
> > > >
> > > > I can execute the following from the command line just fine.
> > > >
> > > > [root@drevil mraible]# /etc/rc.d/init.d/apache start
> > > >
> > > > Thanks,
> > > >
> > > > Matt
> > > >
> > > >
> > > >
> > > >
> > > 
> --------------------------------------------------------------------
> > > -
> > > > The official User-To-User support forum of the Apache 
> HTTP Server 
> > > > Project. See 
> <URL:http://httpd.apache.org/userslist.html> for more 
> > > > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > > >    "   from the digest: 
> users-digest-unsubscribe@httpd.apache.org
> > > > For additional commands, e-mail: users-help@httpd.apache.org
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > 
> --------------------------------------------------------------------
> > > -
> > > The official User-To-User support forum of the Apache HTTP
> > > Server Project. See
> > > <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > > For additional commands, e-mail: users-help@httpd.apache.org
> > >
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server 
> > Project. See <URL:http://httpd.apache.org/userslist.html> for more 
> > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project. See 
> <URL:http://httpd.apache.org/userslist.html> for more info. 
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Starting Apache when server boots

Posted by Chris <ap...@yoyogi.org>.
This is the way I start my fw script and launch my www server after a
reboot.
(I run a Mandrake 8.1)

> -----Message d'origine-----
> De : Matt Raible [mailto:matt@raibledesigns.com]
> Envoye : dimanche 29 septembre 2002 18:51
> A : users@httpd.apache.org
> Objet : RE: [users@httpd] Starting Apache when server boots
>
>
> According to the article (below) this is the slackware approach.  I'm
> trying to configure this server for a production environment and would
> like to do it the proper way.
>
> > -----Original Message-----
> > From: Chris [mailto:apache@yoyogi.org]
> > Sent: Sunday, September 29, 2002 10:13 AM
> > To: users@httpd.apache.org
> > Subject: RE: [users@httpd] Starting Apache when server boots
> >
> >
> > You can try this, at the bottom of /etc/rc.local :
> >
> > /usr/local/apache2/bin/apachectl start
> >
> >
> > Chris.
> >
> >
> >
> > > -----Message d'origine-----
> > > De : Matt Raible [mailto:matt@raibledesigns.com]
> > > Envoye : dimanche 29 septembre 2002 18:05
> > > A : users@httpd.apache.org
> > > Objet : [users@httpd] Starting Apache when server boots
> > >
> > >
> > > I'm trying to configure apache 2.0.42 to start
> > automatically when my
> > > rh 7.3 box boots.  I followed the instructions at
> > > http://www.ozetechnology.com/howtos/apache_start.shtml, but
> > it didn't
> > > seem to work.
> > >
> > > I can execute the following from the command line just fine.
> > >
> > > [root@drevil mraible]# /etc/rc.d/init.d/apache start
> > >
> > > Thanks,
> > >
> > > Matt
> > >
> > >
> > >
> > >
> > ---------------------------------------------------------------------
> > > The official User-To-User support forum of the Apache HTTP Server
> > > Project. See <URL:http://httpd.apache.org/userslist.html> for more
> > > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > > For additional commands, e-mail: users-help@httpd.apache.org
> > >
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP
> > Server Project. See
> > <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Starting Apache when server boots

Posted by Matt Raible <ma...@raibledesigns.com>.
According to the article (below) this is the slackware approach.  I'm
trying to configure this server for a production environment and would
like to do it the proper way.

> -----Original Message-----
> From: Chris [mailto:apache@yoyogi.org] 
> Sent: Sunday, September 29, 2002 10:13 AM
> To: users@httpd.apache.org
> Subject: RE: [users@httpd] Starting Apache when server boots
> 
> 
> You can try this, at the bottom of /etc/rc.local :
> 
> /usr/local/apache2/bin/apachectl start
> 
> 
> Chris.
> 
> 
> 
> > -----Message d'origine-----
> > De : Matt Raible [mailto:matt@raibledesigns.com]
> > Envoye : dimanche 29 septembre 2002 18:05
> > A : users@httpd.apache.org
> > Objet : [users@httpd] Starting Apache when server boots
> >
> >
> > I'm trying to configure apache 2.0.42 to start 
> automatically when my 
> > rh 7.3 box boots.  I followed the instructions at 
> > http://www.ozetechnology.com/howtos/apache_start.shtml, but 
> it didn't 
> > seem to work.
> >
> > I can execute the following from the command line just fine.
> >
> > [root@drevil mraible]# /etc/rc.d/init.d/apache start
> >
> > Thanks,
> >
> > Matt
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server 
> > Project. See <URL:http://httpd.apache.org/userslist.html> for more 
> > info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project. See 
> <URL:http://httpd.apache.org/userslist.html> for more info. 
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Starting Apache when server boots

Posted by Chris <ap...@yoyogi.org>.
You can try this, at the bottom of /etc/rc.local :

/usr/local/apache2/bin/apachectl start


Chris.



> -----Message d'origine-----
> De : Matt Raible [mailto:matt@raibledesigns.com]
> Envoye : dimanche 29 septembre 2002 18:05
> A : users@httpd.apache.org
> Objet : [users@httpd] Starting Apache when server boots
>
>
> I'm trying to configure apache 2.0.42 to start automatically when my rh
> 7.3 box boots.  I followed the instructions at
> http://www.ozetechnology.com/howtos/apache_start.shtml, but it didn't
> seem to work.
>
> I can execute the following from the command line just fine.
>
> [root@drevil mraible]# /etc/rc.d/init.d/apache start
>
> Thanks,
>
> Matt
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org