PDA

View Full Version : How to start the Apache server that came with knoppix?



Zero_1984
08-09-2004, 10:52 AM
hey all

just wondering, whats the command to start/stop/restart the apache daemon that came in linux...

i know its a newb question but yeh! also what directory is apache pre installed into?!

i posted this into networking as its a networking question in terms of apache being a file server being connected to the internet...

monkymind
08-09-2004, 01:34 PM
I don't have a copy of knoppix running at the moment but from memory the commands are:

sudo /etc/init.d/apache start
sudo /etc/init.d/apache stop
sudo /etc/init.d/apache restart

Let me know how you go ......

Cheers
rob

mcaycedo
08-10-2004, 10:02 PM
after apache is initiated, you have an Apache Server running. Then, you need to put some pages to display. Place them in "/var/www"

Apache in knoppix includes PHP as a module, so, you will be able to run some scripts. And i you need, there is mysql installed too