You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ray Jender <ra...@yahoo.com.INVALID> on 2018/03/01 18:48:44 UTC

[users@httpd] AH00664: RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.

I previously sent this same email but from another email address that is not
associated with users@httpd.apache.org <ma...@httpd.apache.org> , so
I thought I'd send it again.

'

 

PHP 7.0.25-0ubuntu0.16.04.1 (cli) ( NTS )

 

Server version: Apache/2.4.18 (Ubuntu)

Server built:   2017-09-18T15:09:02

 

I am working on a PHP app and  I am getting the following in the apache2
error.log every 5 seconds:

 

[Thu Mar 01 13:19:42.156197 2018] [rewrite:warn] [pid 3636] AH00664:
RewriteOptions: MaxRedirects option has been removed in favor of the global
LimitInternalRecursion directive and will be ignored.

[Thu Mar 01 13:19:42.214312 2018] [rewrite:warn] [pid 3636] AH00664:
RewriteOptions: MaxRedirects option has been removed in favor of the global
LimitInternalRecursion directive and will be ignored.

 

Note that there are always two entries being written to the log at once.

 

Obviously this is creating a huge error.log.

 

So how can I fix this?


Thanks and I appreciate your response.

 

Ray

 


Re: [users@httpd] AH00664: RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.

Posted by Eric Covener <co...@gmail.com>.
On Thu, Mar 1, 2018 at 1:48 PM, Ray Jender <ra...@yahoo.com.invalid> wrote:
> I previously sent this same email but from another email address that is not
> associated with users@httpd.apache.org, so I thought I’d send it again.
>
> ‘
>
>
>
> PHP 7.0.25-0ubuntu0.16.04.1 (cli) ( NTS )
>
>
>
> Server version: Apache/2.4.18 (Ubuntu)
>
> Server built:   2017-09-18T15:09:02
>
>
>
> I am working on a PHP app and  I am getting the following in the apache2
> error.log every 5 seconds:
>
>
>
> [Thu Mar 01 13:19:42.156197 2018] [rewrite:warn] [pid 3636] AH00664:
> RewriteOptions: MaxRedirects option has been removed in favor of the global
> LimitInternalRecursion directive and will be ignored.
>
> [Thu Mar 01 13:19:42.214312 2018] [rewrite:warn] [pid 3636] AH00664:
> RewriteOptions: MaxRedirects option has been removed in favor of the global
> LimitInternalRecursion directive and will be ignored.
>
>
>
> Note that there are always two entries being written to the log at once.
>
>
>
> Obviously this is creating a huge error.log.
>
>
>
> So how can I fix this?
>
>

Find your use of MaxRedirects and replace it with LimitInternalRecursion?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org