What does this mean

Problems with the Windows version of XAMPP, questions, comments, and anything related.

What does this mean

Postby flashwebb » 02. October 2006 10:09

C:\Program Files\xampp\apache\bin>apache
Syntax error on line 206 of C:/Program Files/xampp/apache/conf/httpd.conf:
Multiple <Directory> arguments not (yet) supported.



I have this now

ServerRoot "c:/program files/xampp/apache"



DocumentRoot "c:/wwwroot/html" >>>Line 206

#
# 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
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</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 DocumentRoot "c:/wwwroot/html">


why does not work???
flashwebb
 
Posts: 4
Joined: 02. October 2006 10:01

Postby Wiedmann » 02. October 2006 12:44

<Directory DocumentRoot "c:/wwwroot/html">

That's wrong:
Code: Select all
<Directory "c:/wwwroot/html">
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 161 guests