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.
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
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
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?
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_
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
> >
> >