DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42751>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42751

           Summary: CIFS mounted filesystems are not transmit files
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: All
               URL: http://dev.9jr.com/
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


A Windows Server 2003 share mounted on a Linux system that works in otherwise
every other way fails to transfer files through apache 2.2.4

/etc/fstab entry:
//server/share   /mnt/data               cifs  
credentials=/root/.samba/credentials       0 0

(alse experimented with
rsize=32768,file_mode=0664,dir_mode=0775,nomapchars,noacl,nobrl,sfu,gid=apache,uid=apache)

The virtualhost is simply:

<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    # DocumentRoot /web/9jr.com/html
    DocumentRoot /mnt/data
    ServerName 9jr.com
    ServerAlias *.9jr.com
    ErrorLog logs/9jr.com-error_log
    # CustomLog /dev/null common
    CustomLog logs/9jr.com-access_log common

    # RewriteEngine On

    # Pattern Substitution


        <Location />
    Options Indexes FollowSymlinks MultiViews
        </Location>

        Alias /pics "/BACKUP/pics"
        <Directory "/BACKUP/pics">
                Options Indexes FollowSymLinks MultiViews
        </Directory>

    DirectoryIndex index.cgi index.html index.htm
</VirtualHost>

No other mounted filesystem displays this behavior

This behavior was confirmed on FC7 and CentOS5

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to