LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   using apache file viewer / webdav, logical links and cifs file system (https://www.linuxquestions.org/questions/linux-server-73/using-apache-file-viewer-webdav-logical-links-and-cifs-file-system-713825/)

zerobane 03-23-2009 11:10 AM

using apache file viewer / webdav, logical links and cifs file system
 
Hello,

Having an issues with apache webdav (or permissions?).

I loaded /var/www/html/cif_links/ with some logical links pointing at a windows cif share that contains some important folders...

The links work and navigate to the correct directory on the cifs share, but all the files in the directory are 0 bytes if you try to view or download.


[root@cae html]# ll /media/Anaconda/A*
total 729844
-rwxrwSrwx 1 apache apache 212397 2009-02-10 11:57 ACN-OH
drwxrwxrwx 1 apache apache 0 2009-03-18 12:10 ADarian

#fstab
//Anaconda/Shared /media/Anaconda/ cifs gid=apache,uid=apache,credentials=/etc/.cred 0 0

#mount
//Anaconda/Shared on /media/Anaconda type cifs (rw,mand)

[root@cae links]# ls -pla
lrwxrwxrwx 1 root root 61 2009-03-20 15:15 ApplicationNotes -> /media/Anaconda/Operations/Customer Support/ApplicationNotes//


All times are GMT -5. The time now is 11:06 PM.