Results 1 to 4 of 4
I need to change the target from default folder used for www file
with some other place?...
- 06-01-2006 #1
how can change default folder for public web documents/files (html)
I need to change the target from default folder used for www file
with some other place?
- 06-01-2006 #2
What do you mean? With apache? You can change it in your httpd.conf file or apache2.conf.
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-02-2006 #3
Yes, but I use Knoppix on CD! Can not modify Apache config file.
Originally Posted by antidrugue
Knoppix give me just one chance to save some Linux configs on HDD.
Is there any trick to make this with Linux config files?
- 06-03-2006 #4Just Joined!
- Join Date
- May 2006
- Posts
- 31
httpd -c "Userdir /the/new/dir"
You might want to read this tutorial: Per-user web directories
You could also copy the httpd.conf file to the drive, Modify that and use
httpd -f new.config.file


Reply With Quote
