PDA

View Full Version : Running a Server



pf123
05-10-2005, 10:18 PM
How do you run a server on knoppix 3.6?
I need a webserver, so i can host a website for all to see.
Does Knoppix have a web server program on it already? or do I have to download something like Apache.

Ive used Apache on Windows, but on this linux computer, i cant figure out how to install Apache because I cant download and install the windows version of Apache.

Leipe_Po
05-11-2005, 12:09 PM
knoppix comes with apache, php and mysql, if you searched this forum you would have know that and then also you can easely find out how to start them....

maxIT
05-11-2005, 06:22 PM
hi pf123,
your question is very simple.
Open konsole terminal, type su to became root, and type apache to run apache 8)

pf123
05-11-2005, 08:04 PM
thanksguys

one problem...

i dont have acess to to change files....or delete them
how can i make myself so i can add/modify/delete the www folder

maxIT
05-11-2005, 08:28 PM
Hard Disks are mounted in only read mode by default, to make an HD writable right click on HD icon\actions\change to write mode.

bye, max

pf123
05-12-2005, 08:08 PM
yea, i was able to make it so i can read and write...but i still cannot write

markpreston
05-12-2005, 10:32 PM
how can i make myself so i can add/modify/delete the www folder
You need to be root to do this.
You can do it graphically by running these commands from a terminal window as user knoppix
su root <enter>
then, at the root prompt
konqueror<enter>
Then you can browse the filesystem and write/copy files to the /var/www directory from within konqueror.

pf123
05-13-2005, 07:35 PM
thanks mark, it works