logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_jk-auto.conf generation
Author
gladson



Joined: 20 Sep 2010
Posts: 6

PostPosted: Tue 21 Sep '10 15:04    Post subject: mod_jk-auto.conf generation Reply with quote

How does mod_jk-auto.conf file generate?
I'm getting following error while starting my apache error
[Tue Sep 21 13:26:22 2010] [warn] Useless use of AllowOverride in line 181 of /sbcimp/dyn/data/EQ_ERD/shared/CDE/soansgl/manager/httpd/xldn2112dap/ldn/httpd.conf.tt2.

It seems that 'AllowOverride' is no longer used under Location element. But as this is generated from mod_jk-auto.conf file(i'm currently migrating my app from Apache 1.3 to Apache 2.2.11) ...i'm not able to figure out how this file is generated. I suspect this file is pointing to Apache 1.3 version. Can someone help pls?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Tue 21 Sep '10 23:26    Post subject: Reply with quote

You can use AllowOverride in a Directory.
Back to top
gladson



Joined: 20 Sep 2010
Posts: 6

PostPosted: Wed 22 Sep '10 8:58    Post subject: Reply with quote

Yes, I have used AllowOverride in under directory tag only, but i see in mod_jk-auto.conf file, AllowOverride is used in the Location tag too, this is an automated generated file. I'm not able to figure out the origin of this file.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Wed 22 Sep '10 23:17    Post subject: Reply with quote

the tomcat generates this file. Search for ApacheConfig in your server.xml
Back to top


Reply to topic   Topic: mod_jk-auto.conf generation View previous topic :: View next topic
Post new topic   Forum Index -> Apache