Oh, thanks!!! i solve it uhauahaua i was using a wrong / :)
you was correct, a simple httpd (apache) command to solve it!!! thanks a lot Harlei 2011/4/8 Harlei Liguori Marcelino <hligu...@gmail.com> > Understood!!! > > But i tried some httpd options to secure this, and nothing work... :( > > can you gimme some example? > > Look bellow my conf files: > > ### modjk.conf ### > > LoadModule jk_module modules/mod_jk.so > > > JkWorkersFile /etc/httpd/conf.d/workers.properties > > JkLogFile /var/log/httpd/mod_jk.log > > JkLogLevel info > > JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " > > > JkMount /jkmanager* jkstatus > > > JkMount /cap* caplb > > > JkMount /caplpm/ec* cap02 > > > JkMount /caplpm/conv* cap02 > > > JkMount /caplpm* caplb > > > JkMount /integrator* caplb > > > JkMount /cap* caplb > > > JkMount /tracker* caplb > > > <Location /jkmanager/> > > JkMount jkstatus > > Order deny,allow > > Deny from all > > Allow from 200.200.200.200 127.0.0.1 > > </Location> > > > can you gimme some example? > > thanks a lot > > Harlei > > > > 2011/4/8 Christopher Schultz <ch...@christopherschultz.net> > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Harlei, >> >> On 4/8/2011 2:15 PM, Harlei Liguori Marcelino wrote: >> > i'm new on the companhy and here we have an load balancer using apache + >> > tomcat, thats ok! >> > >> > But, the jkmanager site on the loadbalancer has no security. I must >> insert a >> > password on this jkmanager, but, i search everywere and did not find >> nothing >> > about it. >> > >> > Can someone help me to make my jkmanager more securiy? >> >> The mod_jk manager is a component that runs inside of Apache httpd. You >> can use any authentication strategy that httpd supports to protect the >> mod_jk manager from unauthorized access. >> >> - -chris >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.10 (MingW32) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iEYEARECAAYFAk2fYakACgkQ9CaO5/Lv0PCmCQCcDFbU9d92/hJd9cebixms5OTK >> NTgAoIGN0zwAtq6C1i9bMRmvPt6PEe3R >> =WGvR >> -----END PGP SIGNATURE----- >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> >