[users@httpd] Re: IfModule *rewrite*

2011-12-09 Thread Helmut Schneider
Eric Covener wrote: > The logging in mod_rewrite is inherited from the base server config to > a virtualhost (which your test requests are mapped to) the same way as > rules and conditions, with RewriteOptions +Inherit specified only. Thanks (to all), works now.

Re: [users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Eric Covener
The logging in mod_rewrite is inherited from the base server config to a virtualhost (which your test requests are mapped to) the same way as rules and conditions, with RewriteOptions +Inherit specified only. - The official User-T

[users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Helmut Schneider
Mark Montague wrote: > On December 8, 2011 5:56 , "Helmut Schneider" wrote: > > Do I also need to configure RewriteLog within the VHOST?! Is that > > also a "Rewrite configuration"?! Because only setting > > RewriteEngine On does not write a logfile... > > Did you read the documentation? Sure

Re: [users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Frank Gingras
On 08/12/2011 9:35 AM, Mark Montague wrote: On December 8, 2011 5:56 , "Helmut Schneider" wrote: Do I also need to configure RewriteLog within the VHOST?! Is that also a "Rewrite configuration"?! Because only setting RewriteEngine On does not write a logfile... Did you read the documentation?

Re: [users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Mark Montague
On December 8, 2011 5:56 , "Helmut Schneider" wrote: Do I also need to configure RewriteLog within the VHOST?! Is that also a "Rewrite configuration"?! Because only setting RewriteEngine On does not write a logfile... Did you read the documentation? https://httpd.apache.org/docs/2.2/mod/mod_

[users@httpd] Re: IfModule *rewrite*

2011-12-08 Thread Helmut Schneider
Mark Montague wrote: > On December 7, 2011 16:26 , "Helmut Schneider" > wrote: > > I put the following lines into my apache.conf (outside, before a > > VHOST definition): > > > > > > RewriteEngine on > > RewriteLog /var/www/logs/rewrite.log > > RewriteLogLevel 2 > > > >