Re: [us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
* Igor Cicimov [101110 16:55]: > Your RewriteRule doesn't make much sense though. It will cause to redirect > http://localhost/reg to pyindex.py/reg (plus append the query string if any) > and I don't see the purpose of this redirect. What are you really trying to > achieve here? > > If the idea

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Igor Cicimov
Your RewriteRule doesn't make much sense though. It will cause to redirect http://localhost/reg to pyindex.py/reg (plus append the query string if any) and I don't see the purpose of this redirect. What are you really trying to achieve here? If the idea is to redirect virtual links, the one withou

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
* Igor Cicimov [101110 15:41]: > "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. Yes, that solves tha

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Igor Cicimov
"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 wrote: >

[us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
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 i