On Thu, 2004-10-28 at 11:36, Glen Turner wrote: > Howard Lowndes wrote: > > > There is nothing in the Apache log. > > Nothing in the Windows event log either. > > > > The client is trying to upload files into two different directories. > > The ownership and the perms are identical on both and on the files > > therein and the dirs and files are all owned by apache. > > All the files and directories should be owned by apache.
They are. > > *But* the Unix permissions are somewhat irrelevant, it's the > Apache access control and authentication which counts in this > case. > > > One will allow the upload of html files into it, the other will not > > allow the upload of gif files into it. > > My guess would be that someone has prevented the download of .gif > files from www.example.edu.au by code like > > SetEnvIfNoCase Referer "^http://www.example.edu.au/" local=1 > SetEnvIfNoCase Referer "^http://www.example.edu.au$" local=1 > > <Directory ".(gif|png|jpg)$"> > Order Allow,Deny > Allow from env=local > </Directory> > Not so, no mention of gif|png|jpg in the httpd.conf file anywhere except in relation to the AddIcons etc. > and forgotten that this needs to be undone for when using > https://dav.www.example.edu.au/ Not using https for dav at this stage. I know I should be :) > > Hope this helps, Tks but not really. This looks to have all started around the time that XP SP2 became available. The client hasn't installed SP2 but I am working on a M$ DRM conspiracy theory - weird though it may seem. When the html files are uploaded I can see the OPTIONS, PROPFIND, PUT, etc log entries for the .html files, but for the .gif files - nothing, zip, zero, zilch, gets logged. Slight correction - only PROPFIND for the relevant directory. And nothing in the error.log file either. I have no problem when I upload the .gifs using the same login but from W2K or cadaver. I can't try with WXP myself as I don't run it. > Glen -- Howard. LANNet Computing Associates; Your Linux people <http://www.lannetlinux.com> ------------------------------------------ "When you just want a system that works, you choose Linux; when you want a system that just works, you choose Microsoft." ------------------------------------------ "Flatter government, not fatter government; Get rid of the Australian states." -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
