Re: [us...@httpd] mod_rewrite + mod_status

2009-11-17 Thread ricardo figueiredo
Thank you Ricardo On Tue, Nov 17, 2009 at 10:55 AM, Eric Covener wrote: > On Tue, Nov 17, 2009 at 7:43 AM, ricardo13 > wrote: > > > > hi, > > > > I have a problem. > > I'm using mod_rewrite and mod_status. > > > > mod_status is configured this way. > > > >SetHandler server-status > >O

Re: [us...@httpd] mod_rewrite + mod_status

2009-11-17 Thread Eric Covener
On Tue, Nov 17, 2009 at 7:43 AM, ricardo13 wrote: > > hi, > > I have a problem. > I'm using mod_rewrite and mod_status. > > mod_status is configured this way. > >    SetHandler server-status >    Order deny,allow >    Deny from all >    Allow from .your_domain.com > > > When I acess http://local

[us...@httpd] mod_rewrite + mod_status

2009-11-17 Thread ricardo13
hi, I have a problem. I'm using mod_rewrite and mod_status. mod_status is configured this way. SetHandler server-status Order deny,allow Deny from all Allow from .your_domain.com When I acess http://localhost/server-status I don't see the page because mod_rewrite don't allow.