search for: songx

Displaying 1 result from an estimated 1 matches for "songx".

Did you mean: song
2006 Sep 23
1
Apache problem accesing SMB Symlink - OS X 10.4.7
...10.4.7 with Apache 1.3.3. I can connect via SMB to my Windows XP Pro box. I can browse, read, and write without any problems using Finder. So in WebServer/Documents I have a symbolic link to that SMB connection called DATA. In a web browser, if I go to: file:///library/webserver/documents/data/songx.mp3 It plays no problem. However, if I do: http://localhost/data/songx.mp3 I get: "403 Forbidden. You don't have permission to access /Data/songx.mp3 on this server." I thought to change permissions, I could do: chmod -R -L 777 Data But that has no effect. What's going on...