Skip to content

Commit f7d9152

Browse files
dannysoodappleboy
authored andcommitted
xdebugPhpFpm permission denied fix (laradock#587)
* xdebugPhpFpm permission denied fix * xdebugPhpFpm might not have execution access when cloned. This addition to readme helps tell the user why he got Permission Denied and what can be done to fix it. * Fix doesn't spelling, remove newline * This is fixup for `38e26c3`.
1 parent 8f44a08 commit f7d9152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ To control the behavior of xDebug (in the `php-fpm` Container), you can run the
794794
- Start xDebug by default: `./xdebugPhpFpm start`.
795795
- See the status: `./xdebugPhpFpm status`.
796796
797+
Note: If `./xdebugPhpFpm` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebugPhpFpm` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
797798
798799
799800

0 commit comments

Comments
 (0)