phpinfo in APP_PATH #54
Closed
dejandim
started this conversation in
Show and tell
Replies: 1 comment 6 replies
-
Hi, I don't actually have enough context to determine if this is truly a bug or not. When you don't set DOCUMENT_ROOT, APP_PATH and APPROOT will be exactly the same. Without knowing the specific details of the application and setup, I can't say for certain whether having APP_PATH and APPROOT be the same would cause issues. Please give me more information on why you think there will be an error when creating index.php in APPROOT. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
./src/php/common/rootfs/etc/cont-init.d/10-project: echo '<?php phpinfo();' >"$APPROOT/index.php"
Please fix this, you are currently placing this in the apache document root.
Beta Was this translation helpful? Give feedback.
All reactions