![]() |
![]() |
![]() |
Dumb Apache Question Is there a quick way to move the htdocs directory from its default location for the Apache 1.3.x HTTP server? I've just spent five minutes searching for this information and haven't been able to find it. Thanks.
John Topley (www.johntopley.com)
Sorry, when I say a quick way I mean a configuration setting - I don't want to have to build it from source.
John Topley (www.johntopley.com)
There should be a DocumentRoot option in your httpd.conf.
x
So there is. Thank you very much!
John Topley (www.johntopley.com)
Lol, I guess you can't just press F1.
Li-fan Chen
"There are no dumb questions, only dumb people."
Joe Kerr
You can press F1 if you want. One most systems it will get you help, but it won't be on Apache, but instead the editor or terminal you are using.
Clay Dowling
Normally on a Unix system, it goes something like this:
Jonas
|