the apache auto-conf directive will (nor will any other) method allow you to specify an address for the connector, ie:
# #------ DEFAULT ajp13 WORKER DEFINITION ------------------------------ #--------------------------------------------------------------------- # # # Defining a worker named ajp13 and of type ajp13 # Note that the name and the type do not have to match. # worker.ajp13.port=8009 worker.ajp13.host=localhost (defaults to 127.0.0.1) worker.ajp13.host=192.7.11.225 (defaults to 127.0.0.1) # ************ End worker.properties ************** todd http://www.wiserlabz.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
