[BLU] Why won't Apache work for me?
Duane Morin
dmorin at morinfamily.com
Thu Jan 25 11:11:38 EST 2001
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 /var/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).
More information about the Discuss
mailing list