Re: internal redirects error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"AllowOverride all" so maybe some redirection in .htaccess file in that directory causing infinite loop?

Try setting it to None instead and see if the problem goes away. Then you'll know the problem is in the .htaccess file for sure.

Igor

On Thu, Nov 11, 2010 at 11:31 AM, Tim Johnson <tim@xxxxxxxxxxxxxxxx> wrote:
I'm using apache2 on ubuntu 10.04.
I am a programmer familiar with the command line, but
new to fine-tuning apache.

I'm getting following error message:
"""
Request exceeded the limit of 10 internal redirects due to probable
configuration error. Use 'LimitInternalRecursion' to increase the
limit if necessary
"""
This is caused by the follow directive (I believe)
   <Directory "/home/http/py">
       <IfModule mod_dir.c>
           DirectoryIndex pyindex.py
       </IfModule>
       AllowOverride all
       Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
       Order allow,deny
       Allow from all
   </Directory>
The intent is that for directory /home/http/py the default 'page'
would be pyindex.py. And I want to restrict pyindex.py as
only the default page for that particular directory.

So what is the configuration error?
thanks
--
Tim
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com

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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux