Installation of an Apache httpd server with FAI
Thomas Lange
lange at informatik.uni-koeln.de
Tue Nov 13 10:42:34 CET 2007
>>>>> On Fri, 09 Nov 2007 15:30:50 +0100, Torsten Schlabach <tschlabach at gmx.net> said:
> If course, I can write a script which basically does step after step and
> run it from FAI. But I wonder if I am missing some maybe more
> sophisticated mechanisms.
No, you are perfectly right. That's how I do this in a shell script.
cp -uv $FAI/files/etc/apache2/sites-available/cs-koeln $target/etc/apache2/sites-available/
$ROOTCMD a2enmod rewrite
$ROOTCMD a2enmod include
$ROOTCMD a2dismod userdir
$ROOTCMD a2dissite default
$ROOTCMD a2ensite cs-koeln
--
regards Thomas
More information about the linux-fai
mailing list