Question
Working through the
WindowsInstallCookbook and am stuck on the Configuring Apache section. When I add the following lines to my httpd.conf file I get error "Directory not allowed here." Cannot figure out why.
#<Directory "c:/twiki/bin/">
# RD: Changed None to All in next line, to enable .htaccess
# AllowOverride All
# Allow From All
# Options ExecCGI
# SetHandler cgi-script
#</Directory>
Environment
--
NathanTippie - 01 Dec 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You may have put this section within another section - check the preceding
<something> directive is terminated by a
</something>.
--
RichardDonkin - 03 Dec 2005
That was it. Thank you.
--
NathanTippie - 06 Dec 2005