> Hello again, > now I have some logfile entries for the two things. > the 4th line is the commandline client trying to put a file, > the last line is the webfolder puting a file. It does some HEAD before. > Does someone know what this means? What command does it fit in the command > line client? I could not find head there.
A HEAD acts like a GET except that it doesn't really transfer the data. Therefore it is useful to test if a resource exists. > > > http8080-Processor22, 16-Jul-2004 10:24:36, franky, PROPFIND, 207 > "Multi-Status", 15 ms, /files/ > http8080-Processor21, 16-Jul-2004 10:24:36, franky, PROPFIND, 207 > "Multi-Status", 15 ms, /files/ > http8080-Processor19, 16-Jul-2004 10:24:41, franky, PROPFIND, 207 > "Multi-Status", 16 ms, /files/directory/ > http8080-Processor23, 16-Jul-2004 10:24:46, franky, PUT, 405 "Method Not > Allowed", 16 ms, /files/directory/ > http8080-Processor21, 16-Jul-2004 10:33:28, franky, PROPFIND, 207 > "Multi-Status", 16 ms, /files/directory/ > http8080-Processor23, 16-Jul-2004 10:33:28, franky, PROPFIND, 207 > "Multi-Status", 16 ms, /files/directory/ > http8080-Processor19, 16-Jul-2004 10:34:37, franky, PROPFIND, 207 > "Multi-Status", 16 ms, /files/ > http8080-Processor23, 16-Jul-2004 10:34:41, franky, PROPFIND, 207 > "Multi-Status", 15 ms, /files/directory > http8080-Processor21, 16-Jul-2004 10:48:30, franky, PROPFIND, 207 > "Multi-Status", 16 ms, /files/ > http8080-Processor23, 16-Jul-2004 10:48:30, franky, PROPFIND, 207 > "Multi-Status", 16 ms, /files/ > http8080-Processor23, 16-Jul-2004 10:49:18, franky, OPTIONS, 200 "OK", 0 > ms, / > http8080-Processor23, 16-Jul-2004 10:49:19, franky, PROPFIND, 207 > "Multi-Status", 16 ms, / > http8080-Processor21, 16-Jul-2004 10:49:29, franky, PROPFIND, 207 > "Multi-Status", 172 ms, / > http8080-Processor23, 16-Jul-2004 10:49:32, franky, OPTIONS, 200 "OK", 0 > ms, /files > http8080-Processor23, 16-Jul-2004 10:49:32, franky, PROPFIND, 207 > "Multi-Status", 15 ms, /files > http8080-Processor23, 16-Jul-2004 10:49:32, franky, PROPFIND, 207 > "Multi-Status", 47 ms, /files > http8080-Processor21, 16-Jul-2004 10:50:10, franky, HEAD, 404 "Not Found", > 31 ms, /files/ideen.txt > http8080-Processor23, 16-Jul-2004 10:50:10, franky, PUT, 201 "Created", 94 > ms, /files/ideen.txt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
