|  | Home
 | Calendar
 | Mail Lists
 | List Archives
 | Desktop SIG
 | Hardware Hacking SIG Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU | 
On Thu, 25 Jan 2001, David Kramer wrote:
> DocumentRoot "/home/httpd/html"
> 
> Note that depending on your configuration, this line may be in httpd.conf
> or srm.conf, which will be in /srv/logs/httpd/ or /etc/httpd/conf.
Yup, that line is in there.  It's also followed by this section:
<Directory "/home/httpd/html">
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
        Options Includes Indexes FollowSymlinks
        AllowOverride AuthConfig FileInfo Indexes Limit Options
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options",
"FileInfo",
# "AuthConfig", and "Limit"
# Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
</Directory>
Spacing and comments kept exactly as in the file.  Except I think that
"FileInfo" wordwrapped up there.
Duane
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).