Hi
I am using IBM Http Server(IHS) and adding a Directive for awstat
application to the httpd.conf.
Here is the snippet of the added Directives
#

# Directives to allow use of AWStats as a
CGI
#

Alias /awstatsclasses "/u/servers/awstats-6.5/wwwroot/classes/"

Alias /awstatscss "/u/servers/awstats-6.5/wwwroot/css/"

Alias /awstatsicons "/u/servers/awstats-6.5/wwwroot/icon/"

ScriptAlias /awstats/ "/u/servers/awstats-6.5/wwwroot/cgi-bin/"



#

# This is to permit URL access to scripts/files in AWStats
directory.
#

<Directory "/u/servers/awstats-6.5/wwwroot">

   Options
None
   AllowOverride
None
   Order
allow,deny
   Allow from
all
</Directory>

When I try restart the httpd it throws errros.



Ý25B6B030 28/Jul/2006:05:08:42.262883¨: ErrorLog.... Ý28/Jul/2006:05:08:41
+0400
¨ IMW0013E The configuration directive is not valid:     Allow from
all


Ý25B6B030 28/Jul/2006:05:08:42.262928¨: ErrorLog.... Ý28/Jul/2006:05:08:41
+0400
¨ IMW0013E The configuration directive is not valid:     Allow from
all


Ý25B6B030 28/Jul/2006:05:08:42.263021¨: ErrorLog.... Ý28/Jul/2006:05:08:41
+0400
¨ IMW0005E Insufficient parameters for directive:
</directory>
Ý25B6B030 28/Jul/2006:05:08:42.263073¨: ErrorLog.... Ý28/Jul/2006:05:08:41
+0400
¨ IMW0013E The configuration directive is not valid:
</Directory>


Ý25B6B030 28/Jul/2006:05:08:42.263118¨: ErrorLog.... Ý28/Jul/2006:05:08:41
+0400
¨ IMW0013E The configuration directive is not valid:
</Directory>


Ý25B6B030 28/Jul/2006:05:08:43.018332¨: ErrorLog.... Ý28/Jul/2006:05:08:41
+0400
¨ IMW0003E Configuration not loaded due to
errors.

Please help me resolving this problem

regards
Ravi

Reply via email to