Re: [Resin-interest] Limiting access to caucho-status

2009-03-06 Thread david day
On Fri, Mar 6, 2009 at 6:12 AM, Ronan Lucio  wrote:
> I did it. I helped, but caucho-status still answers when accessed via
> hostname:resin's port

OK, since you are bypassing Apache, try this.  A developer here used
this method in WEB-INF/resin-web.xml

http://caucho.com/ns/resin";>
 
  
/directory/file.xml
  
  
  192.168.2.2
  192.168.3.3
  




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Limiting access to caucho-status

2009-03-06 Thread Ronan Lucio

David,

david day escreveu:

Is there a way to limit access to "/caucho-status" URL either per


IP or per user/password?

Have you checked out   directive?

This works nicely.

  
SetHandler default-handler
Order Deny,Allow
Deny from all
Allow from 192.168.
  
  


I did it. I helped, but caucho-status still answers when accessed via 
hostname:resin's port

It helps but it isn't 100%.

Thanks again,
Ronan
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Limiting access to caucho-status

2009-03-04 Thread david day
>Is there a way to limit access to "/caucho-status" URL either per
IP or per user/password?

Have you checked out   directive?

This works nicely.

  
SetHandler default-handler
Order Deny,Allow
Deny from all
Allow from 192.168.
  

David


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Limiting access to caucho-status

2009-02-06 Thread Ronan Lucio
Hi,

Is there a way to limit access to "/caucho-status" URL either per 
IP or per user/password?

I read that it's suggested to disable it in production servers, but it 
has good information for monitoring servers.
I think it would be nice to just limit accesses.

Ronan


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest