Mailinglist Archive: opensuse (2871 mails)
| < Previous | Next > |
Re: [opensuse] Start http at boot time
- From: Aaron Kulkis <akulkis3@xxxxxxxxxx>
- Date: Wed, 16 May 2007 10:46:35 -0400
- Message-id: <464B194B.7000301@xxxxxxxxxx>
Joaquin Henriquez (MI/EEM) wrote:
do an ls -l of /etc/init.d/rc5.d and tell us how you violated
the pattern. (Hint, the http start/stop script is in the same
directory as all of the OTHER start/stop scripts.
cd /etc/init.d/rc5.d
ln -s ../apache S10apache
Make sure you put a K__apache file in your rc5.d directory, too!
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hi there,
I have a problem with the initialization at boot time of my http daemon.
I put on the:
/etc/init.d/rc5.d/S10httpd -> /opt/http-2.2.4/bin/apachectl
do an ls -l of /etc/init.d/rc5.d and tell us how you violated
the pattern. (Hint, the http start/stop script is in the same
directory as all of the OTHER start/stop scripts.
cd /etc/init.d/rc5.d
ln -s ../apache S10apache
Make sure you put a K__apache file in your rc5.d directory, too!
The S10httpd is dinamically link to the apachectl.
The problem is that it doesn't start the http daemon when I do a restart
of the Linux box.
Any help would be apretiated.
I have: Linux Suse 10.1
BR
Joaquin
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |