RE: [us...@httpd] CGI / Delete / Empty Directories

2011-01-05 Thread Cella, Kevin T
The delete happens now as a DELETE HTTP request via DAV. Since no cleanup is done of empty directories, the underlying file system has a trail of them. -Original Message- From: Igor Galić [mailto:i.ga...@brainsware.org] Sent: Wednesday, January 05, 2011 12:44 PM To: users@httpd.apache.or

[us...@httpd] CGI / Delete / Empty Directories

2011-01-05 Thread Cella, Kevin T
Does anyone know how to configure the Apache HTTP Server to remove any empty directories after a delete command? From what I have seen it appears a CGI script is required. How can I tell the CGI script to perform the normal delete, then run my code for cleaning empty directories? Or is there an eas