PDA

View Full Version : Turning apache on during CD boot



jmassengill
12-08-2002, 08:09 PM
Is there a way to make apache be active when the knoppix CD boots or does that require a full remaster if the CD?
Thanks in advance
Johnny Massengill

12-09-2002, 02:44 PM
shortly: remastering needed.

linuxfan

probono
12-13-2002, 08:42 PM
shortly: remastering needed.

linuxfan

remastering NOT required! simply type "apache" or call it in the knoppix.sh

12-16-2002, 12:49 AM
well, the Q was about starting apache at boot-time. it can be achieved by using the knoppix.sh, alas, my solution is to use the standard ways. Anyway, remastering is fun, you could put in many new apps and stuff.
lf

griffjon
04-13-2004, 09:14 PM
You can also, if you're remastering anyway, run

update-rc.d apache defaults

as root, chroot'ed to the remastered directory, to add apache into the servers starting up.

Ambrose
04-14-2004, 03:38 AM
This can be done INCREDIBLY easy by simply putting a bash script that contains "/etc/init.d/apache start" onto the CD.

You won't need to "remaster" the cloop image (~690 megs) but you will need to re-compress the cd ISO.

Make sense? There is tons of info available on how to do this.

- Ambrose