First time here? Check out the FAQ!
0

AlwaysData Install internal server error.

I followed the instructions on how to install Askbot on AlwaysData. I got as far as the final step, successfully completed the install and db migration. However, when I go to the web page to view the installed program, I get an internal server error which tells me to check the logs (see below).

Note: I am a complete noob to Python, so any help appreciated!

This is the server log message:

Sun Dec 04 18:10:06 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 04 18:10:06 2011] [notice] Digest: done
[Sun Dec 04 18:10:06 2011] [info] mod_fcgid: Process manager 2738364 started
[Sun Dec 04 18:10:06 2011] [notice] Apache/2.2.20 (Debian) mod_fcgid/2.3.6 configured -- resuming normal operations
[Sun Dec 04 18:10:06 2011] [info] Server built: Sep  7 2011 12:27:52
[Sun Dec 04 18:33:26 2011] [notice] SIGUSR1 received.  Doing graceful restart
[Sun Dec 04 18:33:26 2011] [info] mod_fcgid: Process manager 2738364 stopped
Warning: DocumentRoot [/home/floranext1/django_site_public/ ] does not exist
[Sun Dec 04 18:33:26 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 04 18:33:26 2011] [notice] Digest: done
[Sun Dec 04 18:33:26 2011] [info] mod_fcgid: Process manager 2771407 started
[Sun Dec 04 18:33:26 2011] [notice] Apache/2.2.20 (Debian) mod_fcgid/2.3.6 configured -- resuming normal operations
[Sun Dec 04 18:33:26 2011] [info] Server built: Sep  7 2011 12:27:52
[Sun Dec 04 18:40:40 2011] [info] removed PID file /home/floranext1/admin/apache/run/apache.pid (pid=2738359)
[Sun Dec 04 18:40:40 2011] [notice] caught SIGWINCH, shutting down gracefully
[Sun Dec 04 18:40:41 2011] [info] mod_fcgid: Process manager 2771407 stopped
[Sun Dec 04 19:00:34 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 04 19:00:34 2011] [notice] Digest: done
[Sun Dec 04 19:00:34 2011] [info] mod_fcgid: Process manager 2807860 started
[Sun Dec 04 19:00:34 2011] [notice] Apache/2.2.20 (Debian) mod_fcgid/2.3.6 configured -- resuming normal operations
Read from remote host ssh.alwaysdata.com: Operation timed out2:27:52
Connection to ssh.alwaysdata.com closed.nt 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
william-osheas-macbook-pro:~ woshea$ lient 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
[Sun Dec 04 19:05:10 2011] [error] [client 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
[Sun Dec 04 19:05:26 2011] [error] [client 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
Evgeny's avatar
13.2k
Evgeny
updated 2011-12-04 15:12:40 -0500
anonymous user
asked 2011-12-04 15:10:48 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Do you have this error when you run the development server?

python manage.py runserver `hostname -i`:8000
Evgeny's avatar Evgeny (2011-12-04 19:45:36 -0500) edit
add a comment see more comments

1 Answer

0

There is a redirect loop, that means that some url parameter is set up incorrectly.

Please post values of ASKBOT_URL, LOGIN_URL, LOGIN_REDIRECT_URL from your settings.py file.

On top of that, it is possible that the infinite redirect is set up in the web server configuration, take a look there as well.

Evgeny's avatar
13.2k
Evgeny
answered 2011-12-04 15:16:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments