Re: [users@httpd] matching when should match

2015-07-24 Thread Christian Hettler
hello Andy, one possible solution to your problem will be an additional VirtualHost on port 80 for server-status. Christian -- asknet AG * Vincenz-Priessnitz-Str. 3 * D-76131 Karlsruhe fon: +49 721 96458 6445 * fax: +49 721 96458 9445 * web: http://www.asknet.com executive board: Tobias Kaulfuss

Re: [users@httpd] matching when should match

2015-07-23 Thread Eric Covener
On Thu, Jul 23, 2015 at 9:45 AM, Andreas Ley wrote: > However, also requests for /server-status get redirected :( Documentation > says "Enclose a group of directives that apply only to the named file-system > directory, sub-directories, and their contents." Cleary /server-status is > not within /v

[users@httpd] matching when should match

2015-07-23 Thread Andreas Ley
Hello! I have a configuration (apache 2.2, soon 2.4) which basically is DocumentRoot /var/www SetHandler server-status RewriteEngine On RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} (of course there is another VirtualHost on port 443) I want to redirect all requests for _filesystem_