[us...@httpd] A question about configuration of workers.properties

2009-12-14 Thread thomas2004
I have 2 questiuons. 1. I see many examples as follow: [code] worker.list=worker1,worker2 # Set properties for worker1 worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 # Set properties for worker2 worker.worker2.type=ajp13 worker.worker2.host=localhost

Re: [us...@httpd] A question about configuration of workers.properties

2009-12-14 Thread André Warnier
thomas2004 wrote: I have 2 questiuons. I'll just give my opinion on the first one. 1. I see many examples as follow: [code] worker.list=worker1,worker2 # Set properties for worker1 worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 # Set properties for worker2