For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > July 2006 > httpd.conf problem restarting with additional directives









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author httpd.conf problem restarting with additional directives
Sastry

2006-07-28, 3:57 am

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

Tom Phoenix

2006-07-28, 7:57 am

On 7/28/06, Sastry <ravisastryk@gmail.com> wrote:

> I am using IBM Http Server(IHS) and adding a Directive for awstat
> application to the httpd.conf.


> Please help me resolving this problem


I recommend that you ask in a forum where the IBM Http Server is the
topic. The topic of this list is Perl, and although there are many
knowledgeable people here, there are better places to ask about IBM
Http Server.

Cheers!

--Tom Phoenix
Stonehenge Perl Training
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com