Timeline for php exec not executing if called from browser
Current License: CC BY-SA 3.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 11, 2012 at 17:36 | answer | added | Wolfgang Stengel | timeline score: 2 | |
| Nov 9, 2012 at 12:36 | comment | added | Damien Overeem | Also not sure about osx, but quite often php cli (command line interface) has a different php.ini. It is possible that the cli php.ini has exec enabled, while the web php.ini has not. | |
| Nov 8, 2012 at 19:31 | comment | added | Kurt UXD | @G-Nugget whoami returns "nobody" when called from browser | |
| Nov 8, 2012 at 18:43 | comment | added | G-Nugget | Adding to @Dagon's comment, check the user and group that your script is running as when executed by your server. I'm also not exactly sure how users/groups/permissions are handled on OSX, but your server is probably executing the scripts as a user created specifically for the server, which will have restricted permissions. | |
| Nov 8, 2012 at 18:28 | comment | added | user557846 | bet its i user permission issue, but dont know how os x does such things | |
| Nov 8, 2012 at 18:23 | history | asked | Martin Devarda | CC BY-SA 3.0 |