vrtisworks
Registered
I have a windows share mounted on a 10.3.9 server. It is working fine. The user ID that I used to mount it can do what ever they need to (basically create, read and delete files).
I have also recently started Apache (via Web Service). That works fine. Even got PHP working.
The challenge is that I would like to display some of the data from the Windows share using PHP and Apache... When I tried it, I got "permission denied" from PHP.
When I did an ls -l, the permissions on the Directory were DRWX------ Which would explain the permission denied, since Apache is running under www.
I haven't figured out how to change the permissions on the Windows share. All I need is to get it to DRWXR--R--, but can't figure out where this is set.
Thanks....
I have also recently started Apache (via Web Service). That works fine. Even got PHP working.
The challenge is that I would like to display some of the data from the Windows share using PHP and Apache... When I tried it, I got "permission denied" from PHP.
When I did an ls -l, the permissions on the Directory were DRWX------ Which would explain the permission denied, since Apache is running under www.
I haven't figured out how to change the permissions on the Windows share. All I need is to get it to DRWXR--R--, but can't figure out where this is set.
Thanks....