PDA

View Full Version : CUSTUMIZING KNOPPIX



jur
05-03-2003, 09:15 AM
I would like to have APACHE with PHP module & MySQL on the CD..... which would start by starting Knoppix. But I don't know how to customize php & mysql & apache config files and how to place the PHP aplication on the CD??? Is there any possibility in Knoppix??


Thank's a lot for help

JUR

Viro
05-03-2003, 12:14 PM
I don't think it would be too feasible to include those with Knoppix, because of space limitations. Installing and configuring Apache and MySQL isn't difficult. Both projects come with excellent documentation detailing how you compile and set up the software.

Ghandalfar
05-03-2003, 04:10 PM
check:
http://ftp.freenet.de/pub/ftp.uni-kl.de/pub/linux/knoppix/packages.txt

apache and php4 are already included on cd. You just need to start them.

jur
05-04-2003, 10:52 AM
How can I set configuration files of the APACHE and Mysql in Knoppix and then burn it on to CD??? And how can I import some data into MySql database and then burn it on to CD with Knoppix???

Ghandalfar
05-04-2003, 09:25 PM
Simple,

just follow knoppix remastering howto on this site.

After you are in chrtooted enviroment simply inster the needed data into mysql and edit /etc/httpd/* and php4 config files.

You could add additional symlinks:

./rc0.d/K20apache
./rc1.d/K20apache
./rc2.d/S91apache
./rc3.d/S91apache
./rc4.d/S91apache
./rc5.d/S91apache
./rc6.d/K20apache

to start apache at runtime (same applys for mysql)

bubazoo
11-22-2003, 04:27 AM
Simple,

just follow knoppix remastering howto on this site.

After you are in chrtooted enviroment simply inster the needed data into mysql and edit /etc/httpd/* and php4 config files.

You could add additional symlinks:

./rc0.d/K20apache
./rc1.d/K20apache
./rc2.d/S91apache
./rc3.d/S91apache
./rc4.d/S91apache
./rc5.d/S91apache
./rc6.d/K20apache

to start apache at runtime (same applys for mysql)

why are there more then one symblinks to apache listed here?
this makes no sense to me.
isn't there a program in KDE that makes this easier?