#1 (permalink)  
Old 07-28-2002, 07:54 PM
Registered User
 
Join Date: May 2002
Posts: 155
hkewell
What is command error on httpd.conf ???

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot /usr/local/apache/htdocs

#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the &default& to be a very restrictive set of
# permissions.
#
&Directory&
Options FollowSymLinks
AllowOverride None
&/Directory&

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
&Directory &/usr/local/apache/htdocs&&

#
# 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 Indexes FollowSymLinks MultiViews

#
# This controls which options the .htaccess files in directories can
# override. Can also be &All&, or any combination of &Options&, &FileInfo&,
# &AuthConfig&, and &Limit&
#
AllowOverride None

#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
&/Directory&


Above command line have problem on httpd.conf?????

Can you tell me where have error ????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:41 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc