prey n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Feb 2005 Posts: 10 Location: Sweden
|
Posted: Mon Oct 31, 2005 10:13 pm Post subject: Apache 2.0.54-r31 broken?? Failing directory listing. |
|
|
Anyone but me having trouble with the apache 2.0.54-r31 software? I upgraded the server, and now directory listing won't work at all!
Error log:
Code: |
[Mon Oct 31 23:05:48 2005] [error] [client 100.100.100.101] 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.
[Mon Oct 31 23:05:48 2005] [error] [client 100.100.100.101] 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.
[Mon Oct 31 23:05:48 2005] [error] [client 100.100.100.101] 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.
[Mon Oct 31 23:05:48 2005] [error] [client 100.100.100.101] 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.
[Mon Oct 31 23:05:48 2005] [error] [client 100.100.100.101] 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.
|
Rewrite log:
Code: |
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] strip per-dir prefix: /wwwdir/htdocs/index.php -> index.php
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] applying pattern '^start$' to uri 'index.php'
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] strip per-dir prefix: /wwwdir/htdocs/index.php -> index.php
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] applying pattern '^ommig$' to uri 'index.php'
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] strip per-dir prefix: /wwwdir/htdocs/index.php -> index.php
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDRsid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] applying pattern '^utbildning$' to uri 'index.php'
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] strip per-dir prefix: /wwwdir/htdocs/index.php -> index.php
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] applying pattern '^kontakt$' to uri 'index.php'
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] strip per-dir prefix: /wwwdir/htdocs/index.php -> index.php
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] applying pattern '^utskrift/(.*)$' to uri 'index.php'
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] strip per-dir prefix: /wwwdir/htdocs/index.php -> index.php
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (3) [per-dir /wwwdir/htdocs/] applying pattern '^$' to uri 'index.php'
100.100.100.101 - - [31/Oct/2005:23:08:15 +0100] [MYADDR/sid#815a6e8][rid#827fe80/initial/redir#1] (1) [per-dir /wwwdir/htdocs/] pass through /wwwdir/htdocs/index.php
|
My setup has worked for a year, but suddenly apache goes into an infinite loop (I haven't done any config changes). Anyone knows why and how I can fix this?
Regards
Robert |
|