Results 11 to 15 of 15
I believe apache and php come with knoppix so you may be able to just start the apache daemon and have it work. I don't havea knoppix cd so I ...
- 04-27-2008 #11Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,884
I believe apache and php come with knoppix so you may be able to just start the apache daemon and have it work. I don't havea knoppix cd so I can't check but this was the case in the past. You can log in to a terminal and just do a 'whereis', 'which' or 'locate' command to see if apache and/or php are on the cd. I'm not really sure that it will do you much good because you won't be able to save any files to a cdrom.
- 04-27-2008 #12
- 04-27-2008 #13Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,884
/etc/init.d/apache2 start
To stop change 'start' to 'stop', to restart change 'start' to 'restart'. You could use konqueror to go to /etc/init.d/ directory to see if there is an apache2 executable there. That's where it should be.
- 04-27-2008 #14
when i activate it ..should the htdocs dir appear?
- 04-27-2008 #15Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,884
If it doesn't just create the directory. "cd /var/www/", "mkdir htdocs"


Reply With Quote

