Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorrentamonkey
     

    Hi all,

    Has anybody managed to get Akelos working on Dreamhost? The Akelos app I've just started building on my home machine just will not run when I try to deploy it there.

    There's this page of the Dreamhost wiki, but it seems quite incomplete.

    I also made the necessary changes for a custom php.ini, following this page of the wiki.

    But now, when I try to visit the homepage of my app, I get an error 500:

    Apache server error Akelos application failed to start properly

    I checked my error.log for this domain and found the following:

    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

    So it looks to me like some kind of infinite rewrite loop is taking place - I think from inside the Akelos PHP, rather than from mod_rewrite.

    I've changed a few of the necessary settings for my app (paths etc.) so that it should work on Dreamhost... it's just that it doesn't!

    Has anyone had any more success? This will be quite a bummer if I can't get it to work. I haven't run out of things to try yet, but have run out of time for today, so thought I'd ask and see if anyone can point me in the right direction.

    Thanks for your help!