You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Kjell Eidem <Kj...@itk.ntnu.no> on 2006/05/18 12:09:30 UTC

[users@httpd] Exceeded the limit of 10 subrequest nesting levels ...

Hi List.

The following problem arises when I try to access a index.php file in a 
directory with
a url like:   http://mywebserver/directory/
This gives me an  'Internal Server Error'
And the logfile says:
'[Thu May 18 11:37:49 2006] [error] [client 129.241.10.83] Request exceeded
the limit of 10 subrequest nesting levels due to probable confguration 
error.
Use 'LimitInternalRecursion' to increase the limit if necessary.
Use 'LogLevel debug' to get a backtrace.
[Thu May 18 11:37:49 2006] [debug] core.c(3007): [client 129.241.10.83] 
r->uri = /fag/TTK4145/
[Thu May 18 11:37:49 2006] [debug] core.c(3007): [client 129.241.10.83] 
r->uri = /fag/TTK4145/'
..............

Increasing the 'LimitInternalRecursion' does not help.
However if I use this url:  http://mywebserver/directory/index.php
everything works fine.
Have anyone been into this before?
I am running Apache 2.2.x

Regards
Kjell Eidem

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org