Apache access to mounted shares.
I've got Apache, MySql, PHP all up and running, and the application developed mostly. BUT... I need to serve some images that are on a Windows server with a custom application. That server doesn't run any Web server, and I don't even want to go there....
Here is what I tried so far:
1) Connect to the Server with Finder. This "works". I can see the server and browse the files in Finder. Unfortunately, only the user that connects to the windows server has any permissions to the file. I checked with Terminal and LS -l and the permissions are DRWX------. Since Apache on the Server runs as WWW, it doesn't have access to the file. I tried to do a CHMOD 744 on the diretory, but it is basically ignored (no error message, no change).
2) Use mount_smbfs. This lets me mount the Windows server within the Documents directory, and lets me set the permissions so that they are RWXR--R--. But Apache still can't serve the jpg file. The Apache error log says "failed because search permissions are missing on a component of the path".
Any suggestions on what I am doing wrong? XSERVE 10.4.6
Thanks...
G5 Server, Mac OS X (10.4.6)