-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Docker #4
Comments
Hi, I am developing a docker container. I finished building my container with all requeriments, but it gives me this error: [Mon Jun 20 08:18:41.438233 2016] [core:error] [pid 8] [client 172.21.0.1:45260] AH00124: 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. is it normal? |
Thanks for working on the docker image! What web server are you using? Seems like a redirect loop, but it shouldn't be happening unless there's something weird going on in the webserver config and/or .htaccess. |
The FROM image of my Dockerfile is using php:5.6-apache. That's my apache vhost:
And that's my Dockerfile:
|
Can you give me the output of this command?
If the output shows something like
then also run |
This project seems very awsome, but I am not familiar with Drupal, so stuff like "Make configuration meet the needs of Drupal" as one of 13 steps keeps me from even trying it out. Maybe an expert on Drupal could provide a Dockerfile so all others can try it out with ease?
The text was updated successfully, but these errors were encountered: