PDA

View Full Version : Can Apache be installed (and run) under Knoppix?



perlster
02-09-2006, 04:33 AM
I have Knoppix 3.7, and can mount my PC's hard drive as /mnt/hda1 , so I can save data from Knoppix sessions. I've used the configure command to set the prefix, so the install seems to go OK, but here's what happens when I try to run Apache:


knoppix@ttyp2[bin]$ ./apachectl start
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs


:?:

markpreston
02-16-2006, 12:24 AM
Yes it is possible to run Apache with Knoppix. It is also possible to link it to MySQL, run a server and save the data to a USB device, hard drive or floppy disk.

/etc/init.d/apache start or
/usr/sbin/apache as root should start apache
/etc/init.d/apache stop should stop apache.

You might like to read, amongst other threads:-
http://www.knoppix.net/forum/viewtopic.php?t=18105

http://www.knoppix.net/forum/viewtopic.php?t=19300

Regards,
Mark

maxIT
02-16-2006, 08:13 AM
Knoppix@ttyp2[bin]$ ./apachectl start
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs


It's look like you have to do that as root :wink: