Installation of an Apache httpd server with FAI

2007-11-09 Diskussionsfäden Torsten Schlabach
Dear list! I'd be interesting in sharing experiences with installing an Apache httpd server (with some modules, SSL, ...) using FAI. Obviously, it's easy to define a class and select the Debian packages to be installed, including whatever worker, PHP and other modules one wants to install.

Re: Installation of an Apache httpd server with FAI

2007-11-09 Diskussionsfäden Torsten Schlabach
Rudy, when you say $ROOTCMD a2enmod rewrite $ROOTCMD a2enmod ssl $ROOTCMD a2dissite 000-default $ROOTCMD a2ensite dokeos $ROOTCMD a2ensite dokeos_ssl you mean in a script in scripts/MYCLASS/xx-apache ? Why would I need the $ROOTCMD command there? Regards, Torsten Rudy Gevaert schrieb:

Re: Installation of an Apache httpd server with FAI

2007-11-09 Diskussionsfäden Torsten Schlabach
Rudy, Because it's need to be run inside the chroot *(/tmp/target) and $ROOTCMD is an alias for chroot /tmp/target. At least I have always thought so :) I was under the impression that my scripts will run in a chrooted environment anyway. Will check that. I just note that at least there

Re: Installation of an Apache httpd server with FAI

2007-11-09 Diskussionsfäden Rudy Gevaert
Torsten Schlabach wrote: Rudy, Because it's need to be run inside the chroot *(/tmp/target) and $ROOTCMD is an alias for chroot /tmp/target. At least I have always thought so :) I was under the impression that my scripts will run in a chrooted environment anyway. Will check that. I