Closed pengux closed 10 years ago
Thanks for the bug report, I'll take a look.
I can't reproduce your issue with a simple test.php
:
<?php
echo 'Hello';
gaudi
Cleaning front1 ...
Cleaning app ...
Cleaning db ...
Building gaudi/front1 ...
Building gaudi/app ...
Building gaudi/db ...
Starting db ...
Application db started (172.17.0.65:3306)
Starting app ...
Application app started (172.17.0.66:9000)
Starting front1 ...
Application front1 started (172.17.0.67:80)
curl http://172.17.0.67/test.php -s -o result.txt && cat result.txt
Hello
What kind a php application are you running ?
By attaching the app
container with docker attach app
do you have any errors in /var/log/php5-fpm.log
? (Beware, ctrl+c doesn't detach but kill the container, use ctrl+p then ctrl+q
to detach).
What's the result of docker logs front1
?
Bump @pengux, do you still have this issue ?
@manuquentin I guess not, haven't tried the latest version but our current setup seems to be running. I can close this and create a new issue if it arises again.
Accessing a PHP script gives 403 Forbidden. Here is a sample configuration: