Re: mod_rewrite + mod_status

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you

Ricardo

On Tue, Nov 17, 2009 at 10:55 AM, Eric Covener <covener@xxxxxxxxx> wrote:
On Tue, Nov 17, 2009 at 7:43 AM, ricardo13 <ricardoogrande@xxxxxxxxx> wrote:
>
> hi,
>
> I have a problem.
> I'm using mod_rewrite and mod_status.
>
> mod_status is configured this way.
> <Location /server-status>
>    SetHandler server-status
>    Order deny,allow
>    Deny from all
>    Allow from .your_domain.com
> </Location>
>
> When I acess http://localhost/server-status I don't see the page because
> mod_rewrite don't allow.
>
> mod_rewrite is configured this way:
> <IfModule rewrite_module>
>     RewriteEngine On
>     RewriteMap prgmap prg:/usr/local/apache/program
>
>     Rewrite ^(.*) balancer:/${prgmap:$1} [P]
> </IfModule>
>

Precede with RewriteCond %{REQUEST_URI} !=/server-status
--
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




--
Muito Obrigado

Ricardo

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux