Hello All,

I have a working configuration but cannot find a way to extend it in
the way that we need to do.

Currently we load ../conf/auto/mod_jk.conf into Apache's httpd.conf.
The mod_jk.conf file is automatically generated and creates the
<VirtualHost> entry just fine.

HOWEVER, we need to ADD Apache config elements to this <VirtualHost>
block and I cannot find a way to do this.  For instance we need to
pass in a separate SSLCertificate directive to this VirtualHost as
well as establishing a rewrite rule.

If this was a static conf file this would not be an issue.  However
there appears to be no documentation for how one can include such
additional configuration information so that it can be "sucked into"
the mod_jk.conf file automatically.  If we stop using the automated
mod_jk file then we need to manually update this whenever the
developers change the application (with the associated JKmount
commands that are automatically generated) and we want to avoid that.

So IS there a way to "suck in" these additional configuration
directives so that they are included automatically in the mod_jk.conf
file?

Thanks!

Tony

-- 
Tony Stocker
-------------------------------------------------------------------
 "There are no wrong turnings.
 Only paths you had not known
 you were meant to walk."
-------------------------------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to