Hi,

Mamta Singh wrote:
Hi all,

I have apache2.2 and tomcat 5.5 installed. when ever i start apache server i got this warning: [warn] Useless use of AllowOverride in line .....

I checked these line numbers are in mod_jk.conf file which has been auto-generated by tomcat. These lines are:

    <Location "/servlets-examples/WEB-INF/*">
        AllowOverride None   => on this line
        deny from all
    </Location>

    <Location "/servlets-examples/META-INF/*">
        AllowOverride None   => on this line
        deny from all
    </Location>

...
Does any one have idea why I am getting this warning.

Yes - http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride shows that AllowOverride is only valid in a Directory context. You're trying to use it in a location where it doesn't make sense.

HTH,

                                Neil.


--
Neil Hillard                    [EMAIL PROTECTED]
AgustaWestland                  http://www.whl.co.uk/

Disclaimer: This message does not necessarily reflect the
            views of Westland Helicopters Ltd.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to